devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/4] Add minimal boot support for IPQ8074
@ 2017-06-29  6:18 Varadarajan Narayanan
  2017-06-29  6:18 ` [PATCH v7 1/4] pinctrl: qcom: Add ipq8074 pinctrl driver Varadarajan Narayanan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Varadarajan Narayanan @ 2017-06-29  6:18 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: absahu, sjaganat, sricharan, Varadarajan Narayanan

v7:
    Remove the following clk related patches (Stephen Boyd has picked them)

    Incorporate Bjorn's comment in
	arm64: dts: Add ipq8074 SoC and HK01 board support

    Included Bjorn's and Rob's Ack for rest of the patches.

v6:
  * Include Rob's Ack to the first patch.

v5:
  * Removed the 'NA' binding from documentation

v4:
  * Split the clock patch and addressed a minor comment
    in the clock driver as per stephen's feedback.

v3:
  * Addressed review feedback from Bjorn for pinctrl
     - Unified the names for qpic pads.
     - Corrected the names for pwm pins.
  * Updated pinctrl documentation.
  * Updated the default bootargs in ipq8074-hk01.dts.
  * Updated the gcc clocks driver for removing the
    unused halt_bit in few places.

v2:
  * Addressed review feedback from Stephen
    - Removed cpu-map entries
    - Added mmio-timer nodes
  * Fix sparse warnings in the gcc-ipq8074.c
  * Updated pinctrl documentation

v1:
  https://www.spinics.net/lists/kernel/msg2498734.html
  This series adds minimal board boot support for ipq8074-hk01
  board.


Abhishek Sahu (1):
  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 HK01 board support

 Documentation/devicetree/bindings/arm/qcom.txt     |    2 +
 .../bindings/pinctrl/qcom,ipq8074-pinctrl.txt      |  172 ++++
 arch/arm64/boot/dts/qcom/Makefile                  |    1 +
 arch/arm64/boot/dts/qcom/ipq8074-hk01.dts          |   52 +
 arch/arm64/boot/dts/qcom/ipq8074.dtsi              |  194 ++++
 arch/arm64/configs/defconfig                       |    2 +
 drivers/pinctrl/qcom/Kconfig                       |   10 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-ipq8074.c             | 1076 ++++++++++++++++++++
 9 files changed, 1510 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/pinctrl/qcom/pinctrl-ipq8074.c

-- 
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] 6+ messages in thread

end of thread, other threads:[~2017-06-30 13:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29  6:18 [PATCH v7 0/4] Add minimal boot support for IPQ8074 Varadarajan Narayanan
2017-06-29  6:18 ` [PATCH v7 1/4] pinctrl: qcom: Add ipq8074 pinctrl driver Varadarajan Narayanan
2017-06-29  6:18 ` [PATCH v7 2/4] dt-bindings: qcom: Add ipq8074 bindings Varadarajan Narayanan
2017-06-29  6:18 ` [PATCH v7 3/4] arm64: dts: Add ipq8074 SoC and HK01 board support Varadarajan Narayanan
2017-06-30 13:06   ` kbuild test robot
2017-06-29  6:18 ` [PATCH v7 4/4] 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).