mbox series

[GIT,PULL] soc: amlogic: updates for v5.5

Message ID 7hftivs11f.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] soc: amlogic: updates for v5.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers

Message

Kevin Hilman Nov. 11, 2019, 12:35 a.m. UTC
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers

for you to fetch changes up to fdfc6997bd083acd066db99792694fa8a31a6cac:

  soc: amlogic: meson-gx-socinfo: Fix S905D3 ID for VIM3L (2019-11-06 11:12:58 -0800)

----------------------------------------------------------------
soc: amlogic: updates for v5.5

Highlights
- socinfo: more SoC IDs
- firmware: misc secure-monitor cleanups

----------------------------------------------------------------
Andy Shevchenko (1):
      firmware: meson_sm: use %*ph to print small buffer

Carlo Caione (3):
      firmware: meson_sm: Mark chip struct as static const
      nvmem: meson-efuse: bindings: Add secure-monitor phandle
      firmware: meson_sm: Rework driver as a proper platform driver

Christian Hewitt (2):
      soc: amlogic: meson-gx-socinfo: Add S905X3 ID for VIM3L
      soc: amlogic: meson-gx-socinfo: Fix S905D3 ID for VIM3L

Jianxin Pan (1):
      soc: amlogic: meson-gx-socinfo: Add A1 and A113L IDs

 Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt |   6 +++++
 drivers/firmware/meson/meson_sm.c                         | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------
 drivers/nvmem/meson-efuse.c                               |  24 +++++++++++++++++---
 drivers/soc/amlogic/meson-gx-socinfo.c                    |   3 +++
 include/linux/firmware/meson/meson_sm.h                   |  15 ++++++++-----
 5 files changed, 105 insertions(+), 53 deletions(-)