From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
John Stultz <john.stultz@linaro.org>,
Jonas Jensen <jonas.jensen@gmail.com>,
Maxime Ripard <maxime.ripard@free-electrons.com>,
Soren Brinkmann <soren.brinkmann@xilinx.com>
Subject: [GIT PULL] clocksource/clockevents : sun4i and cadence_ttc cleanups, new moxa driver
Date: Thu, 18 Jul 2013 15:45:06 +0200 [thread overview]
Message-ID: <51E7F162.1060804@linaro.org> (raw)
The following changes since commit 19b0a1e5ac5a7f1dafd5ee2479a5db72b330246b:
clocksource: orion: Use linux/sched_clock.h (2013-07-17 20:28:00 -0700)
are available in the git repository at:
git://git.linaro.org/people/dlezcano/clockevents.git
timers/clockevents-next
for you to fetch changes up to 07862c1cd6675cde2dd4bd64e64d704ea2185b79:
ARM: clocksource: Add support for MOXA ART SoCs (2013-07-18 15:27:47
+0200)
----------------------------------------------------------------
John Stultz (1):
MAINTAINERS: Add Daniel as maintainer for CLOCKSOURCE and
CLOCKEVENT Drivers
Jonas Jensen (1):
ARM: clocksource: Add support for MOXA ART SoCs
Maxime Ripard (10):
clocksource: sun4i: Use the BIT macros where possible
clocksource: sun4i: Wrap macros arguments in parenthesis
clocksource: sun4i: rename AUTORELOAD define to RELOAD
clocksource: sun4i: Add clocksource and sched clock drivers
clocksource: sun4i: Don't forget to enable the clock we use
clocksource: sun4i: Fix the next event code
clocksource: sun4i: Factor out some timer code
clocksource: sun4i: Remove TIMER_SCAL variable
clocksource: sun4i: Cleanup parent clock setup
clocksource: sun4i: Fix bug when switching from periodic to
oneshot modes
Soren Brinkmann (2):
clocksource: cadence_ttc: Remove unused header
clocksource: cadence_ttc: Reuse clocksource as sched_clock
.../bindings/timer/moxa,moxart-timer.txt | 17 ++
MAINTAINERS | 10 +-
drivers/clocksource/Makefile | 1 +
drivers/clocksource/cadence_ttc_timer.c | 13 +-
drivers/clocksource/moxart_timer.c | 164
++++++++++++++++++++
drivers/clocksource/sun4i_timer.c | 110 +++++++++----
6 files changed, 280 insertions(+), 35 deletions(-)
create mode 100644
Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
create mode 100644 drivers/clocksource/moxart_timer.c
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
reply other threads:[~2013-07-18 13:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=51E7F162.1060804@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=john.stultz@linaro.org \
--cc=jonas.jensen@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maxime.ripard@free-electrons.com \
--cc=soren.brinkmann@xilinx.com \
--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.