-
- Downloads
dm: gpio: Refactor to prepare for live tree support
Move the main part of the GPIO request function into a separate function
so that it can be used by the live tree function when added. Update the
xlate method to use a node reference.
Update all GPIO drivers to handle the modified xlate() method.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- drivers/gpio/74x164_gpio.c 1 addition, 1 deletiondrivers/gpio/74x164_gpio.c
- drivers/gpio/gpio-uclass.c 30 additions, 21 deletionsdrivers/gpio/gpio-uclass.c
- drivers/gpio/pca953x_gpio.c 1 addition, 1 deletiondrivers/gpio/pca953x_gpio.c
- drivers/gpio/sandbox.c 2 additions, 1 deletiondrivers/gpio/sandbox.c
- drivers/gpio/sunxi_gpio.c 1 addition, 1 deletiondrivers/gpio/sunxi_gpio.c
- drivers/gpio/tegra186_gpio.c 1 addition, 1 deletiondrivers/gpio/tegra186_gpio.c
- drivers/gpio/tegra_gpio.c 1 addition, 1 deletiondrivers/gpio/tegra_gpio.c
- include/asm-generic/gpio.h 4 additions, 2 deletionsinclude/asm-generic/gpio.h
Loading
Please register or sign in to comment