summaryrefslogtreecommitdiff
path: root/include/linux/usb
Commit message (Collapse)AuthorAgeFilesLines
* usb: gadget: update composite.c from Linux-6.3-rc2Sascha Hauer2023-03-242-24/+253
| | | | | | Sync composite.c with Linux-6.3-rc2. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* usb: gadget: Add super-speed-plus descriptorsSascha Hauer2023-03-242-1/+3
| | | | | | | Linux upstream usb_assign_descriptors() now takes four sets of descriptors. Add the missing super speed plus descriptors. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* usb: gadget: Update core to Linux-6.3-rc2Sascha Hauer2023-03-241-454/+373
| | | | | | Our usbgadget stack is quite outdated. Sync core.c with Linux-6.3-rc2. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* usb: ch9: Update from Linux KernelSascha Hauer2023-03-201-1007/+16
| | | | | | | | Update ch9.h from Linux-6.3-rc2. Linux has split up the file into a kernel and a uapi portion. We do the same for barebox for easier updating in the future. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* usb: move include files to place where Linux has themSascha Hauer2023-03-2022-0/+4625
For easier patch merging and comparison with Linux move the usb gadget files to where Linux has them. For now do a plain git mv include/usb include/linux/usb, eventhough there might be some files which are purely barebox specific. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>