linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/3] drivers: soc: xilinx: Add support for ZynqMP PM driver
@ 2019-01-29 20:38 Jolly Shah
  2019-01-29 20:38 ` [PATCH v6 1/3] dt-bindings: soc: Add ZynqMP PM bindings Jolly Shah
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jolly Shah @ 2019-01-29 20:38 UTC (permalink / raw)
  To: matthias.bgg, andy.gross, shawnguo, geert+renesas,
	bjorn.andersson, sean.wang, m.szyprowski, michal.simek, robh+dt,
	mark.rutland
  Cc: rajanv, devicetree, linux-arm-kernel, linux-kernel, Jolly Shah

Add ZynqMP PM driver. PM driver provides power management
support for ZynqMP.

v6:
 - Rebased on top of 
	https://github.com/Xilinx/linux-xlnx/commits/zynqmp/soc
v5:
 - Added Reviewed tag for dt bindings

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

Jolly Shah (1):
  firmware: xilinx: Implement ZynqMP power management APIs

Rajan Vaja (2):
  dt-bindings: soc: Add ZynqMP PM bindings
  drivers: soc: xilinx: Add ZynqMP PM driver

 .../bindings/power/reset/xlnx,zynqmp-power.txt     |  25 +++
 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, 264 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


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

end of thread, other threads:[~2019-02-12 12:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 20:38 [PATCH v6 0/3] drivers: soc: xilinx: Add support for ZynqMP PM driver Jolly Shah
2019-01-29 20:38 ` [PATCH v6 1/3] dt-bindings: soc: Add ZynqMP PM bindings Jolly Shah
2019-01-29 20:38 ` [PATCH v6 2/3] firmware: xilinx: Implement ZynqMP power management APIs Jolly Shah
2019-01-29 20:38 ` [PATCH v6 3/3] drivers: soc: xilinx: Add ZynqMP PM driver Jolly Shah
2019-01-30 10:12   ` Sudeep Holla
2019-01-31 19:01     ` Jolly Shah
2019-02-01 12:14       ` Sudeep Holla
2019-02-01 18:44         ` Jolly Shah
2019-02-12 12:44 ` [PATCH v6 0/3] drivers: soc: xilinx: Add support for " Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).