Re: [PATCH v2] fbdev/media: Use GPIO descriptors for VIA GPIO

2023-06-18 Thread Helge Deller
On 6/13/23 08:33, Linus Walleij wrote: The VIA fbdev exposes a custom GPIO chip for its GPIOs, these are in turn looked up the camera driver using a custom API. Drop the custom API, provide a look-up table and convert to GPIO descriptors. Note proper polarity on the RESET line. Cc: Jonathan Cor

[PATCH v2] fbdev/media: Use GPIO descriptors for VIA GPIO

2023-06-12 Thread Linus Walleij
The VIA fbdev exposes a custom GPIO chip for its GPIOs, these are in turn looked up the camera driver using a custom API. Drop the custom API, provide a look-up table and convert to GPIO descriptors. Note proper polarity on the RESET line. Cc: Jonathan Corbet Signed-off-by: Linus Walleij --- Ch