linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add minimal boot support for IPQ8074
@ 2017-04-28  9:56 Varadarajan Narayanan
  2017-04-28  9:56 ` [PATCH 1/5] pinctrl: qcom: Add ipq8074 pinctrl driver Varadarajan Narayanan
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Varadarajan Narayanan @ 2017-04-28  9:56 UTC (permalink / raw)
  To: robh+dt, mark.rutland, mturquette, sboyd, linus.walleij,
	andy.gross, david.brown, catalin.marinas, will.deacon,
	devicetree, linux-kernel, linux-clk, linux-gpio, linux-arm-msm,
	linux-soc, linux-arm-kernel
  Cc: sricharan, absahu, sjaganat, Varadarajan Narayanan

The IPQ8074 is Qualcomm’s High-capacity 802.11ax SoC for Routers,
Gateways and Access Points.

This series adds minimal board boot support for ipq8074-hk01
board.

Abhishek Sahu (2):
  clk: qcom: ipq8074: Add Global Clock Controller support
  arm64: defconfig: Enable QCOM IPQ8074 clock and pinctrl

Varadarajan Narayanan (3):
  pinctrl: qcom: Add ipq8074 pinctrl driver
  dt-bindings: qcom: Add IPQ8074 bindings
  arm64: dts: Add ipq8074 SoC and MTP board support

 Documentation/devicetree/bindings/arm/qcom.txt     |    2 +
 .../devicetree/bindings/clock/qcom,gcc.txt         |    1 +
 .../bindings/pinctrl/qcom,ipq8074-pinctrl.txt      |  202 ++++
 arch/arm64/boot/dts/qcom/Makefile                  |    1 +
 arch/arm64/boot/dts/qcom/ipq8074-hk01.dts          |   48 +
 arch/arm64/boot/dts/qcom/ipq8074.dtsi              |  153 +++
 arch/arm64/configs/defconfig                       |    2 +
 drivers/clk/qcom/Kconfig                           |    9 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/gcc-ipq8074.c                     | 1033 +++++++++++++++++
 drivers/pinctrl/qcom/Kconfig                       |   10 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-ipq8074.c             | 1220 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-ipq8074.h       |  152 +++
 14 files changed, 2835 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
 create mode 100644 arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
 create mode 100644 arch/arm64/boot/dts/qcom/ipq8074.dtsi
 create mode 100644 drivers/clk/qcom/gcc-ipq8074.c
 create mode 100644 drivers/pinctrl/qcom/pinctrl-ipq8074.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-ipq8074.h

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

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

end of thread, other threads:[~2017-05-08  7:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-28  9:56 [PATCH 0/5] Add minimal boot support for IPQ8074 Varadarajan Narayanan
2017-04-28  9:56 ` [PATCH 1/5] pinctrl: qcom: Add ipq8074 pinctrl driver Varadarajan Narayanan
2017-05-07  7:45   ` Linus Walleij
2017-04-28  9:56 ` [PATCH 2/5] clk: qcom: ipq8074: Add Global Clock Controller support Varadarajan Narayanan
2017-04-29  5:50   ` [PATCH] clk: qcom: ipq8074: fix platform_no_drv_owner.cocci warnings kbuild test robot
2017-04-29  5:50   ` [PATCH 2/5] clk: qcom: ipq8074: Add Global Clock Controller support kbuild test robot
2017-04-28  9:56 ` [PATCH 3/5] dt-bindings: qcom: Add IPQ8074 bindings Varadarajan Narayanan
2017-04-28  9:56 ` [PATCH 4/5] arm64: dts: Add ipq8074 SoC and MTP board support Varadarajan Narayanan
2017-04-28 18:53   ` Stephen Boyd
2017-05-03  7:30     ` Varadarajan Narayanan
2017-04-28 18:58   ` Jonathan Neuschäfer
2017-05-08  7:32     ` Varadarajan Narayanan
2017-04-28  9:56 ` [PATCH 5/5] arm64: defconfig: Enable QCOM IPQ8074 clock and pinctrl Varadarajan Narayanan

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).