u-boot-brain/drivers/clk/at91
Walter Lozano addf358bac core: add support for U_BOOT_DRIVER_ALIAS
Currently when using OF_PLATDATA the binding between devices and drivers
is done trying to match the compatible string in the node with a driver
name. However, usually a single driver supports multiple compatible strings
which causes that only devices which its compatible string matches a
driver name get bound.

To overcome this issue, this patch adds the U_BOOT_DRIVER_ALIAS macro,
which generates no code at all, but allows an easy way to declare driver
name aliases. Thanks to this, dtoc could be improve to look for the driver
name based on its alias when it populates the U_BOOT_DEVICE entry.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-07-09 18:57:22 -06:00
..
clk-generated.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
clk-h32mx.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
clk-main.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
clk-master.c drivers: rename drivers to match compatible string 2020-07-09 18:57:22 -06:00
clk-peripheral.c drivers: rename drivers to match compatible string 2020-07-09 18:57:22 -06:00
clk-plla.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
clk-plladiv.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
clk-slow.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
clk-system.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
clk-usb.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
clk-utmi.c ARM: at91: Rename sama5_sfr.h to at91_sfr.h 2019-10-08 09:16:11 +03:00
Kconfig clk: at91: add USB Host clock driver 2018-03-16 07:30:04 -04:00
Makefile clk: at91: add PLLADIV driver 2018-03-16 07:30:04 -04:00
pmc.c core: add support for U_BOOT_DRIVER_ALIAS 2020-07-09 18:57:22 -06:00
pmc.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sckc.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00