[U-Boot] [PATCH v3 31/72] dm: gpio: Add live tree support
sjg at google.com
sjg at google.com
Thu May 25 00:06:34 UTC 2017
Add support for requesting GPIOs with a live device tree.
This involves adjusting the function signature for the legacy function
gpio_request_by_name_nodev(), so fix up all callers.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
board/qualcomm/dragonboard410c/dragonboard410c.c | 12 +++---
board/samsung/common/board.c | 4 +-
board/samsung/common/exynos5-dt.c | 2 +-
drivers/gpio/gpio-uclass.c | 51 +++++++++++-------------
drivers/i2c/mxc_i2c.c | 12 +++---
drivers/mmc/fsl_esdhc.c | 6 +--
drivers/mmc/s5p_sdhci.c | 8 ++--
drivers/mtd/nand/sunxi_nand.c | 2 +-
drivers/mtd/nand/tegra_nand.c | 4 +-
drivers/net/pic32_eth.c | 3 +-
drivers/sound/max98095.c | 2 +
drivers/sound/wm8994.c | 2 +-
drivers/spi/pic32_spi.c | 2 +-
drivers/usb/host/ehci-tegra.c | 7 ++--
drivers/usb/host/ehci-vf.c | 5 ++-
include/asm-generic/gpio.h | 10 ++---
16 files changed, 65 insertions(+), 67 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list