All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] soc: drivers: Amlogic updates for v5.7
@ 2020-03-16 21:35 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2020-03-16 21:35 UTC (permalink / raw
  To: soc; +Cc: linux-amlogic, linux-arm-kernel

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

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 d85eed038ef4919933b7f4f9d3b4f49ede4092aa:

  dt-bindings: power: Fix dt_binding_check error (2020-03-03 00:41:21 -0800)

----------------------------------------------------------------
soc: drivers: Amlogic updates for v5.7
- Add secure power domain controller

----------------------------------------------------------------
Jianxin Pan (5):
      firmware: meson_sm: Add secure power domain support
      dt-bindings: power: add Amlogic secure power domains bindings
      soc: amlogic: Add support for Secure power domains controller
      soc: amlogic: fix compile failure with MESON_SECURE_PM_DOMAINS & !MESON_SM
      dt-bindings: power: Fix dt_binding_check error

 Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml |  40 +++++++++++++++++
 drivers/firmware/meson/meson_sm.c                                   |   2 +
 drivers/soc/amlogic/Kconfig                                         |  13 ++++++
 drivers/soc/amlogic/Makefile                                        |   1 +
 drivers/soc/amlogic/meson-secure-pwrc.c                             | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/dt-bindings/power/meson-a1-power.h                          |  32 +++++++++++++
 include/linux/firmware/meson/meson_sm.h                             |   2 +
 7 files changed, 294 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
 create mode 100644 drivers/soc/amlogic/meson-secure-pwrc.c
 create mode 100644 include/dt-bindings/power/meson-a1-power.h

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] soc: drivers: Amlogic updates for v5.7
@ 2020-03-16 21:35 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2020-03-16 21:35 UTC (permalink / raw
  To: soc; +Cc: linux-amlogic, linux-arm-kernel

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

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 d85eed038ef4919933b7f4f9d3b4f49ede4092aa:

  dt-bindings: power: Fix dt_binding_check error (2020-03-03 00:41:21 -0800)

----------------------------------------------------------------
soc: drivers: Amlogic updates for v5.7
- Add secure power domain controller

----------------------------------------------------------------
Jianxin Pan (5):
      firmware: meson_sm: Add secure power domain support
      dt-bindings: power: add Amlogic secure power domains bindings
      soc: amlogic: Add support for Secure power domains controller
      soc: amlogic: fix compile failure with MESON_SECURE_PM_DOMAINS & !MESON_SM
      dt-bindings: power: Fix dt_binding_check error

 Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml |  40 +++++++++++++++++
 drivers/firmware/meson/meson_sm.c                                   |   2 +
 drivers/soc/amlogic/Kconfig                                         |  13 ++++++
 drivers/soc/amlogic/Makefile                                        |   1 +
 drivers/soc/amlogic/meson-secure-pwrc.c                             | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/dt-bindings/power/meson-a1-power.h                          |  32 +++++++++++++
 include/linux/firmware/meson/meson_sm.h                             |   2 +
 7 files changed, 294 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
 create mode 100644 drivers/soc/amlogic/meson-secure-pwrc.c
 create mode 100644 include/dt-bindings/power/meson-a1-power.h

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-16 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-16 21:35 [GIT PULL] soc: drivers: Amlogic updates for v5.7 Kevin Hilman
2020-03-16 21:35 ` Kevin Hilman

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.