Re: [PATCH 08/49] dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()

2021-01-06 Thread Simon Glass
On 12/29/20 12:34 AM, Simon Glass wrote: > 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 conf

Re: [PATCH 08/49] dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()

2021-01-05 Thread Walter Lozano
On 12/29/20 12:34 AM, Simon Glass wrote: 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 w

[PATCH 08/49] dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()

2020-12-28 Thread Simon Glass
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, wit