Messages in this thread |  | | Subject | Re: [PATCH 8/8] ep93xx: clock: convert in-place to COMMON_CLK | From | Alexander Sverdlin <> | Date | Mon, 26 Jul 2021 13:57:36 +0200 |
| |
Hello Nikita!
Thanks for posting the combined series!
On Mon, 2021-07-26 at 14:50 +0300, Nikita Shubin wrote: > Converted in-place without moving file to drivers/clk. > > tested on ts7250 (EP9302). > > Only setting rate and change parent tested for, as they > are missing on ts7250: > - video > - I2S > - ADC/KEYPAD
I've been testing I2S and ADC with your original patch (and so had to prepare the fixes in the drivers), therefore...
> - PWM > > Only video and I2S clock are interesting, as they are > GATE + double DIV + MUX, all other are pretty much > common but require ep93xx_syscon_swlocked_write to set > registers. > > Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
Tested-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
> --- > arch/arm/Kconfig | 2 +- > arch/arm/mach-ep93xx/clock.c | 975 ++++++++++++++++++++--------------- > arch/arm/mach-ep93xx/core.c | 2 +- > arch/arm/mach-ep93xx/soc.h | 42 +- > 4 files changed, 581 insertions(+), 440 deletions(-)
-- Alexander Sverdlin.
|  |