From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL FOR v3.14] Renesas R-Car Gen 2 Common Clock Framework
Date: Wed, 04 Dec 2013 21:29:07 +0000 [thread overview]
Message-ID: <3302362.MUz5Y8N3ER@avalon> (raw)
Hi Mike,
As nobody replied to the last version of the patches I will assume that either
they're perfect, or I've managed to make all reviewers hibernate from boredom.
Both cases call for a pull request.
Could you please pull the following three patches for v3.14 ? They have no
extra compile-time or runtime dependency, but subsequent platform patches will
depend on them. Could you thus please provide a stable branch that Simon can
merge in his tree ?
Changes compared to v4:
- Rebased on top of the latest clk-next branch
- Revert to ARCH_SHMOBILE_MULTI (as in v3) for drivers/clk/Makefile
The following changes since commit cdf64eeeb0d762585e2126f3024458d199c2635d:
clk: exynos5420: fix cpll clock register offsets (2013-12-04 10:46:45 -0800)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/rcar-gen2-mainline
for you to fetch changes up to 7135ea019305179dd6f6a99ea7c1e78773eca166:
clk: shmobile: Add MSTP clock support (2013-12-04 22:18:36 +0100)
----------------------------------------------------------------
Laurent Pinchart (3):
clk: shmobile: Add R-Car Gen2 clocks support
clk: shmobile: Add DIV6 clock support
clk: shmobile: Add MSTP clock support
.../bindings/clock/renesas,cpg-div6-clocks.txt | 28 +++
.../bindings/clock/renesas,cpg-mstp-clocks.txt | 51 ++++
.../bindings/clock/renesas,rcar-gen2-cpg-clocks.txt | 32 +++
drivers/clk/Makefile | 1 +
drivers/clk/shmobile/Makefile | 7 +
drivers/clk/shmobile/clk-div6.c | 185 +++++++++++++
drivers/clk/shmobile/clk-mstp.c | 229 ++++++++++++++
drivers/clk/shmobile/clk-rcar-gen2.c | 298 +++++++++++++++
include/linux/clk/shmobile.h | 19 ++
9 files changed, 850 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-div6-
clocks.txt
create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-
clocks.txt
create mode 100644 Documentation/devicetree/bindings/clock/renesas,rcar-gen2-
cpg-clocks.txt
create mode 100644 drivers/clk/shmobile/Makefile
create mode 100644 drivers/clk/shmobile/clk-div6.c
create mode 100644 drivers/clk/shmobile/clk-mstp.c
create mode 100644 drivers/clk/shmobile/clk-rcar-gen2.c
create mode 100644 include/linux/clk/shmobile.h
--
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 FOR v3.14] Renesas R-Car Gen 2 Common Clock Framework
Date: Wed, 04 Dec 2013 22:29:07 +0100 [thread overview]
Message-ID: <3302362.MUz5Y8N3ER@avalon> (raw)
Hi Mike,
As nobody replied to the last version of the patches I will assume that either
they're perfect, or I've managed to make all reviewers hibernate from boredom.
Both cases call for a pull request.
Could you please pull the following three patches for v3.14 ? They have no
extra compile-time or runtime dependency, but subsequent platform patches will
depend on them. Could you thus please provide a stable branch that Simon can
merge in his tree ?
Changes compared to v4:
- Rebased on top of the latest clk-next branch
- Revert to ARCH_SHMOBILE_MULTI (as in v3) for drivers/clk/Makefile
The following changes since commit cdf64eeeb0d762585e2126f3024458d199c2635d:
clk: exynos5420: fix cpll clock register offsets (2013-12-04 10:46:45 -0800)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/rcar-gen2-mainline
for you to fetch changes up to 7135ea019305179dd6f6a99ea7c1e78773eca166:
clk: shmobile: Add MSTP clock support (2013-12-04 22:18:36 +0100)
----------------------------------------------------------------
Laurent Pinchart (3):
clk: shmobile: Add R-Car Gen2 clocks support
clk: shmobile: Add DIV6 clock support
clk: shmobile: Add MSTP clock support
.../bindings/clock/renesas,cpg-div6-clocks.txt | 28 +++
.../bindings/clock/renesas,cpg-mstp-clocks.txt | 51 ++++
.../bindings/clock/renesas,rcar-gen2-cpg-clocks.txt | 32 +++
drivers/clk/Makefile | 1 +
drivers/clk/shmobile/Makefile | 7 +
drivers/clk/shmobile/clk-div6.c | 185 +++++++++++++
drivers/clk/shmobile/clk-mstp.c | 229 ++++++++++++++
drivers/clk/shmobile/clk-rcar-gen2.c | 298 +++++++++++++++
include/linux/clk/shmobile.h | 19 ++
9 files changed, 850 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-div6-
clocks.txt
create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-
clocks.txt
create mode 100644 Documentation/devicetree/bindings/clock/renesas,rcar-gen2-
cpg-clocks.txt
create mode 100644 drivers/clk/shmobile/Makefile
create mode 100644 drivers/clk/shmobile/clk-div6.c
create mode 100644 drivers/clk/shmobile/clk-mstp.c
create mode 100644 drivers/clk/shmobile/clk-rcar-gen2.c
create mode 100644 include/linux/clk/shmobile.h
--
Regards,
Laurent Pinchart
next reply other threads:[~2013-12-04 21:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-04 21:29 Laurent Pinchart [this message]
2013-12-04 21:29 ` [GIT PULL FOR v3.14] Renesas R-Car Gen 2 Common Clock Framework Laurent Pinchart
2013-12-10 2:53 ` Laurent Pinchart
2013-12-10 2:53 ` Laurent Pinchart
2013-12-13 3:10 ` Mike Turquette
2013-12-13 3:15 ` Laurent Pinchart
2013-12-13 3:15 ` Laurent Pinchart
2013-12-13 3:31 ` Mike Turquette
2013-12-13 3:31 ` Mike Turquette
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=3302362.MUz5Y8N3ER@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.