mbox series

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

Message ID aebef87f-e0a3-17dd-12b7-7231ca6b0923@linaro.org (mailing list archive)
State Accepted
Commit 748d3c3cce57d7d5d5f9d5ab8f338b2f83b7ef3e
Headers show
Series [GIT,PULL] amlogic Drivers updates for v6.4 | expand

Pull-request

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

Message

Neil Armstrong April 4, 2023, 9:18 a.m. UTC
Hi,

Here's an Amlogic Drivers changeset for v6.4, with dt-bindings
conversion & fixes, dev_err_probe() migration for pwrc & missed
populate platform devices for meson_sm driver.

Neil

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

   Linux 6.3-rc1 (2023-03-05 14:52:03 -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.4

for you to fetch changes up to 1b61fdfdd656b3940cff24c25c211777389174b0:

   dt-bindings: soc: amlogic: Drop unneeded quotes (2023-03-28 09:48:54 +0200)

----------------------------------------------------------------
Amlogic Drivers changes for v6.4:
- convert clk-measure.txt to dt-schema
- meson-pwrc: Use dev_err_probe()
- meson_sm: populate platform devices from sm device tree data
- dt-bindings: Drop unneeded quotes

----------------------------------------------------------------
Dmitry Rokosov (1):
       firmware: meson_sm: populate platform devices from sm device tree data

Neil Armstrong (1):
       dt-bindings: soc: amlogic: convert clk-measure.txt to dt-schema

Rob Herring (1):
       dt-bindings: soc: amlogic: Drop unneeded quotes

Ye Xingchen (1):
       soc: amlogic: meson-pwrc: Use dev_err_probe()

  .../arm/amlogic/amlogic,meson-gx-ao-secure.yaml    |  4 +--
  .../arm/amlogic/amlogic,meson-mx-secbus2.yaml      |  4 +--
  .../bindings/soc/amlogic/amlogic,canvas.yaml       |  4 +--
  .../soc/amlogic/amlogic,meson-gx-clk-measure.yaml  | 40 ++++++++++++++++++++++
  .../bindings/soc/amlogic/clk-measure.txt           | 21 ------------
  drivers/firmware/meson/meson_sm.c                  |  5 ++-
  drivers/soc/amlogic/meson-gx-pwrc-vpu.c            |  8 ++---
  7 files changed, 53 insertions(+), 33 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml
  delete mode 100644 Documentation/devicetree/bindings/soc/amlogic/clk-measure.txt

Comments

patchwork-bot+linux-soc@kernel.org April 4, 2023, 2:41 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 4 Apr 2023 11:18:04 +0200 you wrote:
> Hi,
> 
> Here's an Amlogic Drivers changeset for v6.4, with dt-bindings
> conversion & fixes, dev_err_probe() migration for pwrc & missed
> populate platform devices for meson_sm driver.
> 
> Neil
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] amlogic Drivers updates for v6.4
    https://git.kernel.org/soc/soc/c/748d3c3cce57

You are awesome, thank you!