All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add a clock driver for the imx8mq
@ 2022-03-11 16:35 Angus Ainslie
  2022-03-11 16:35 ` [PATCH v2 1/2] dt-bindings: imx8mq-clock: add mainline definitions Angus Ainslie
  2022-03-11 16:35 ` [PATCH v2 2/2] clk: imx8mq: Add a clock driver for the imx8mq Angus Ainslie
  0 siblings, 2 replies; 11+ messages in thread
From: Angus Ainslie @ 2022-03-11 16:35 UTC (permalink / raw)
  To: u-boot
  Cc: marex, lukma, seanga2, sbabic, festevam, kernel, uboot-imx,
	Angus Ainslie

This is a DM clock driver for the imx8mq based on the linux kernel
driver and the u-boot imx8mm clock driver.

Changes since v1:

More verbose clock driver description
Added forgotten dt-bindings
Synced PLL frequencies with mainline kernel


Angus Ainslie (2):
  dt-bindings: imx8mq-clock: add mainline definitions
  clk: imx8mq: Add a clock driver for the imx8mq

 drivers/clk/imx/Kconfig                  |  16 +
 drivers/clk/imx/Makefile                 |   2 +
 drivers/clk/imx/clk-imx8mq.c             | 575 +++++++++++++++++++++++
 include/dt-bindings/clock/imx8mq-clock.h |  16 +-
 4 files changed, 608 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/imx/clk-imx8mq.c

-- 
2.25.1


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

end of thread, other threads:[~2022-03-12 21:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 16:35 [PATCH v2 0/2] Add a clock driver for the imx8mq Angus Ainslie
2022-03-11 16:35 ` [PATCH v2 1/2] dt-bindings: imx8mq-clock: add mainline definitions Angus Ainslie
2022-03-11 16:54   ` Marek Vasut
2022-03-11 16:35 ` [PATCH v2 2/2] clk: imx8mq: Add a clock driver for the imx8mq Angus Ainslie
2022-03-11 16:57   ` Marek Vasut
2022-03-11 17:02     ` Angus Ainslie
2022-03-11 18:05       ` Marek Vasut
2022-03-11 18:41         ` Angus Ainslie
2022-03-11 19:19           ` Marek Vasut
2022-03-11 19:33             ` Angus Ainslie
2022-03-12 21:30               ` Marek Vasut

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.