mbox series

[GIT,PULL] Allwinner Clock Changes for 5.3

Message ID fa2e50d6-b01d-48f4-8ddf-77488f11036e.lettre@localhost (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Allwinner Clock Changes for 5.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-clk-for-5.3-201906210814

Message

Maxime Ripard June 21, 2019, 8:14 a.m. UTC
Hi,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-clk-for-5.3-201906210814

for you to fetch changes up to b467ec063ec56900e1ebba4d5aeb50b0a7cb0ef8:

  dt-bindings: clk: Convert Allwinner CCU to a schema (2019-06-05 14:32:08 +0200)

----------------------------------------------------------------
A few patches to fix two minor bugs, and to introduce a schemas for
our device tree bindings.

----------------------------------------------------------------
Gen Zhang (1):
      clk-sunxi: fix a missing-check bug in sunxi_divs_clk_setup()

Maxime Ripard (1):
      dt-bindings: clk: Convert Allwinner CCU to a schema

Ondrej Jirman (1):
      clk: sunxi-ng: sun50i-h6-r: Fix incorrect W1 clock gate register


 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml | 141 +++++++-
 Documentation/devicetree/bindings/clock/sunxi-ccu.txt                |  62 +---
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c                               |   2 +-
 drivers/clk/sunxi/clk-sunxi.c                                        |   2 +-
 4 files changed, 144 insertions(+), 63 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/sunxi-ccu.txt

Comments

Stephen Boyd June 25, 2019, 1:28 a.m. UTC | #1
Quoting Maxime Ripard (2019-06-21 01:14:35)
> Hi,
> 
> Please pull the following changes for the next release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-clk-for-5.3-201906210814
> 
> for you to fetch changes up to b467ec063ec56900e1ebba4d5aeb50b0a7cb0ef8:
> 
>   dt-bindings: clk: Convert Allwinner CCU to a schema (2019-06-05 14:32:08 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next