1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-31 04:17:09 +01:00
Files
u-boot-megous/drivers
Roger Quadros ff0d078942 mtd: rawnand: omap_gpmc: support u-boot driver model
Adds driver model support.

We need to be able to self initialize the NAND controller/chip
at probe and so enable CONFIG_SYS_NAND_SELF_INIT.

Doing so requires nand_register() API which is provided by nand.c
and needs to be enabled during SPL build via CONFIG_SPL_NAND_INIT.
But nand.c also provides nand_init() so we need to get rid of nand_init()
in omap_gpmc driver if CONFIG_SPL_NAND_INIT is set.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/all/20221220102203.52398-5-rogerq@kernel.org
2023-01-08 10:38:50 +01:00
..
2022-12-22 10:31:48 -05:00
2022-12-21 13:09:01 -05:00
2021-10-05 08:50:15 -04:00
2022-09-16 11:05:16 -04:00
2022-08-04 16:18:47 -04:00
2022-01-13 07:57:49 -05:00
2022-10-26 15:21:12 -04:00
2022-12-23 10:15:13 -05:00
2022-01-13 07:57:49 -05:00
2022-09-19 16:07:12 -04:00
2022-12-07 16:04:17 -05:00
2022-12-22 10:31:48 -05:00
2023-01-02 16:01:40 -05:00
2022-09-16 11:05:16 -04:00
2022-10-11 16:03:03 -04:00
2022-09-03 16:59:05 +03:00
2022-05-03 21:39:22 +02:00
2022-11-02 13:58:17 -04:00