rv1126-uboot/drivers/core
Jean-Jacques Hiblot 94fbbf0f6d UPSTREAM: dm: Add a No-op uclass
This uclass is intended for devices that do not need any features from the
uclass, including binding children.
This will typically be used by devices that are used to bind child devices
but do not use dm_scan_fdt_dev() to do it. That is for example the case of
several USB wrappers that have 2 child devices (1 for device and 1 for
host) but bind only one at a any given time.

Change-Id: Iad9ba5f368bd2de9940cf069baf9bec9d668920c
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit 07e33711fec4f1106f36805b5dc830da07c783c5)
2020-02-27 17:51:21 +08:00
..
Kconfig UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
Makefile UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
device-remove.c
device.c core: device: add and update some comment 2020-02-21 16:20:07 +08:00
devres.c
dump.c driver: core/input: treat 'u-boot,dm-spl' as 'u-boot,dm-pre-reloc' 2019-10-24 10:52:45 +08:00
fdtaddr.c
lists.c UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
of_access.c dm: cmd: add "dm aliases" support 2019-12-16 21:01:05 +08:00
of_addr.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
of_extra.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
ofnode.c dm: core: add function dev_write_u32_array() to write u32 array values 2019-06-14 18:22:36 +08:00
read.c core: read: add dev_read_s32_default() 2019-11-22 08:42:16 +08:00
read_extra.c dm: core: Add ofnode_read_resource() 2017-07-28 12:02:47 -06:00
regmap.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
root.c core: root: fix reloc condition error '||' => '&&' 2019-12-03 13:09:21 +08:00
simple-bus.c UPSTREAM: simple-bus: remove DECLARE_GLOBAL_DATA_PTR 2018-01-17 15:27:28 +08:00
syscon-uclass.c dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata 2017-08-17 16:44:16 +09:00
uclass.c UPSTREAM: dm: Add a No-op uclass 2020-02-27 17:51:21 +08:00
util.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00