u-boot-brain/drivers/usb
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
..
cdns3 common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
common usb: Migrate to support live DT for some driver 2020-04-13 13:48:30 +02:00
dwc3 usb: dwc3: Add versal compatibility string to dwc3 glue ids 2020-05-12 09:27:14 +02:00
emul dm: test: usb: rework keyboard test 2019-11-25 13:28:53 +01:00
eth common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
gadget command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
host common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
musb common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
musb-new usb: Migrate to support live DT for some driver 2020-04-13 13:48:30 +02:00
phy dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
ulpi SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig sunxi: Move common defconfig options to Kconfig 2020-03-18 18:25:00 +05:30