mbox series

[GIT,PULL] Rockchip driver changes for 5.15

Message ID 9718620.EvYhyI6sBW@phil
State New
Headers show
Series [GIT,PULL] Rockchip driver changes for 5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.15-rockchip-driver1

Message

Heiko Stübner Aug. 22, 2021, 10:15 a.m. UTC
Hi Arnd, Kevin, Olof,

please find below (and in the next mails) changes for
Rockchip platforms for 5.15.

Please pull

Thanks
Heiko


The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.15-rockchip-driver1

for you to fetch changes up to 9e5747c57807ad8a04c356340190cfdd0bd54111:

  soc: rockchip: io-domain: Remove unneeded semicolon (2021-08-19 23:56:38 +0200)

----------------------------------------------------------------
Yaml conversion of io-domain bindings and addition of
rk3568 io domains.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      soc: rockchip: ROCKCHIP_GRF should not default to y, unconditionally

Jianqun Xu (1):
      soc: rockchip: io-domain: add rk3568 support

Jiapeng Chong (1):
      soc: rockchip: io-domain: Remove unneeded semicolon

Johan Jonker (2):
      dt-bindings: power: convert rockchip-io-domain.txt to YAML
      dt-bindings: soc: rockchip: add rockchip-io-domain.yaml object to grf.yaml

Michael Riesch (1):
      dt-bindings: power: add rk3568-pmu-io-domain support

 .../bindings/power/rockchip-io-domain.txt          | 135 --------
 .../bindings/power/rockchip-io-domain.yaml         | 360 +++++++++++++++++++++
 .../devicetree/bindings/soc/rockchip/grf.yaml      |  19 +-
 drivers/soc/rockchip/Kconfig                       |   4 +-
 drivers/soc/rockchip/io-domain.c                   |  88 ++++-
 5 files changed, 455 insertions(+), 151 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/power/rockchip-io-domain.txt
 create mode 100644 Documentation/devicetree/bindings/power/rockchip-io-domain.yaml

Comments

Arnd Bergmann Aug. 26, 2021, 9:35 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sun, 22 Aug 2021 12:15:43 +0200, Heiko Stuebner wrote:
> please find below (and in the next mails) changes for
> Rockchip platforms for 5.15.
> 
> Please pull
> 
> Thanks
> Heiko
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 9b3878a99ad606fe76a50a290273d7b801f0f895

       Arnd