u-boot/drivers/ram/stm32mp1
Simon Glass 0914011310 command: Remove the cmd_tbl_t typedef
We should not use typedefs in U-Boot. They cannot be used as forward
declarations which means that header files must include the full header to
access them.

Drop the typedef and rename the struct to remove the _s suffix which is
now not useful.

This requires quite a few header-file additions.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-05-18 18:36:55 -04:00
..
Kconfig stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
Makefile stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
stm32mp1_ddr.c ram: stm32mp1: the property st, phy-cal becomes optional 2020-03-24 14:23:30 +01:00
stm32mp1_ddr.h ram: stm32mp1: the property st, phy-cal becomes optional 2020-03-24 14:23:30 +01:00
stm32mp1_ddr_regs.h ram: stm32mp1_ddr: fix self refresh disable during DQS training 2020-03-24 14:23:18 +01:00
stm32mp1_interactive.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
stm32mp1_ram.c ram: stm32mp1: Add support for multiple configs 2020-05-14 09:02:12 +02:00
stm32mp1_tests.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
stm32mp1_tests.h stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
stm32mp1_tuning.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00