Ping for comments

> -----Original Message-----
> From: [email protected] [mailto:linux-kernel-
> [email protected]] On Behalf Of Jolly Shah
> Sent: Friday, September 14, 2018 12:40 PM
> To: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; Michal Simek
> <[email protected]>; [email protected]; [email protected]
> Cc: Rajan Vaja <[email protected]>; [email protected]; linux-arm-
> [email protected]; [email protected]; Jolly Shah
> <[email protected]>
> Subject: [PATCH v4 0/3] drivers: soc: xilinx: Add support for ZynqMP PM driver
> 
> Add ZynqMP PM driver. PM driver provides power management support for
> ZynqMP.
> 
> This patch series is based on top of Xilinx firmware patch set:
> https://patchwork.kernel.org/cover/10598195/
> 
> v4:
>  - Minor fixes to address v3 review comments
> 
> v3:
>  - Updated DT bindings as per v2 review comments
> 
> v2:
>  - Rebased on top of latest firmware driver patch series
>  - Updated driver to use shared interrupt instead of mailbox
> 
> Rajan Vaja (3):
>   dt-bindings: soc: Add ZynqMP PM bindings
>   firmware: xilinx: Implement ZynqMP power management APIs
>   drivers: soc: xilinx: Add ZynqMP PM driver
> 
>  .../bindings/power/reset/xlnx,zynqmp-power.txt     |  22 +++
>  drivers/firmware/xilinx/zynqmp.c                   |  29 ++++
>  drivers/soc/xilinx/Kconfig                         |  11 ++
>  drivers/soc/xilinx/Makefile                        |   1 +
>  drivers/soc/xilinx/zynqmp_power.c                  | 178 
> +++++++++++++++++++++
>  include/linux/firmware/xlnx-zynqmp.h               |  20 +++
>  6 files changed, 261 insertions(+)
>  create mode 100644
> Documentation/devicetree/bindings/power/reset/xlnx,zynqmp-power.txt
>  create mode 100644 drivers/soc/xilinx/zynqmp_power.c
> 
> --
> 2.7.4

Reply via email to