linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] clk: imx: clk-audiomix: Improvement for audiomix
@ 2024-05-23  9:59 Shengjiu Wang
  2024-05-23  9:59 ` [PATCH v5 1/5] dt-bindings: clock: imx8mp: Add #reset-cells property Shengjiu Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Shengjiu Wang @ 2024-05-23  9:59 UTC (permalink / raw)
  To: abelvesa, peng.fan, mturquette, sboyd, robh, krzk+dt, conor+dt,
	shawnguo, s.hauer, kernel, festevam, marex, linux-clk, imx,
	devicetree, linux-arm-kernel, linux-kernel, p.zabel,
	shengjiu.wang

Some improvement for audiomix driver:
Add reset controller for EARC function
Add CLK_SET_RATE_PARENT flags for clocks
Corrent parent clock for earc_phy and audpll clocks.

changes in v5:
- fix miss header issue reported by kernel test robot
- use scoped free

changes in v4:
- use auxiliary device framework for reset controller driver.
- drop syscon and simple-mfd related changes in v3

changes in v3:
- separate reset driver to driver/reset/
- add binding doc for reset driver.
- modify imx8mp.dtsi accordingly

changes in v2:
- add more info in commit messages

Shengjiu Wang (5):
  dt-bindings: clock: imx8mp: Add #reset-cells property
  clk: imx: clk-audiomix: Add reset controller
  reset: imx-aux: Add i.MX auxiliary reset driver
  clk: imx: clk-audiomix: Add CLK_SET_RATE_PARENT flags for clocks
  clk: imx: clk-audiomix: Corrent parent clock for earc_phy and audpll

 .../bindings/clock/imx8mp-audiomix.yaml       |   3 +
 drivers/clk/imx/Kconfig                       |   1 +
 drivers/clk/imx/clk-imx8mp-audiomix.c         |  83 ++++++-
 drivers/reset/Kconfig                         |   8 +
 drivers/reset/Makefile                        |   1 +
 drivers/reset/reset-imx-aux.c                 | 217 ++++++++++++++++++
 6 files changed, 307 insertions(+), 6 deletions(-)
 create mode 100644 drivers/reset/reset-imx-aux.c

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2024-05-27  8:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23  9:59 [PATCH v5 0/5] clk: imx: clk-audiomix: Improvement for audiomix Shengjiu Wang
2024-05-23  9:59 ` [PATCH v5 1/5] dt-bindings: clock: imx8mp: Add #reset-cells property Shengjiu Wang
2024-05-23  9:59 ` [PATCH v5 2/5] clk: imx: clk-audiomix: Add reset controller Shengjiu Wang
2024-05-23 20:36   ` Frank Li
2024-05-24  1:49     ` Shengjiu Wang
2024-05-27  8:01       ` Dan Carpenter
2024-05-25  7:26   ` Markus Elfring
2024-05-27  3:43     ` Shengjiu Wang
2024-05-23  9:59 ` [PATCH v5 3/5] reset: imx-aux: Add i.MX auxiliary reset driver Shengjiu Wang
2024-05-23  9:59 ` [PATCH v5 4/5] clk: imx: clk-audiomix: Add CLK_SET_RATE_PARENT flags for clocks Shengjiu Wang
2024-05-24  1:04   ` Peng Fan
2024-05-23  9:59 ` [PATCH v5 5/5] clk: imx: clk-audiomix: Corrent parent clock for earc_phy and audpll Shengjiu Wang
2024-05-24  1:05   ` Peng Fan
2024-05-25  7:55   ` Markus Elfring
2024-05-27  3:44     ` Shengjiu Wang

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