mbox series

[GIT,PULL] arm64: soc: ZynqMP SoC changes for v5.6

Message ID f6fb26f8-b00d-a3e8-bf7d-c7ff2a8483b1@monstr.eu
State New
Headers show
Series [GIT,PULL] arm64: soc: ZynqMP SoC changes for v5.6 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.6

Message

Michal Simek Jan. 21, 2020, 9:50 a.m. UTC
Hi,

please pull the following patches to your tree. Description is below.

Thanks,
Michal

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.6

for you to fetch changes up to ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df:

  drivers: soc: xilinx: Use mailbox IPI callback (2020-01-21 10:43:27 +0100)

----------------------------------------------------------------
arm64: soc: ZynqMP SoC changes for v5.6

- Extend firmware interface for feature checking
- Use mailbox for communication with firmware for power management

----------------------------------------------------------------
Rajan Vaja (1):
      dt-bindings: power: reset: xilinx: Add bindings for ipi mailbox

Ravi Patel (1):
      drivers: firmware: xilinx: Add support for feature check

Tejas Patel (1):
      drivers: soc: xilinx: Use mailbox IPI callback

 Documentation/devicetree/bindings/power/reset/xlnx,zynqmp-power.txt |
42 +++++++++++++++++++++++++++++++++++++++---
 drivers/firmware/xilinx/zynqmp.c                                    |
43 +++++++++++++++++++++++++++++++++++++++++++
 drivers/soc/xilinx/Kconfig                                          |
6 +++++-
 drivers/soc/xilinx/zynqmp_power.c                                   |
120
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 include/linux/firmware/xlnx-zynqmp.h                                |
7 +++++++
 5 files changed, 201 insertions(+), 17 deletions(-)