From: Michael Turquette <mturquette@baylibre.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>,
"Stephen Boyd" <sboyd@codeaurora.org>
Cc: "Jean-Christophe Plagniol-Villard" <plagnioj@jcrosoft.com>,
"Alexandre Belloni" <alexandre.belloni@free-electrons.com>,
"Nicolas Ferre" <nicolas.ferre@atmel.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PULL] clk: at91: sama5d2 materials
Date: Tue, 25 Aug 2015 12:10:33 -0700 [thread overview]
Message-ID: <20150825191033.31346.67237@quantum> (raw)
In-Reply-To: <20150818102401.17de779b@bbrezillon>
Quoting Boris Brezillon (2015-08-18 01:24:01)
> Stephen, Mike,
> =
> Here is a PR for the sama5d2 materials.
> I know we're already late in the release cycle and I'm not sure you can
> take this PR into account for 4.3, so if you can't could you please
> queue it for 4.4?
Queued for 4.4.
Thanks,
Mike
> =
> Thanks,
> =
> Boris
> =
> The following changes since commit c42743f11f58646a50bc4b96da363429dca0c5=
e6:
> =
> clk: add bindings for the Ux500 clocks (2015-08-13 11:29:45 -0700)
> =
> are available in the git repository at:
> =
> https://github.com/bbrezillon/linux-at91.git clk/atmel-clk-next
> =
> for you to fetch changes up to 3be0527c0f8bbbb744a6a34603d6a83e511c6741:
> =
> clk: at91: add generated clock driver (2015-08-18 10:11:57 +0200)
> =
> ----------------------------------------------------------------
> Nicolas Ferre (4):
> clk: at91: cleanup PMC header file for PCR register fields
> clk: at91: modify PMC peripheral clock to deal with newer register =
layout
> clk: at91: add PMC sama5d2 support
> clk: at91: add generated clock driver
> =
> Documentation/devicetree/bindings/clock/at91-clock.txt | 35 +++++++++++=
++++++++++
> arch/arm/mach-at91/Kconfig | 3 ++
> drivers/clk/at91/Makefile | 1 +
> drivers/clk/at91/clk-generated.c | 306 +++++++++++=
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=
+++++++++++++++
> drivers/clk/at91/clk-peripheral.c | 24 +++++++++--=
---
> drivers/clk/at91/pmc.c | 21 +++++++++++=
++
> drivers/clk/at91/pmc.h | 3 ++
> include/dt-bindings/clock/at91.h | 1 +
> include/linux/clk/at91_pmc.h | 22 ++++++++---=
--
> 9 files changed, 400 insertions(+), 16 deletions(-)
> create mode 100644 drivers/clk/at91/clk-generated.c
> =
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: mturquette@baylibre.com (Michael Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PULL] clk: at91: sama5d2 materials
Date: Tue, 25 Aug 2015 12:10:33 -0700 [thread overview]
Message-ID: <20150825191033.31346.67237@quantum> (raw)
In-Reply-To: <20150818102401.17de779b@bbrezillon>
Quoting Boris Brezillon (2015-08-18 01:24:01)
> Stephen, Mike,
>
> Here is a PR for the sama5d2 materials.
> I know we're already late in the release cycle and I'm not sure you can
> take this PR into account for 4.3, so if you can't could you please
> queue it for 4.4?
Queued for 4.4.
Thanks,
Mike
>
> Thanks,
>
> Boris
>
> The following changes since commit c42743f11f58646a50bc4b96da363429dca0c5e6:
>
> clk: add bindings for the Ux500 clocks (2015-08-13 11:29:45 -0700)
>
> are available in the git repository at:
>
> https://github.com/bbrezillon/linux-at91.git clk/atmel-clk-next
>
> for you to fetch changes up to 3be0527c0f8bbbb744a6a34603d6a83e511c6741:
>
> clk: at91: add generated clock driver (2015-08-18 10:11:57 +0200)
>
> ----------------------------------------------------------------
> Nicolas Ferre (4):
> clk: at91: cleanup PMC header file for PCR register fields
> clk: at91: modify PMC peripheral clock to deal with newer register layout
> clk: at91: add PMC sama5d2 support
> clk: at91: add generated clock driver
>
> Documentation/devicetree/bindings/clock/at91-clock.txt | 35 +++++++++++++++++++++
> arch/arm/mach-at91/Kconfig | 3 ++
> drivers/clk/at91/Makefile | 1 +
> drivers/clk/at91/clk-generated.c | 306 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/clk/at91/clk-peripheral.c | 24 +++++++++-----
> drivers/clk/at91/pmc.c | 21 +++++++++++++
> drivers/clk/at91/pmc.h | 3 ++
> include/dt-bindings/clock/at91.h | 1 +
> include/linux/clk/at91_pmc.h | 22 ++++++++-----
> 9 files changed, 400 insertions(+), 16 deletions(-)
> create mode 100644 drivers/clk/at91/clk-generated.c
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2015-08-25 19:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-18 8:24 [PULL] clk: at91: sama5d2 materials Boris Brezillon
2015-08-18 8:24 ` Boris Brezillon
2015-08-25 19:10 ` Michael Turquette [this message]
2015-08-25 19:10 ` Michael Turquette
2015-10-01 19:47 ` Stephen Boyd
2015-10-01 19:47 ` Stephen Boyd
2015-10-01 20:38 ` Boris Brezillon
2015-10-01 20:38 ` Boris Brezillon
2015-10-02 12:58 ` Nicolas Ferre
2015-10-02 12:58 ` Nicolas Ferre
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=20150825191033.31346.67237@quantum \
--to=mturquette@baylibre.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=boris.brezillon@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=nicolas.ferre@atmel.com \
--cc=plagnioj@jcrosoft.com \
--cc=sboyd@codeaurora.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.