mbox series

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

Message ID aebef87f-e0a3-17dd-12b7-7231ca6b0923@linaro.org (mailing list archive)
State New, archived
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