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 late Drivers updates for v6.5
Date: Thu, 22 Jun 2023 10:10:52 +0200	[thread overview]
Message-ID: <a10ea420-7599-3f41-dfd8-1742ef436ca0@linaro.org> (raw)

Hi,

Here's a late Amlogic Drivers changeset for v6.5, with includes
a low priority fix for secure-pwrc, a MAINTAINERS fix and a bindings yaml
conversion patch that were lying on the lists for too long.

Neil

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6b0139b372d40bd5dafc140b6618b57d13211168:

   dt-bindings: interrupt-controller: Convert Amlogic Meson GPIO interrupt controller binding (2023-06-20 09:41:07 +0200)

----------------------------------------------------------------
Amlogic Drivers changes for v6.5:
- tag some powers domains as always-on for secure-pwrc
- fix MAINTAINERS entry for PHY drivers & bindings
- Amlogic Meson GPIO interrupt controller binding to yaml conversion

----------------------------------------------------------------
Alexey Romanov (1):
       drivers: meson: secure-pwrc: always enable DMA domain

Heiner Kallweit (2):
       MAINTAINERS: add PHY-related files to Amlogic SoC file list
       dt-bindings: interrupt-controller: Convert Amlogic Meson GPIO interrupt controller binding

  .../amlogic,meson-gpio-intc.txt                    | 38 ------------
  .../amlogic,meson-gpio-intc.yaml                   | 72 ++++++++++++++++++++++
  MAINTAINERS                                        |  2 +
  drivers/soc/amlogic/meson-secure-pwrc.c            |  2 +-
  4 files changed, 75 insertions(+), 39 deletions(-)
  delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt
  create mode 100644 Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml

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 late Drivers updates for v6.5
Date: Thu, 22 Jun 2023 10:10:52 +0200	[thread overview]
Message-ID: <a10ea420-7599-3f41-dfd8-1742ef436ca0@linaro.org> (raw)

Hi,

Here's a late Amlogic Drivers changeset for v6.5, with includes
a low priority fix for secure-pwrc, a MAINTAINERS fix and a bindings yaml
conversion patch that were lying on the lists for too long.

Neil

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6b0139b372d40bd5dafc140b6618b57d13211168:

   dt-bindings: interrupt-controller: Convert Amlogic Meson GPIO interrupt controller binding (2023-06-20 09:41:07 +0200)

----------------------------------------------------------------
Amlogic Drivers changes for v6.5:
- tag some powers domains as always-on for secure-pwrc
- fix MAINTAINERS entry for PHY drivers & bindings
- Amlogic Meson GPIO interrupt controller binding to yaml conversion

----------------------------------------------------------------
Alexey Romanov (1):
       drivers: meson: secure-pwrc: always enable DMA domain

Heiner Kallweit (2):
       MAINTAINERS: add PHY-related files to Amlogic SoC file list
       dt-bindings: interrupt-controller: Convert Amlogic Meson GPIO interrupt controller binding

  .../amlogic,meson-gpio-intc.txt                    | 38 ------------
  .../amlogic,meson-gpio-intc.yaml                   | 72 ++++++++++++++++++++++
  MAINTAINERS                                        |  2 +
  drivers/soc/amlogic/meson-secure-pwrc.c            |  2 +-
  4 files changed, 75 insertions(+), 39 deletions(-)
  delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt
  create mode 100644 Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml

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

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 late Drivers updates for v6.5
Date: Thu, 22 Jun 2023 10:10:52 +0200	[thread overview]
Message-ID: <a10ea420-7599-3f41-dfd8-1742ef436ca0@linaro.org> (raw)

Hi,

Here's a late Amlogic Drivers changeset for v6.5, with includes
a low priority fix for secure-pwrc, a MAINTAINERS fix and a bindings yaml
conversion patch that were lying on the lists for too long.

Neil

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6b0139b372d40bd5dafc140b6618b57d13211168:

   dt-bindings: interrupt-controller: Convert Amlogic Meson GPIO interrupt controller binding (2023-06-20 09:41:07 +0200)

----------------------------------------------------------------
Amlogic Drivers changes for v6.5:
- tag some powers domains as always-on for secure-pwrc
- fix MAINTAINERS entry for PHY drivers & bindings
- Amlogic Meson GPIO interrupt controller binding to yaml conversion

----------------------------------------------------------------
Alexey Romanov (1):
       drivers: meson: secure-pwrc: always enable DMA domain

Heiner Kallweit (2):
       MAINTAINERS: add PHY-related files to Amlogic SoC file list
       dt-bindings: interrupt-controller: Convert Amlogic Meson GPIO interrupt controller binding

  .../amlogic,meson-gpio-intc.txt                    | 38 ------------
  .../amlogic,meson-gpio-intc.yaml                   | 72 ++++++++++++++++++++++
  MAINTAINERS                                        |  2 +
  drivers/soc/amlogic/meson-secure-pwrc.c            |  2 +-
  4 files changed, 75 insertions(+), 39 deletions(-)
  delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt
  create mode 100644 Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml

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

             reply	other threads:[~2023-06-22  8:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-22  8:10 Neil Armstrong [this message]
2023-06-22  8:10 ` [GIT PULL] amlogic late Drivers updates for v6.5 Neil Armstrong
2023-06-22  8:10 ` Neil Armstrong
2023-06-22 16:10 ` 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=a10ea420-7599-3f41-dfd8-1742ef436ca0@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.