1. 02 6月, 2015 5 次提交
  2. 05 5月, 2015 3 次提交
  3. 06 4月, 2015 1 次提交
  4. 03 4月, 2015 2 次提交
  5. 01 4月, 2015 2 次提交
  6. 31 3月, 2015 11 次提交
  7. 26 3月, 2015 3 次提交
  8. 17 3月, 2015 3 次提交
  9. 13 3月, 2015 1 次提交
  10. 05 3月, 2015 3 次提交
  11. 25 2月, 2015 3 次提交
  12. 29 1月, 2015 3 次提交
    • R
      clocksource: versatile: Adapt for Versatile AB and PB boards · f2fa0299
      Rob Herring 提交于
      The same 24MHz counter is also present on Versatile AB and PB boards, so
      add the compatible string for them.
      Signed-off-by: NRob Herring <robh@kernel.org>
      Acked-by: NLiviu Dudau <Liviu.Dudau@arm.com>
      Cc: Liviu Dudau <liviu.dudau@arm.com>
      Cc: Sudeep Holla <sudeep.holla@arm.com>
      Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
      f2fa0299
    • B
      clocksource: Driver for Conexant Digicolor SoC timer · 9b8bb773
      Baruch Siach 提交于
      Add clocksource driver to the Conexant CX92755 SoC, part of the Digicolor SoCs
      series. Hardware provides 8 timers, A to H. Timer A is dedicated to a future
      watchdog driver so we don't use it here. Use timer B for sched_clock, and timer
      C for clock_event.
      Signed-off-by: NBaruch Siach <baruch@tkos.co.il>
      Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
      9b8bb773
    • D
      clockevents: rockchip: Add rockchip timer for rk3288 · 468b8c4c
      Daniel Lezcano 提交于
      The rk3288 board uses the architected timers and these ones are shutdown when
      the cpu is powered down. There is a need of a broadcast timer in this case to
      ensure proper wakeup when the cpus are in sleep mode and a timer expires.
      
      This driver provides the basic timer functionnality as a backup for the local
      timers at sleep time.
      
      The timer belongs to the alive subsystem. It includes two programmables 64 bits
      timer channels but the driver only uses 32bits. It works with two operations
      mode: free running and user defined count.
      
      Programing sequence:
      
      1. Timer initialization:
       * Disable the timer by writing '0' to the CONTROLREG register
       * Program the timer mode by writing the mode to the CONTROLREG register
       * Set the interrupt mask
      
      2. Setting the count value:
       * Load the count value to the registers COUNT0 and COUNT1 (not used).
      
      3. Enable the timer
       * Write '1' to the CONTROLREG register with the mode (free running or user)
      Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
      Reviewed-by: NHeiko Stuebner <heiko@sntech.de>
      468b8c4c