From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2 FOR v3.17] Renesas CMT, MTU2 and TMU timers DT support
Date: Fri, 04 Jul 2014 13:53:32 +0000 [thread overview]
Message-ID: <1688088.sd0hOOj9CE@avalon> (raw)
In-Reply-To: <2296815.Nb0BXfBtnT@avalon>
Hi Daniel,
Could you please pull the following changes and drop the first version of this
pull request ? I've fixed one last typo noticed by Simon in patch 09/19.
As last time I have board and SoC changes that depend on the driver changes
and that will need to go through Simon's tree. Could you thus please provide
a stable branch based on one of the v3.16-rc tags ?
The following changes since commit 4c834452aad01531db949414f94f817a86348d59:
Linux 3.16-rc3 (2014-06-29 14:11:36 -0700)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git timers/upstream/drivers
for you to fetch changes up to cca8d0596c4c7acb371ea1bc5eee9b404b30516a:
clocksource: sh_mtu2: Add DT support (2014-07-04 15:50:29 +0200)
----------------------------------------------------------------
Laurent Pinchart (10):
clocksource: sh_cmt: Drop support for legacy platform data
clocksource: sh_cmt: Replace global spinlock with a per-device spinlock
clocksource: sh_tmu: Drop support for legacy platform data
clocksource: sh_tmu: Replace global spinlock with a per-device spinlock
clocksource: sh_mtu2: Drop support for legacy platform data
clocksource: sh_mtu2: Replace global spinlock with a per-device spinlock
clocksource: shmobile: Remove unused sh_timer_config members
clocksource: sh_cmt: Add DT support
clocksource: sh_tmu: Add DT support
clocksource: sh_mtu2: Add DT support
Documentation/devicetree/bindings/timer/renesas,cmt.txt | 47 +++++
.../devicetree/bindings/timer/renesas,mtu2.txt | 39 ++++
Documentation/devicetree/bindings/timer/renesas,tmu.txt | 39 ++++
drivers/clocksource/sh_cmt.c | 233 ++++++---------
drivers/clocksource/sh_mtu2.c | 146 +++++----------
drivers/clocksource/sh_tmu.c | 127 ++++++-------
include/linux/sh_timer.h | 5 -
7 files changed, 309 insertions(+), 327 deletions(-)
create mode 100644 Documentation/devicetree/bindings/timer/renesas,cmt.txt
create mode 100644 Documentation/devicetree/bindings/timer/renesas,mtu2.txt
create mode 100644 Documentation/devicetree/bindings/timer/renesas,tmu.txt
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2 FOR v3.17] Renesas CMT, MTU2 and TMU timers DT support
Date: Fri, 04 Jul 2014 15:53:32 +0200 [thread overview]
Message-ID: <1688088.sd0hOOj9CE@avalon> (raw)
In-Reply-To: <2296815.Nb0BXfBtnT@avalon>
Hi Daniel,
Could you please pull the following changes and drop the first version of this
pull request ? I've fixed one last typo noticed by Simon in patch 09/19.
As last time I have board and SoC changes that depend on the driver changes
and that will need to go through Simon's tree. Could you thus please provide
a stable branch based on one of the v3.16-rc tags ?
The following changes since commit 4c834452aad01531db949414f94f817a86348d59:
Linux 3.16-rc3 (2014-06-29 14:11:36 -0700)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git timers/upstream/drivers
for you to fetch changes up to cca8d0596c4c7acb371ea1bc5eee9b404b30516a:
clocksource: sh_mtu2: Add DT support (2014-07-04 15:50:29 +0200)
----------------------------------------------------------------
Laurent Pinchart (10):
clocksource: sh_cmt: Drop support for legacy platform data
clocksource: sh_cmt: Replace global spinlock with a per-device spinlock
clocksource: sh_tmu: Drop support for legacy platform data
clocksource: sh_tmu: Replace global spinlock with a per-device spinlock
clocksource: sh_mtu2: Drop support for legacy platform data
clocksource: sh_mtu2: Replace global spinlock with a per-device spinlock
clocksource: shmobile: Remove unused sh_timer_config members
clocksource: sh_cmt: Add DT support
clocksource: sh_tmu: Add DT support
clocksource: sh_mtu2: Add DT support
Documentation/devicetree/bindings/timer/renesas,cmt.txt | 47 +++++
.../devicetree/bindings/timer/renesas,mtu2.txt | 39 ++++
Documentation/devicetree/bindings/timer/renesas,tmu.txt | 39 ++++
drivers/clocksource/sh_cmt.c | 233 ++++++---------
drivers/clocksource/sh_mtu2.c | 146 +++++----------
drivers/clocksource/sh_tmu.c | 127 ++++++-------
include/linux/sh_timer.h | 5 -
7 files changed, 309 insertions(+), 327 deletions(-)
create mode 100644 Documentation/devicetree/bindings/timer/renesas,cmt.txt
create mode 100644 Documentation/devicetree/bindings/timer/renesas,mtu2.txt
create mode 100644 Documentation/devicetree/bindings/timer/renesas,tmu.txt
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-07-04 13:53 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-16 15:07 [PATCH v4 00/19] Renesas CMT, MTU2 and TMU timers DT support Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 01/19] clocksource: sh_tmu: Fix channel IRQ retrieval in legacy case Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 02/19] clocksource: sh_cmt: Drop support for legacy platform data Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 03/19] clocksource: sh_cmt: Replace global spinlock with a per-device spinlock Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 04/19] clocksource: sh_tmu: Drop support for legacy platform data Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 05/19] clocksource: sh_tmu: Replace global spinlock with a per-device spinlock Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 06/19] clocksource: sh_mtu2: Drop support for legacy platform data Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 07/19] clocksource: sh_mtu2: Replace global spinlock with a per-device spinlock Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 08/19] clocksource: shmobile: Remove unused sh_timer_config members Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 09/19] clocksource: sh_cmt: Add DT support Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-07-04 13:15 ` Laurent Pinchart
2014-07-04 13:15 ` Laurent Pinchart
2014-07-04 13:15 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 10/19] clocksource: sh_tmu: " Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-17 1:11 ` Simon Horman
2014-06-17 1:11 ` Simon Horman
2014-06-17 1:11 ` Simon Horman
2014-06-16 15:07 ` [PATCH v4 11/19] clocksource: sh_mtu2: " Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 12/19] ARM: shmobile: r8a7790: Add CMT devices to DT Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 13/19] ARM: shmobile: r8a7791: " Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 14/19] ARM: shmobile: r8a7779: Add TMU " Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-17 1:12 ` Simon Horman
2014-06-17 1:12 ` Simon Horman
2014-06-16 15:07 ` [PATCH v4 15/19] ARM: shmobile: r7s72100: Add MTU2 device " Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 16/19] ARM: shmobile: lager-reference: Enable CMT0 in device tree Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 17/19] ARM: shmobile: koelsch-reference: " Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 18/19] ARM: shmobile: marzen-reference: Enable TMU0 " Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-06-17 1:14 ` Simon Horman
2014-06-17 1:14 ` Simon Horman
2014-06-16 15:07 ` [PATCH v4 19/19] ARM: shmobile: genmai-reference: Enable MTU2 " Laurent Pinchart
2014-06-16 15:07 ` Laurent Pinchart
2014-07-02 14:23 ` [GIT PULL FOR v3.17] Renesas CMT, MTU2 and TMU timers DT support Laurent Pinchart
2014-07-02 14:23 ` Laurent Pinchart
2014-07-04 13:53 ` Laurent Pinchart [this message]
2014-07-04 13:53 ` [GIT PULL v2 " Laurent Pinchart
2014-07-09 9:59 ` Laurent Pinchart
2014-07-09 9:59 ` Laurent Pinchart
2014-07-13 9:55 ` Simon Horman
2014-07-13 9:55 ` Simon Horman
2014-07-13 13:00 ` Laurent Pinchart
2014-07-13 13:00 ` Laurent Pinchart
2014-07-13 14:42 ` Daniel Lezcano
2014-07-13 14:42 ` Daniel Lezcano
2014-07-13 20:39 ` Simon Horman
2014-07-13 20:39 ` Simon Horman
2014-07-14 21:54 ` Daniel Lezcano
2014-07-14 21:54 ` Daniel Lezcano
2014-07-15 9:09 ` Simon Horman
2014-07-15 9:09 ` Simon Horman
2014-07-14 9:06 ` Laurent Pinchart
2014-07-14 9:06 ` Laurent Pinchart
2014-07-14 10:20 ` Daniel Lezcano
2014-07-14 10: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=1688088.sd0hOOj9CE@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.