armbian-build/patch/kernel
retro98boy d19444bf8a rockchip64: fix wrong GPIO direction in DP virtual extcon driver
The extcon-usbc-virtual-pd driver requests the detection GPIO with the flag GPIOD_OUT_LOW, which leads to a failure in gpiod_to_irq and consequently causes the driver loading to fail.

This issue can be fixed by changing GPIOD_OUT_LOW to either GPIOD_IN or GPIOD_ASIS.

This patch opts to change GPIOD_OUT_LOW to GPIOD_ASIS, as this is a less invasive approach. For devices intending to use this driver, it's also necessary to set the pinctrl property of the detection GPIO to input mode in the dts file.
2025-02-23 19:26:27 +01:00
..
archive rockchip64: fix wrong GPIO direction in DP virtual extcon driver 2025-02-23 19:26:27 +01:00
rk35xx-legacy rk35xx/legacy: rewrite-kernel-patches, no changes 2025-01-05 18:46:59 +01:00
rk35xx-vendor-6.1 Switch rkr4.1 to rkr5 2025-01-30 19:03:34 +01:00
spacemit-legacy-6.1 spacemit: opensbi, u-boot, kernel legacy: Update for v1.0.15 2024-10-09 20:47:00 +02:00