u-boot-2016/drivers
Michal Simek 9e0758b7ff dm: clk: Remove simple version of clk_get_by_index/name()
Simple version of clk_get_by_index() added by:
"dm: clk: Add a simple version of clk_get_by_index()"
(sha1: a4b10c088c)
is only working for #clock-cells=<1> but not for
any other values. Fixed clocks is using #clock-cells=<0>
which requires full implementation.

Remove simplified versions of clk_get_by_index() and use full version.
Also remove empty clk_get_by_name() which is failing when it is called
which is useless.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
2016-07-22 14:05:50 +02:00
..
adc
bios_emulator Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -04:00
block
bootcount
clk dm: clk: Remove simple version of clk_get_by_index/name() 2016-07-22 14:05:50 +02:00
core dm: core: Add an implementation of regmap_init_mem_platdata() 2016-07-14 20:40:24 -06:00
cpu
crypto Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -04:00
ddr Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -04:00
demo
dfu dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC 2016-07-11 14:06:44 -06:00
dma
fpga Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -04:00
gpio dm: gpio: MPC85XX GPIO platform data support 2016-07-11 14:06:44 -06:00
hwmon
i2c
input
led
mailbox
memory
misc sandbox: Don't bring in the eeprom emulator in SPL 2016-07-14 20:40:24 -06:00
mmc mmc: sdhci: Disable internal clock enable bit 2016-07-22 14:03:50 +02:00
mtd mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips 2016-07-20 11:13:26 +02:00
net net: Add EMAC driver for H3/A83T/A64 SoCs. 2016-07-15 08:34:34 +02:00
pch
pci pci: Add board_ prefix to should_load_oprom() and make it weak 2016-07-12 13:46:01 +08:00
pcmcia
pinctrl rockchip: pinctrl: Update the rk3288 driver to support of-platdata 2016-07-14 20:40:24 -06:00
power
pwm
qe
ram
remoteproc
reset
rtc rtc: Tidy up the code style 2016-07-14 18:33:11 -04:00
serial serial: zynq: Read information about clock from DT 2016-07-22 14:04:40 +02:00
soc
sound
spi dm: spi: Read default speed and mode values from DT 2016-07-09 20:16:34 +05:30
spmi
thermal
timer
tpm
twserial
usb Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -04:00
video Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -04:00
watchdog
Kconfig
Makefile