public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL] clockevents for 4.7
@ 2016-04-28 13:19 Daniel Lezcano
  2016-04-28 13:20 ` [PATCH 1/5] clockevents/drivers/dw_apb_timer: Implement ->set_state_oneshot_stopped() Daniel Lezcano
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Lezcano @ 2016-04-28 13:19 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar; +Cc: linux-kernel

Hi Thomas, Ingo,

this pull request contains the following changes:

 - Implement the set_state_oneshot_stopped() for dw_apb timer (Jisheng 
   Zhang)

 - Add a missing __init attribute for the Mediatek timer (Julia Lawall)

 - Remove the suspend/resume code as it is never used (Thierry Reding)

 - Add a new driver MPS2 with the DT bindings documenation (Vladimir Murzin)

The following changes since commit 86d3473224b004f920c107206d181d37db735145:

  time: Introduce do_sys_settimeofday64() (2016-04-22 11:49:04 -0700)

are available in the git repository at:

  http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.7

for you to fetch changes up to 9999c5fc014adcc4278adddb73888c301be7b9f7:

  clocksource/drivers/tegra: Remove unused suspend/resume code (2016-04-28 
15:09:08 +0200)

----------------------------------------------------------------
Jisheng Zhang (1):
      clockevents/drivers/dw_apb_timer: Implement 
->set_state_oneshot_stopped()

Julia Lawall (1):
      clocksource/drivers/mtk_timer: Add __init attribute

Thierry Reding (1):
      clocksource/drivers/tegra: Remove unused suspend/resume code

Vladimir Murzin (2):
      dt-bindings: document the MPS2 timer bindings
      clockevents/driversi/mps2: add MPS2 Timer driver

 Documentation/devicetree/bindings/timer/arm,mps2-timer.txt |  28 
+++++++++++++
 drivers/clocksource/Kconfig                                |   6 +++
 drivers/clocksource/Makefile                               |   1 +
 drivers/clocksource/dw_apb_timer.c                         |   1 +
 drivers/clocksource/mps2-timer.c                           | 275 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clocksource/mtk_timer.c                            |   2 +-
 drivers/clocksource/tegra20_timer.c                        |  14 -------
 7 files changed, 312 insertions(+), 15 deletions(-)
 create mode 100644 
Documentation/devicetree/bindings/timer/arm,mps2-timer.txt
 create mode 100644 drivers/clocksource/mps2-timer.c

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-28 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 13:19 [PULL] clockevents for 4.7 Daniel Lezcano
2016-04-28 13:20 ` [PATCH 1/5] clockevents/drivers/dw_apb_timer: Implement ->set_state_oneshot_stopped() Daniel Lezcano
2016-04-28 13:20   ` [PATCH 2/5] clocksource/drivers/mtk_timer: Add __init attribute Daniel Lezcano
2016-04-28 13:20   ` [PATCH 3/5] dt-bindings: document the MPS2 timer bindings Daniel Lezcano
2016-04-28 13:20   ` [PATCH 4/5] clockevents/driversi/mps2: add MPS2 Timer driver Daniel Lezcano
2016-04-28 13:20   ` [PATCH 5/5] clocksource/drivers/tegra: Remove unused suspend/resume code Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox