mbox series

[GIT,PULL] amlogic Drivers updates for v6.3

Message ID ec9552d8-96df-a677-ab94-9723f5c30f1c@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] amlogic Drivers updates for v6.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-drivers-for-v6.3

Message

Neil Armstrong Jan. 30, 2023, 1:32 p.m. UTC
Hi,

Here's an Amlogic Drivers change for v6.3, with:
- add NNA power domain for A311D SoC
- convert meson_sm.txt to dt-schema
- mark amlogic,meson-gx-pwrc bindings as deprecated
- fix meson_sm by using NULL instead of 0

The NNA reset & NNA power domain bindings were added to an immutable branch
and merged in this driver PR and the ARM64 DR PR to satisfy build-time
dependencies.

Neil

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-drivers-for-v6.3

for you to fetch changes up to fcdc53aceed413dce3ef1d0166a8e9348d5a9c94:

   firmware: meson_sm: stop using 0 as NULL pointer (2023-01-10 15:21:13 +0100)

----------------------------------------------------------------
Amlogic Drivers changes for v6.3:
- Merge of immutable bindings branch with Reset & power domain binding
- Addition of NNA power domain for A311D SoC
- meson_sm.txt  conversionto dt-schema
- mark amlogic,meson-gx-pwrc bindings as deprecated
- fix of meson_sm driver by using NULL instead of 0

----------------------------------------------------------------
Miles Chen (1):
       firmware: meson_sm: stop using 0 as NULL pointer

Neil Armstrong (3):
       Merge branch 'v6.3/bindings' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into HEAD
       dt-bindings: firmware: convert meson_sm.txt to dt-schema
       dt-bindings: power: amlogic,meson-gx-pwrc: mark bindings as deprecated

Tomeu Vizoso (3):
       dt-bindings: reset: meson-g12a: Add missing NNA reset
       dt-bindings: power: Add G12A NNA power domain
       soc: amlogic: meson-pwrc: Add NNA power domain for A311D

  .../bindings/firmware/amlogic,meson-gxbb-sm.yaml   | 39 ++++++++++++++++++++++
  .../bindings/firmware/meson/meson_sm.txt           | 15 ---------
  .../bindings/power/amlogic,meson-gx-pwrc.txt       |  4 +--
  drivers/firmware/meson/meson_sm.c                  |  2 +-
  drivers/soc/amlogic/meson-ee-pwrc.c                | 17 ++++++++++
  include/dt-bindings/power/meson-g12a-power.h       |  1 +
  .../dt-bindings/reset/amlogic,meson-g12a-reset.h   |  4 ++-
  7 files changed, 63 insertions(+), 19 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/firmware/amlogic,meson-gxbb-sm.yaml
  delete mode 100644 Documentation/devicetree/bindings/firmware/meson/meson_sm.txt