u-boot-2016/drivers
Alexey Brodkin d5fbcd57ed gpio/hsdk: Depend on DM_GPIO instead of simple DM
This driver really is DM GPIO one and so we need to have a correct
dependency, because DM alone doesn't provide required for CMD_GPIO
call and we're seeing build failures like this:
---------------------->8---------------------
cmd/built-in.o: In function 'do_gpio':
.../cmd/gpio.c:188: undefined reference to 'gpio_request'
...
---------------------->8---------------------

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Eugeniy Paltsev <paltsev@synopsys.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-12-12 18:47:30 +03:00
..
adc
ata
bios_emulator
block
bootcount
clk ARC: clk: introduce HSDK CGU clock driver 2017-12-11 11:36:23 +03:00
core
cpu
crypto
ddr
demo
dfu
dma
firmware drivers: firmware: psci: use pr_* log functions instead of printf() 2017-12-04 10:23:53 -05:00
fpga
gpio gpio/hsdk: Depend on DM_GPIO instead of simple DM 2017-12-12 18:47:30 +03:00
i2c i2c: at91_i2c: remove the .probe_chip function 2017-12-07 09:29:19 +01:00
input
led
mailbox
memory
misc dm: misc: bind STM32F4/F7 clock from rcc MFD driver 2017-11-29 22:30:50 -05:00
mmc mmc: atmel_sdhci: not on capabilities to set gck rate 2017-11-29 22:30:50 -05:00
mtd mtd: nand: denali: make NAND_DENALI unconfigurable option 2017-12-12 00:36:11 +09:00
net driver: fsl-mc: MC object cleanup when DPL not loaded 2017-12-06 14:56:31 -08:00
nvme
pch
pci
pcmcia
phy
pinctrl rockchip: rk3128: add pinctrl driver 2017-11-30 22:55:26 +01:00
power
pwm
qe
ram rockchip: rk3128: add sdram driver 2017-11-30 22:55:27 +01:00
remoteproc
reset
rtc
scsi
serial serial: sh: Unify R8A7795 and R8A7796 as Gen3 2017-11-30 02:32:34 +01:00
soc
sound
spi cosmetic: atcspi200: Rename function name as atcspi200 2017-11-30 09:45:21 +08:00
spmi
sysreset
thermal
timer atcpit100: timer: Remove arch dependency. 2017-11-30 09:39:31 +08:00
tpm
usb
video
watchdog
Kconfig
Makefile