All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] arm64: zynqmp: Switch to use dt-binding headers
@ 2019-10-14 14:19 Michal Simek
  2019-10-14 14:19 ` [U-Boot] [PATCH 1/7] dt-bindings: clock: zynqmp: Add clk header Michal Simek
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Michal Simek @ 2019-10-14 14:19 UTC (permalink / raw)
  To: u-boot

Hi,

use macros from headers and sync dtses with latest description.

Thanks,
Michal


Michal Simek (6):
  arm64: zynqmp: Switch to xlnx-zynqmp-clk header
  arm64: zynqmp: Use backward compatible string for gem
  dt-bindings: arm64: zynqmp: Add power and reset headers
  arm64: zynqmp: Use reset header in zynqmp.dtsi
  arm64: zynqmp: Use power header in zynqmp.dtsi
  arm64: zynqmp: List lpd watchdog in dtsi

Rajan Vaja (1):
  dt-bindings: clock: zynqmp: Add clk header

 arch/arm/dts/zynqmp-clk-ccf.dtsi              | 166 ++++++++----------
 arch/arm/dts/zynqmp-clk.dtsi                  |   4 +
 arch/arm/dts/zynqmp.dtsi                      |  85 ++++++++-
 drivers/clk/clk_zynqmp.c                      |   1 -
 include/dt-bindings/clock/xlnx-zynqmp-clk.h   | 126 +++++++++++++
 include/dt-bindings/power/xlnx-zynqmp-power.h |  39 ++++
 .../dt-bindings/reset/xlnx-zynqmp-resets.h    | 130 ++++++++++++++
 7 files changed, 450 insertions(+), 101 deletions(-)
 create mode 100644 include/dt-bindings/clock/xlnx-zynqmp-clk.h
 create mode 100644 include/dt-bindings/power/xlnx-zynqmp-power.h
 create mode 100644 include/dt-bindings/reset/xlnx-zynqmp-resets.h

-- 
2.17.1

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

end of thread, other threads:[~2019-10-24 11:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 14:19 [U-Boot] [PATCH 0/7] arm64: zynqmp: Switch to use dt-binding headers Michal Simek
2019-10-14 14:19 ` [U-Boot] [PATCH 1/7] dt-bindings: clock: zynqmp: Add clk header Michal Simek
2019-10-14 14:19 ` [U-Boot] [PATCH 2/7] arm64: zynqmp: Switch to xlnx-zynqmp-clk header Michal Simek
2019-10-14 14:19 ` [U-Boot] [PATCH 3/7] arm64: zynqmp: Use backward compatible string for gem Michal Simek
2019-10-14 14:19 ` [U-Boot] [PATCH 4/7] dt-bindings: arm64: zynqmp: Add power and reset headers Michal Simek
2019-10-14 14:19 ` [U-Boot] [PATCH 5/7] arm64: zynqmp: Use reset header in zynqmp.dtsi Michal Simek
2019-10-14 14:19 ` [U-Boot] [PATCH 6/7] arm64: zynqmp: Use power " Michal Simek
2019-10-14 14:19 ` [U-Boot] [PATCH 7/7] arm64: zynqmp: List lpd watchdog in dtsi Michal Simek
2019-10-24 11:25 ` [U-Boot] [PATCH 0/7] arm64: zynqmp: Switch to use dt-binding headers Michal Simek

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.