u-boot-brain/drivers
Simon Glass 14ca9f7f5a dm: core: Rename ofnode_get_chosen_prop()
This function is actually intended to read a string rather than a
property. All of its current callers use it that way. Also there is no way
to return the length of the property from this function.

Rename it to better indicate its purpose, using ofnode_read as the prefix
since this matches most other functions.

Also add some tests which are missing for these functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-02-05 19:33:45 -07:00
..
adc
ata
axi
bios_emulator
block common: fix regression on block cache init 2020-01-26 13:36:14 -05:00
board
bootcount
cache common: Move hang() to the same header as panic() 2020-01-24 23:06:49 +05:30
clk arm: rockchip: Add common cru.h 2020-01-30 11:44:01 +08:00
core dm: core: Rename ofnode_get_chosen_prop() 2020-02-05 19:33:45 -07:00
cpu
crypto crypto: make mod_exp_sw() static 2020-01-25 12:04:36 -05:00
ddr arm: mvebu: fix A38x breakage from commit bb872dd930 2020-01-26 13:36:07 -05:00
demo
dfu - DFU support file operations lager then the default max size 2020-02-05 07:18:12 -05:00
dma dma: ti: k3-udma: Fix build warnings when building for 32 bit platforms 2020-01-20 10:10:28 +05:30
fastboot fastboot: mt85xx: add command to flash/erase emmc hwpart 2020-01-25 12:04:36 -05:00
firmware
fpga
gpio Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 2020-02-04 11:36:49 -05:00
hwspinlock
i2c i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag 2020-02-04 16:20:25 +05:30
input
led led: bcm6858: allow to use this driver on arm bcm68360 2020-01-23 07:29:58 -05:00
mailbox
memory
misc dm: pci: Update the PCI read_config() method to const dev * 2020-02-05 19:33:45 -07:00
mmc Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung 2020-01-28 21:10:32 -05:00
mtd mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC 2020-02-01 01:14:32 +09:00
net - DFU support file operations lager then the default max size 2020-02-05 07:18:12 -05:00
nvme
pch
pci dm: pci: Update a few more interfaces for const udevice * 2020-02-05 19:33:45 -07:00
pci_endpoint
phy Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi 2020-01-26 12:05:11 -05:00
pinctrl x86: Move itss.h from Apollo Lake to the generic x86 include directory 2020-02-04 01:19:28 +08:00
power dm: pci: Update the PCI read_config() method to const dev * 2020-02-05 19:33:45 -07:00
pwm
qe
ram ram: rk3328: only do data traning for cs0 2020-01-30 11:44:01 +08:00
remoteproc remoteproc: elf_loader: fix program header parsing 2020-01-24 11:19:52 -05:00
reset
rng lib: Kconfig dependencies for pseudo-random library 2020-01-25 12:04:36 -05:00
rtc rtc: pcf8563: Add driver model support 2020-02-04 16:20:25 +05:30
scsi
serial x86: serial: Add a coreboot serial driver 2020-02-04 01:19:25 +08:00
smem
soc
sound
spi spi: ich: Drop while loop in hardware sequencing erase case 2020-02-04 01:19:28 +08:00
spmi
sysreset common: Move hang() to the same header as panic() 2020-01-24 23:06:49 +05:30
tee
thermal
timer timer: Add driver for Nomadik Multi Timer Unit (MTU) 2020-01-22 17:47:56 -05:00
tpm
ufs
usb - DFU support file operations lager then the default max size 2020-02-05 07:18:12 -05:00
video arm: rockchip: Add common cru.h 2020-01-30 11:44:01 +08:00
virtio
w1
w1-eeprom
watchdog watchdog: omap_wdt: Fix WDT coding style 2020-02-04 09:07:25 +05:30
Kconfig
Makefile