1. 29 8月, 2012 1 次提交
  2. 17 8月, 2012 1 次提交
  3. 27 7月, 2012 1 次提交
  4. 23 7月, 2012 10 次提交
  5. 10 7月, 2012 2 次提交
    • S
      powerpc/watchdog: replace CONFIG_FSL_BOOKE with CONFIG_PPC_FSL_BOOK3E · be0884ce
      Shaohui Xie 提交于
      CONFIG_FSL_BOOKE is only defined in 32-bit, CONFIG_PPC_FSL_BOOK3E is
      defined in both 32-bit and 64-bit, so use CONFIG_PPC_FSL_BOOK3E to make
      driver work in 32-bit & 64-bit.
      Signed-off-by: NShaohui Xie <Shaohui.Xie@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      be0884ce
    • R
      ARM: sa11x0/pxa: convert OS timer registers to IOMEM · 3169663a
      Russell King 提交于
      Make the OS timer registers have IOMEM like properities so they can
      be passed to readl_relaxed/writel_relaxed() et.al. rather than being
      straight volatile dereferences.  Add linux/io.h includes where
      required.
      
      linux/io.h includes added to arch/arm/mach-sa1100/cpu-sa1100.c,
       arch/arm/mach-sa1100/jornada720_ssp.c, arch/arm/mach-sa1100/leds-lart.c
       drivers/input/touchscreen/jornada720_ts.c, drivers/pcmcia/sa1100_shannon.c
      from Arnd.
      
      This fixes these warnings:
      
      arch/arm/mach-sa1100/time.c: In function 'sa1100_timer_init':
      arch/arm/mach-sa1100/time.c:104: warning: passing argument 1 of 'clocksource_mmio_init' discards qualifiers from pointer target type
      arch/arm/mach-pxa/time.c: In function 'pxa_timer_init':
      arch/arm/mach-pxa/time.c:126: warning: passing argument 1 of 'clocksource_mmio_init' discards qualifiers from pointer target type
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      3169663a
  6. 09 7月, 2012 1 次提交
  7. 29 6月, 2012 3 次提交
  8. 21 6月, 2012 1 次提交
  9. 30 5月, 2012 14 次提交
  10. 23 5月, 2012 6 次提交