On 02. 12. 19 11:38, Rajan Vaja wrote: > Add support for init suspend in xilinx soc driver. Also update > documentation of zynqmp-power with IPI mailbox property. > > Changes in v3: > - [PATCH v2 2/2] : > - select MAILBOX and ZYNQMP_IPI_MBOX as it is required in zynqmp > power driver. > Changes in v2: > - [PATCH 1/2] : > - Correct order of tx and rx in mbox-names property. > - Add interrupts property in example. > > Rajan Vaja (1): > dt-bindings: power: reset: xilinx: Add bindings for ipi mailbox > > Tejas Patel (1): > drivers: soc: xilinx: Use mailbox IPI callback > > .../bindings/power/reset/xlnx,zynqmp-power.txt | 43 +++++++- > drivers/soc/xilinx/Kconfig | 6 +- > drivers/soc/xilinx/zynqmp_power.c | 119 ++++++++++++++++++--- > 3 files changed, 151 insertions(+), 17 deletions(-) > Queue for v5.6 and added to zynqmp/soc branch. Thanks, Michal