From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PULL] clockevents for 4.7
Date: Thu, 28 Apr 2016 15:19:08 +0200 [thread overview]
Message-ID: <20160428131908.GC5197@linaro.org> (raw)
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
next reply other threads:[~2016-04-28 13:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-28 13:19 Daniel Lezcano [this message]
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 ` Daniel Lezcano
2016-04-28 13:20 ` Daniel Lezcano
2016-04-28 13:20 ` [PATCH 3/5] dt-bindings: document the MPS2 timer bindings Daniel Lezcano
2016-04-28 13:20 ` 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
2016-04-28 13:20 ` Daniel Lezcano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160428131908.GC5197@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.