All of lore.kernel.org
 help / color / mirror / Atom feed
[parent not found: <1556846746-8535-1-git-send-email-aisheng.dong@nxp.com>]
* [PATCH V2 0/2] clk: imx: scu: add parsing clocks from device tree support
@ 2019-04-30 17:35 Aisheng Dong
  2019-04-30 17:35   ` Aisheng Dong
  0 siblings, 1 reply; 17+ messages in thread
From: Aisheng Dong @ 2019-04-30 17:35 UTC (permalink / raw)
  To: linux-clk, devicetree
  Cc: Aisheng Dong, sboyd, mturquette, robh+dt, dl-linux-imx, kernel,
	Fabio Estevam, shawnguo, linux-arm-kernel

This is a follow up of the patch thread.
https://www.spinics.net/lists/devicetree/msg283675.html

This patch series is a preparation for the MX8 Architecture improvement.
As for IMX SCU based platforms like MX8QM and MX8QXP, they are comprised
of a couple of SS(Subsystems) while most of them within the same SS
can be shared. e.g. Clocks, Devices and etc.

However, current device tree is heavily depends on Clocks IDs defined which
cause some troubles in writing the common <soc>-ss-xx.dtsi file.

This patch series adds a new binding to support parsing clocks from device tree
which can fully decouple the dependency of Clock IDs in device tree and make
us be able to write a fully generic clock driver for SCU based SoCs.
And it can make the driver much easily to be maintained in the future and
avoid writing a lot of duplicated codes.

ChangeLog:
v1->v2:
 * SCU clock changed to one cell clock binding inspired by arm,scpi.txt
   Documentation/devicetree/bindings/arm/arm,scpi.txt
 * Add required power domain property
 * Dropped PATCH 3&4 first, will send the updated version accordingly
   after the binding is finally determined,

Dong Aisheng (2):
  dt-bindings: firmware: imx-scu: new binding to parse clocks from
    device tree
  dt-bindings: clock: imx-lpcg: add support to parse clocks from device
    tree

 .../devicetree/bindings/arm/freescale/fsl,scu.txt  | 45 ++++++++++++++++++----
 .../devicetree/bindings/clock/imx8qxp-lpcg.txt     | 34 +++++++++++++---
 include/dt-bindings/firmware/imx/rsrc.h            | 17 ++++++++
 3 files changed, 82 insertions(+), 14 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-07-16 15:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1556846821-8581-1-git-send-email-aisheng.dong@nxp.com>
2019-05-03  1:34 ` [PATCH V2 1/2] dt-bindings: firmware: imx-scu: new binding to parse clocks from device tree Aisheng Dong
2019-05-03 14:53   ` Rob Herring
2019-05-04 12:19     ` Aisheng Dong
2019-05-07 18:03       ` Rob Herring
2019-05-08  7:16         ` Aisheng Dong
2019-05-13 18:00           ` Rob Herring
2019-05-14  2:14             ` Aisheng Dong
2019-05-21 17:57             ` Aisheng Dong
2019-06-03 16:50               ` Aisheng Dong
2019-07-16 15:56                 ` Aisheng Dong
2019-07-16 15:56                   ` Aisheng Dong
2019-07-16 15:56                   ` Aisheng Dong
2019-05-03  1:34 ` [PATCH V2 2/2] dt-bindings: clock: imx-lpcg: add support " Aisheng Dong
     [not found] <1556846746-8535-1-git-send-email-aisheng.dong@nxp.com>
2019-05-03  1:33 ` [PATCH V2 1/2] dt-bindings: firmware: imx-scu: new binding " Aisheng Dong
2019-04-30 17:35 [PATCH V2 0/2] clk: imx: scu: add parsing clocks from device tree support Aisheng Dong
2019-04-30 17:35 ` [PATCH V2 1/2] dt-bindings: firmware: imx-scu: new binding to parse clocks from device tree Aisheng Dong
2019-04-30 17:35   ` Aisheng Dong
2019-04-30 17:35   ` Aisheng Dong

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.