* [GIT PULL] Allwinner clocks changes for 4.5
@ 2015-12-17 21:02 Maxime Ripard
2015-12-24 7:34 ` Michael Turquette
0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2015-12-17 21:02 UTC (permalink / raw)
To: linux-arm-kernel
Hi Mike, Stephen,
Please pull the following changes for the 4.5 merge window.
Thanks!
Maxime
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-clocks-for-4.5
for you to fetch changes up to fee3103ac3c0aeab52b337903f5af3cd3b3c02d8:
clk: sunxi: fix handling return value of of_property_match_string (2015-12-14 13:54:11 +0100)
----------------------------------------------------------------
Allwinner clocks changes for 4.5
Clock patches for the Allwinner SoCs:
- H3 clocks
- A10/A20 Video Engine clocks
- DRAM gates
- A80 special CPU clock
----------------------------------------------------------------
Andrzej Hajda (1):
clk: sunxi: fix handling return value of of_property_match_string
Chen-Yu Tsai (5):
clk: sunxi: Add sun9i A80 apbs gates support
clk: sunxi: Add sun9i A80 cpus (cpu special) clock support
clk: sunxi: Add DRAM gates support for sun4i-a10
clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i
clk: sunxi: Add CLK_OF_DECLARE support for sun8i-a23-apb0-clk driver
Dan Carpenter (1):
clk: sunxi: signedness bug in sun8i_h3_bus_gates_init()
Jens Kuske (1):
clk: sunxi: Add H3 clocks support
Reinder de Haan (1):
clk: sunxi: Add support for the H3 usb phy clocks
Documentation/devicetree/bindings/clock/sunxi.txt | 10 +
drivers/clk/sunxi/Makefile | 5 +
drivers/clk/sunxi/clk-a10-ve.c | 171 +++++++++++++++
drivers/clk/sunxi/clk-simple-gates.c | 14 ++
drivers/clk/sunxi/clk-sun8i-apb0.c | 80 ++++++--
drivers/clk/sunxi/clk-sun8i-bus-gates.c | 112 ++++++++++
drivers/clk/sunxi/clk-sun9i-cpus.c | 240 ++++++++++++++++++++++
drivers/clk/sunxi/clk-sunxi.c | 6 +
drivers/clk/sunxi/clk-usb.c | 12 ++
9 files changed, 638 insertions(+), 12 deletions(-)
create mode 100644 drivers/clk/sunxi/clk-a10-ve.c
create mode 100644 drivers/clk/sunxi/clk-sun8i-bus-gates.c
create mode 100644 drivers/clk/sunxi/clk-sun9i-cpus.c
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151217/e742d446/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread* [GIT PULL] Allwinner clocks changes for 4.5
2015-12-17 21:02 [GIT PULL] Allwinner clocks changes for 4.5 Maxime Ripard
@ 2015-12-24 7:34 ` Michael Turquette
0 siblings, 0 replies; 2+ messages in thread
From: Michael Turquette @ 2015-12-24 7:34 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Dec 17, 2015 at 1:02 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> Hi Mike, Stephen,
>
> Please pull the following changes for the 4.5 merge window.
Pulled.
Thanks,
Mike
>
> Thanks!
> Maxime
>
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
>
> Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-clocks-for-4.5
>
> for you to fetch changes up to fee3103ac3c0aeab52b337903f5af3cd3b3c02d8:
>
> clk: sunxi: fix handling return value of of_property_match_string (2015-12-14 13:54:11 +0100)
>
> ----------------------------------------------------------------
> Allwinner clocks changes for 4.5
>
> Clock patches for the Allwinner SoCs:
> - H3 clocks
> - A10/A20 Video Engine clocks
> - DRAM gates
> - A80 special CPU clock
>
> ----------------------------------------------------------------
> Andrzej Hajda (1):
> clk: sunxi: fix handling return value of of_property_match_string
>
> Chen-Yu Tsai (5):
> clk: sunxi: Add sun9i A80 apbs gates support
> clk: sunxi: Add sun9i A80 cpus (cpu special) clock support
> clk: sunxi: Add DRAM gates support for sun4i-a10
> clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i
> clk: sunxi: Add CLK_OF_DECLARE support for sun8i-a23-apb0-clk driver
>
> Dan Carpenter (1):
> clk: sunxi: signedness bug in sun8i_h3_bus_gates_init()
>
> Jens Kuske (1):
> clk: sunxi: Add H3 clocks support
>
> Reinder de Haan (1):
> clk: sunxi: Add support for the H3 usb phy clocks
>
> Documentation/devicetree/bindings/clock/sunxi.txt | 10 +
> drivers/clk/sunxi/Makefile | 5 +
> drivers/clk/sunxi/clk-a10-ve.c | 171 +++++++++++++++
> drivers/clk/sunxi/clk-simple-gates.c | 14 ++
> drivers/clk/sunxi/clk-sun8i-apb0.c | 80 ++++++--
> drivers/clk/sunxi/clk-sun8i-bus-gates.c | 112 ++++++++++
> drivers/clk/sunxi/clk-sun9i-cpus.c | 240 ++++++++++++++++++++++
> drivers/clk/sunxi/clk-sunxi.c | 6 +
> drivers/clk/sunxi/clk-usb.c | 12 ++
> 9 files changed, 638 insertions(+), 12 deletions(-)
> create mode 100644 drivers/clk/sunxi/clk-a10-ve.c
> create mode 100644 drivers/clk/sunxi/clk-sun8i-bus-gates.c
> create mode 100644 drivers/clk/sunxi/clk-sun9i-cpus.c
>
> --
> Maxime Ripard, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
--
Michael Turquette
CEO
BayLibre - At the Heart of Embedded Linux
http://baylibre.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-24 7:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 21:02 [GIT PULL] Allwinner clocks changes for 4.5 Maxime Ripard
2015-12-24 7:34 ` Michael Turquette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox