Re: [PATCH] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-11 Thread Marek Vasut
On 3/11/22 14:50, Angus Ainslie wrote: On 2022-03-11 02:18, Marek Vasut wrote: On 3/11/22 01:53, Angus Ainslie wrote: Based off the imx8mm u-boot driver and the linux kernel driver What does this patch do again ? (it is impossible to tell from the one-line commit message above unless you

Re: [PATCH] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-11 Thread Angus Ainslie
On 2022-03-11 02:18, Marek Vasut wrote: On 3/11/22 01:53, Angus Ainslie wrote: Based off the imx8mm u-boot driver and the linux kernel driver What does this patch do again ? (it is impossible to tell from the one-line commit message above unless you have it back-to-back with Subject). Also,

Re: [PATCH] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-11 Thread Marek Vasut
On 3/11/22 01:53, Angus Ainslie wrote: Based off the imx8mm u-boot driver and the linux kernel driver What does this patch do again ? (it is impossible to tell from the one-line commit message above unless you have it back-to-back with Subject). Also, if these tables come from Linux, please

[PATCH] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-10 Thread Angus Ainslie
Based off the imx8mm u-boot driver and the linux kernel driver Signed-off-by: Angus Ainslie --- drivers/clk/imx/Kconfig | 16 + drivers/clk/imx/Makefile | 2 + drivers/clk/imx/clk-imx8mq.c | 593 +++ 3 files changed, 611 insertions(+) create mode