1. 14 9月, 2012 1 次提交
  2. 09 8月, 2012 1 次提交
    • A
      ARM: sa1100: include linux/io.h in hackkit leds code · 9c97738c
      Arnd Bergmann 提交于
      The sa1100 definition of the io_p2v macro has changed in v3.6, and this one
      file stopped working because of that.
      
      Without this patch, building hackkit_defconfig results in:
      
      arch/arm/mach-sa1100/leds-hackkit.c: In function 'hackkit_leds_event':
      arch/arm/mach-sa1100/leds-hackkit.c:39:4: error: implicit declaration of function 'IOMEM' [-Werror=implicit-function-declaration]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      9c97738c
  3. 10 7月, 2012 2 次提交
    • W
      ARM: 7452/1: delay: allow timer-based delay implementation to be selected · d0a533b1
      Will Deacon 提交于
      This patch allows a timer-based delay implementation to be selected by
      switching the delay routines over to use get_cycles, which is
      implemented in terms of read_current_timer. This further allows us to
      skip the loop calibration and have a consistent delay function in the
      face of core frequency scaling.
      
      To avoid the pain of dealing with memory-mapped counters, this
      implementation uses the co-processor interface to the architected timers
      when they are available. The previous loop-based implementation is
      kept around for CPUs without the architected timers and we retain both
      the maximum delay (2ms) and the corresponding conversion factors for
      determining the number of loops required for a given interval. Since the
      indirection of the timer routines will only work when called from C,
      the sa1100 sleep routines are modified to branch to the loop-based delay
      functions directly.
      Tested-by: NShinya Kuribayashi <shinya.kuribayashi.px@renesas.com>
      Reviewed-by: NStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      d0a533b1
    • 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
  4. 25 5月, 2012 1 次提交
  5. 14 5月, 2012 1 次提交
  6. 08 5月, 2012 1 次提交
  7. 27 4月, 2012 1 次提交
  8. 03 4月, 2012 1 次提交
  9. 29 3月, 2012 1 次提交
  10. 26 3月, 2012 4 次提交
  11. 24 3月, 2012 2 次提交
  12. 07 3月, 2012 2 次提交
  13. 28 2月, 2012 2 次提交
  14. 24 2月, 2012 2 次提交
  15. 22 2月, 2012 1 次提交
  16. 21 2月, 2012 5 次提交
  17. 19 2月, 2012 3 次提交
  18. 09 2月, 2012 9 次提交