summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new
Commit message (Expand)AuthorAgeFilesLines
* drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker2023-05-061-1/+1
* Correct SPL uses of USB_MUSB_HOSTSimon Glass2023-02-101-1/+1
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-203-5/+5
* musb-new: omap2430: fix compiling in DM_USB_GADGET configAndreas Kemnade2023-01-181-0/+19
* musb-new: omap2430: no host data access in gadget modeAndreas Kemnade2023-01-181-18/+16
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-1/+1
* musb: sunxi: Allow host-side USB with external VBUSSamuel Holland2022-07-151-6/+0
* usb: common: move urb code to commonRui Miguel Silva2022-07-126-120/+5
* doc: replace @return by Return:Heinrich Schuchardt2022-01-193-3/+3
* drivers: musb_gadget: Save endpoint desc to usb_ep->descqianfan Zhao2022-01-171-2/+1
* usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXISamuel Dionne-Riel2021-11-151-0/+1
* sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2021-10-111-2/+0
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-2/+2
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-302-2/+2
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-2/+0
* usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini2021-07-181-5/+8
* usb: musb-new: Add glue driver for ST-Ericsson Ux500Stephan Gerhold2021-07-144-2/+191
* usb: musb-new: Extend and move Allwinner quirk into KconfigAndre Przywara2021-05-162-2/+11
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-024-0/+4
* dm: core: Access device ofnode through functionsSimon Glass2021-01-051-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-136-19/+19
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-133-11/+11
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-133-10/+10
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-136-90/+85
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-136-14/+14
* usb: musb-new: Fix typo in caution messageNaoki Hayama2020-10-201-1/+1
* usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson2020-10-161-3/+4
* usb: musb-new: Include device_compat.hSean Anderson2020-10-165-1/+11
* usb: musb-new: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-4/+5
* usb: musb-new: sunxi: change trace level for phy errors managed by uclassPatrick Delaunay2020-09-081-4/+4
* xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko2020-08-141-4/+0
* usb: Drop dm.h header fileSimon Glass2020-08-033-36/+47
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-183-0/+3
* common: Drop linux/delay.h from common headerSimon Glass2020-05-187-0/+7
* common: Drop linux/bug.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-187-0/+7
* usb: Migrate to support live DT for some driverKever Yang2020-03-301-7/+5
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0512-0/+13
* dm: core: Require users of devres to include the headerSimon Glass2020-02-057-0/+7
* usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee2020-01-253-1/+428
* usb: Drop use of BUG_ON() and WARN_ON()Simon Glass2020-01-072-1/+5
* common: Move serial_printf() to the serial headerSimon Glass2019-12-021-0/+1
* usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-111-5/+7
* usb: musb-new: Add support for da8xx-musbAdam Ford2019-08-083-0/+359
* usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGETDerald D. Woods2019-07-131-2/+6
* usb: Select USB_MUSB_DSPS with USB_MUSB_TIAlex Kiernan2019-04-191-0/+1
* configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to KconfigAlex Kiernan2019-04-191-0/+9
* musb-new: sunxi: Use CLK and RESET supportJagan Teki2019-01-181-40/+39
* usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev2018-12-141-2/+6
* usb: musb-new: Add support for DM_USBJean-Jacques Hiblot2018-12-143-48/+148