u-boot-brain/arch/arm/mach-at91
Simon Glass 20e442ab2d dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
The current macro is a misnomer since it does not declare a device
directly. Instead, it declares driver_info record which U-Boot uses at
runtime to create a device.

The distinction seems somewhat minor most of the time, but is becomes
quite confusing when we actually want to declare a device, with
of-platdata. We are left trying to distinguish between a device which
isn't actually device, and a device that is (perhaps an 'instance'?)

It seems better to rename this macro to describe what it actually is. The
macros is not widely used, since boards should use devicetree to declare
devices.

Rename it to U_BOOT_DRVINFO(), which indicates clearly that this is
declaring a new driver_info record, not a device.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-01-05 12:26:35 -07:00
..
arm920t common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
arm926ejs dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() 2021-01-05 12:26:35 -07:00
armv7 ARM: mach-at91: add support for new SoC sama7g5 2020-09-25 10:39:22 +03:00
include/mach dm: treewide: Rename ..._platdata variables to just ..._plat 2020-12-13 16:51:09 -07:00
atmel_sfr.c ARM: at91: Rename sama5_sfr.h to at91_sfr.h 2019-10-08 09:16:11 +03:00
bootparams_atmel.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
clock.c watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset 2019-04-26 09:16:32 +02:00
config.mk Makefile: Rename ALL-y to INPUTS-y 2020-07-28 19:30:39 -06:00
Kconfig ARM: mach-at91: add support for new SoC sama7g5 2020-09-25 10:39:22 +03:00
Makefile ARM: at91: sfr: convert to Kconfig 2019-10-08 09:16:11 +03:00
matrix.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
mpddrc.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
phy.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
sdram.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
spl_at91.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
spl_atmel.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
spl.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00