All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic Drivers updates for v6.3
Date: Mon, 30 Jan 2023 14:32:09 +0100	[thread overview]
Message-ID: <ec9552d8-96df-a677-ab94-9723f5c30f1c@linaro.org> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic Drivers updates for v6.3
Date: Mon, 30 Jan 2023 14:32:09 +0100	[thread overview]
Message-ID: <ec9552d8-96df-a677-ab94-9723f5c30f1c@linaro.org> (raw)

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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic Drivers updates for v6.3
Date: Mon, 30 Jan 2023 14:32:09 +0100	[thread overview]
Message-ID: <ec9552d8-96df-a677-ab94-9723f5c30f1c@linaro.org> (raw)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-01-30 13:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30 13:32 Neil Armstrong [this message]
2023-01-30 13:32 ` [GIT PULL] amlogic Drivers updates for v6.3 Neil Armstrong
2023-01-30 13:32 ` Neil Armstrong
2023-01-30 22:31 ` patchwork-bot+linux-soc

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=ec9552d8-96df-a677-ab94-9723f5c30f1c@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=arm@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=soc@kernel.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.