armbian-build/patch
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
..
atf BananaPi BPI-F3: Update u-boot and linux patching 2025-01-01 14:01:21 -05:00
crust orangepi3-lts: change crust config 2023-09-19 20:08:18 +02:00
kernel rockchip64: fix wrong GPIO direction in DP virtual extcon driver 2025-02-23 19:26:27 +01:00
misc fix rtl8723cs driver compilation on kernel 6.13 2025-01-01 19:38:55 +01:00
u-boot u-boot: v2025.01: Add bananapi-m4-berry support 2025-02-23 09:56:20 +01:00