summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
AgeCommit message (Expand)AuthorFilesLines
2021-11-18usb: cdns3: cdns3-ti: Add compatible for AM64 SoCAswath Govindraju1-0/+1
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2-4/+4
2021-07-19usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini1-1/+1
2021-06-08usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct nameKishon Vijay Abraham I1-1/+1
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-3/+3
2020-09-30usb: cdns3: Fix not calling dev_xxx with a deviceSean Anderson2-4/+4
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-03-30usb: Migrate to support live DT for some driverKever Yang2-10/+7
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass5-0/+5
2020-02-06dm: core: Require users of devres to include the headerSimon Glass3-0/+4
2020-02-02usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra1-0/+4
2019-12-21usb: cdns3: ep0: Fix build warnings related to cache opsVignesh Raghavendra1-0/+1
2019-11-19usb: cdns3: Fix include file pathVignesh Raghavendra2-2/+2
2019-11-07usb: cdns3: Add TI wrapper driver for CDNS USB3 controllerVignesh Raghavendra3-0/+202
2019-11-07usb: cdns3: gadget: Implement udc_set_speed() callbackVignesh Raghavendra1-4/+26
2019-11-07usb: Add Cadence USB3 host and gadget driverVignesh Raghavendra15-0/+6429