Hi, nice piece of work. I would like to create a menu and ask for some input to the user. Thanks in advance.
>>> pinctrl: rockchip: Add gpio_request_enable() ops >>> gpio: rockchip: Add request() ops >>> rockchip: rk3568-rock-3a: Drop PCIe reset-gpios workaround >>> rockchip: rk3568-radxa-e25: Drop PCIe reset-gpios workaround >>> >>> arch/arm/dts/rk3568-radxa-e25-u-boot.dtsi ...
> >>> pinctrl: rockchip: Add gpio_request_enable() ops > >>> gpio: rockchip: Add request() ops > >>> rockchip: rk3568-rock-3a: Drop PCIe reset-gpios workaround > >>> rockchip: rk3568-radxa-e25: Drop PCIe reset-gpios workaround > >>> > >>> arch/arm/dts/rk3568-radxa-e...
> >> Jonas Karlman (4): > >> pinctrl: rockchip: Add gpio_request_enable() ops > >> gpio: rockchip: Add request() ops > >> rockchip: rk3568-rock-3a: Drop PCIe reset-gpios workaround > >> rockchip: rk3568-radxa-e25: Drop PCIe reset-gpios workaround > >> > >> arch/arm...
> >>> gpio: rockchip: Add request() ops > >>> rockchip: rk3568-rock-3a: Drop PCIe reset-gpios workaround > >>> rockchip: rk3568-radxa-e25: Drop PCIe reset-gpios workaround > >>> > >>> arch/arm/dts/rk3568-radxa-e25-u-boot.dtsi | 12 --- > >>> arch/arm/dts/rk3568...
>>> code to automatically mux the gpio pins on these Rockchip SoCs. I >>> suppose as long as U-Boot probes the PCIe bus, the pins will already >>> be muxed correctly and things will continue to work. But I think >>> there are certain boot scenarios where this won't happen. ...