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

2023-06-12 Thread kernel test robot
://lore.kernel.org/r/20230612134500.249178-1-linus.walleij%40linaro.org patch subject: [PATCH] fbdev/media: Use GPIO descriptors for VIA GPIO config: i386-allyesconfig (https://download.01.org/0day-ci/archive/20230613/202306130745.drblkzct-...@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0

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

2023-06-12 Thread kernel test robot
://lore.kernel.org/r/20230612134500.249178-1-linus.walleij%40linaro.org patch subject: [PATCH] fbdev/media: Use GPIO descriptors for VIA GPIO config: i386-randconfig-r034-20230612 (https://download.01.org/0day-ci/archive/20230613/202306130650.bs2fqaup-...@intel.com/config) compiler: clang version 15.0.7 (https

[PATCH] 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 --- I