public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Split ipq8074 reset bindings from clock bindings
@ 2020-07-14 15:05 Sivaprakash Murugesan
  2020-07-14 15:05 ` [PATCH 1/4] clk: qcom: ipq8074: remove gcc reset bindings Sivaprakash Murugesan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sivaprakash Murugesan @ 2020-07-14 15:05 UTC (permalink / raw)
  To: agross, bjorn.andersson, robh+dt, mturquette, sboyd, p.zabel,
	linux-arm-msm, devicetree, linux-kernel, linux-clk
  Cc: Sivaprakash Murugesan

The patch series https://lwn.net/Articles/825325/ wrongly added clock
bindings into reset bindings. This is caught by 
kernel test robot <lkp@intel.com> after it got merged into the clk-next
tree.

To avoid these kind of future mistakes it is better we split up the reset
bindings from clock bindings.

Since the clock patches in https://lwn.net/Articles/825325/ are applied to
clk-next it would be better if all the changes in this series to go through
clk-next.

Sivaprakash Murugesan (4):
  clk: qcom: ipq8074: remove gcc reset bindings
  reset: qcom: ipq8074: Add ipq8074 gcc resets
  arm64: dts: ipq8074: include reset bindings
  clk: qcom: ipq8074: include gcc reset bindings

 arch/arm64/boot/dts/qcom/ipq8074.dtsi        |   1 +
 drivers/clk/qcom/gcc-ipq8074.c               |   1 +
 include/dt-bindings/clock/qcom,gcc-ipq8074.h | 139 +-------------------------
 include/dt-bindings/reset/qcom,gcc-ipq8074.h | 141 +++++++++++++++++++++++++++
 4 files changed, 146 insertions(+), 136 deletions(-)
 create mode 100644 include/dt-bindings/reset/qcom,gcc-ipq8074.h

-- 
2.7.4


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

end of thread, other threads:[~2020-07-16  0:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-14 15:05 [PATCH 0/4] Split ipq8074 reset bindings from clock bindings Sivaprakash Murugesan
2020-07-14 15:05 ` [PATCH 1/4] clk: qcom: ipq8074: remove gcc reset bindings Sivaprakash Murugesan
2020-07-14 15:05 ` [PATCH 2/4] reset: qcom: ipq8074: Add ipq8074 gcc resets Sivaprakash Murugesan
2020-07-14 15:05 ` [PATCH 3/4] arm64: dts: ipq8074: include reset bindings Sivaprakash Murugesan
2020-07-14 15:05 ` [PATCH 4/4] clk: qcom: ipq8074: include gcc " Sivaprakash Murugesan
2020-07-16  0:55 ` [PATCH 0/4] Split ipq8074 reset bindings from clock bindings Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox