u-boot-brain/drivers/core
Patrice Chotard f6abd5389c dm: uclass: Add uclass_next_device_err() to return a valid device
Similarly to uclass_first_device_err(), add uclass_next_device_err()
which returns an error if there are no next devices in that uclass.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-11-16 16:51:55 -05:00
..
device-remove.c device: expose the functions used to remove and unbind children of a device 2018-08-21 16:21:37 +02:00
device.c dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() 2018-11-14 09:16:27 -08:00
devres.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dump.c uclass: Use uclass_foreach_dev() macro instead of open coding 2018-11-14 09:16:28 -08:00
fdtaddr.c dm: core: fix devfdt_remap_addr_index() 2018-09-18 08:12:21 -06:00
Kconfig dm: replace dm_dbg() with pr_debug() 2017-10-04 12:00:21 -04:00
lists.c dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() 2018-11-14 09:16:27 -08:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
of_access.c ofnode: add ofnode_by_prop_value() 2018-09-18 08:12:21 -06:00
of_addr.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
of_extra.c dm: core: Update ofnode to read binman-style flash entry 2018-10-09 04:40:27 -06:00
ofnode.c core: ofnode: Fix mem leak in error path 2018-11-14 09:16:27 -08:00
read_extra.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
read.c dm: core: add functions to get memory-mapped I/O addresses 2018-06-01 15:56:02 +02:00
regmap.c regmap: Add endianness support 2018-11-14 09:16:27 -08:00
root.c dm: core: Mirror the chosen node parse logic in the livetree scanning 2018-11-14 09:16:27 -08:00
simple-bus.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
syscon-uclass.c syscon: add Linux-compatible syscon API 2018-05-07 15:49:52 -04:00
uclass.c dm: uclass: Add uclass_next_device_err() to return a valid device 2018-11-16 16:51:55 -05:00
util.c dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() 2018-11-14 09:16:27 -08:00