All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/6] Enable onboard SDHCI for Nexus 5X (msm8992)
@ 2017-01-27  9:09 Jeremy McNicoll
  2017-01-27  9:10 ` [PATCH V4 1/6] clk: qcom: SDHCI enablement on Nexus 5X / 6P Jeremy McNicoll
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Jeremy McNicoll @ 2017-01-27  9:09 UTC (permalink / raw)
  To: linux-arm-msm, linux-soc, devicetree, linux-mmc, linux-clk
  Cc: andy.gross, sboyd, robh, arnd, bjorn.andersson, riteshh, git,
	ulf.hansson, jszhang, jeremymc

Here links to previous versions:

[V1]
   https://www.spinics.net/lists/devicetree/msg151845.html

[V2]
  http://www.spinics.net/lists/devicetree/msg158808.html 

[V3]
  http://www.spinics.net/lists/devicetree/msg160644.html
 
What changed V3->V4:

  * Dropped [V3] (2/6) Add quirk for delayed IRQ ACK as this
    workaround was improving detection time but masking another
    issue with rpm-smd specific to msm899(2/4).  

  * Including the C code to enable/add missing clock branch.
    In V3 this change was split up between dt-bindings and C
    but the C part didn't get sent to the mailing list.
    Its in my inbox and tree ;-)

Note:
  -only the AHB clock was added for SDCC1 as it was tested.
   SDCC[2->4] ADB_CLK will be added once these branches are
   investigated against downstream.  ie) are they all clock
   branches the same as SDCC1_AHB ?

  6/6 was not separated out into dt-bindings and devicetree
      as it was just a simple search and replace.


Jeremy McNicoll (6):
  clk: qcom: SDHCI enablement on Nexus 5X / 6P
  dt-bindings: qcom: clk: Add missing binding for SDCHI enablement on
    Nexus 5X/6P
  arm64: dts: msm8992 add fixed regulator
  arm64: dts: smem enablement for msm8992
  dts: arm64: Enable onboard SDHCI on msm8992
  dts: doc: rename rpm_requests to respect DT naming conventions

 .../devicetree/bindings/clock/qcom,rpmcc.txt       |   2 +-
 .../bindings/regulator/qcom,smd-rpm-regulator.txt  |   2 +-
 .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt  |   6 +-
 .../devicetree/bindings/soc/qcom/qcom,smd.txt      |   2 +-
 arch/arm/boot/dts/qcom-apq8074-dragonboard.dts     |   2 +-
 arch/arm/boot/dts/qcom-apq8084.dtsi                |   2 +-
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     |   2 +-
 .../boot/dts/qcom-msm8974-sony-xperia-honami.dts   |   2 +-
 arch/arm/boot/dts/qcom-msm8974.dtsi                |   2 +-
 arch/arm64/boot/dts/qcom/msm8916.dtsi              |   2 +-
 .../boot/dts/qcom/msm8992-bullhead-rev-101.dts     |   2 +
 arch/arm64/boot/dts/qcom/msm8992-pins.dtsi         |  60 +++++
 arch/arm64/boot/dts/qcom/msm8992.dtsi              | 143 ++++++++++-
 arch/arm64/boot/dts/qcom/msm8994-smd-rpm.dtsi      | 276 +++++++++++++++++++++
 drivers/clk/qcom/gcc-msm8994.c                     |  18 ++
 include/dt-bindings/clock/qcom,gcc-msm8994.h       |   1 +
 16 files changed, 511 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8994-smd-rpm.dtsi

-- 
2.6.1


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

end of thread, other threads:[~2018-03-28 22:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-27  9:09 [PATCH V4 0/6] Enable onboard SDHCI for Nexus 5X (msm8992) Jeremy McNicoll
2017-01-27  9:10 ` [PATCH V4 1/6] clk: qcom: SDHCI enablement on Nexus 5X / 6P Jeremy McNicoll
2017-01-27 17:00   ` kbuild test robot
2017-01-27 17:00     ` kbuild test robot
2017-01-27 21:33   ` Stephen Boyd
     [not found] ` <1485508205-1904-1-git-send-email-jeremymc-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-01-27  9:10   ` [PATCH V4 2/6] dt-bindings: qcom: clk: Add missing binding for SDCHI enablement on Nexus 5X/6P Jeremy McNicoll
2017-01-27  9:10     ` Jeremy McNicoll
2017-01-27 21:33     ` Stephen Boyd
2017-01-27  9:10 ` [PATCH V4 3/6] arm64: dts: msm8992 add fixed regulator Jeremy McNicoll
2017-01-27  9:10 ` [PATCH V4 4/6] arm64: dts: smem enablement for msm8992 Jeremy McNicoll
2017-01-27 19:58   ` Stephen Boyd
2017-01-30  5:44     ` Jeremy McNicoll
2018-03-14  2:52       ` Bjorn Andersson
2017-01-27  9:10 ` [PATCH V4 5/6] dts: arm64: Enable onboard SDHCI on msm8992 Jeremy McNicoll
2018-03-28 22:24   ` Bjorn Andersson
2017-01-27  9:10 ` [PATCH V4 6/6] dts: doc: rename rpm_requests to respect DT naming conventions Jeremy McNicoll
2017-02-01 14:06   ` Rob Herring

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.