Re: [RFC RFT PATCH 0/4] ARM: OMAP1: clock: Convert to CCF
From: Aaro Koskinen <aaro.koskinen@iki.fi>
Date: 2022-03-19 18:50:02
Also in:
linux-arm-kernel, linux-omap, linux-usb, lkml
From: Aaro Koskinen <aaro.koskinen@iki.fi>
Date: 2022-03-19 18:50:02
Also in:
linux-arm-kernel, linux-omap, linux-usb, lkml
Hi, On Sat, Mar 12, 2022 at 10:14:31AM +0200, Tony Lindgren wrote:
* Janusz Krzysztofik [off-list ref] [220310 23:32]:quoted
The main motivation behind this series is planned resurection of OMAP1 camera driver. Since OMAP1 clock internals have never been visible to drivers, that driver used to use v4l2-clk to expose a pixel clock for a sensor. The v4l2-clk code has been recently depreciated and removed from the media subtree, hence the need for an alternative solution.Nice :) This will also help Arnd with building multi-v5 kernels.
This will need more testing still... The patch 4 is breaking at least 770 (the display/fb doesn't work anymore). A.