summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-185-0/+5
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* usb: Migrate to support live DT for some driverKever Yang2020-03-302-10/+7
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-055-0/+5
* dm: core: Require users of devres to include the headerSimon Glass2020-02-053-0/+4
* usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra2020-02-021-0/+4
* usb: cdns3: ep0: Fix build warnings related to cache opsVignesh Raghavendra2019-12-211-0/+1
* usb: cdns3: Fix include file pathVignesh Raghavendra2019-11-192-2/+2
* usb: cdns3: Add TI wrapper driver for CDNS USB3 controllerVignesh Raghavendra2019-11-073-0/+202
* usb: cdns3: gadget: Implement udc_set_speed() callbackVignesh Raghavendra2019-11-071-4/+26
* usb: Add Cadence USB3 host and gadget driverVignesh Raghavendra2019-11-0715-0/+6429