summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: fix missing goto in `ci_hdrc_probe`Yinhao Hu2023-05-171-1/+1
* usb: chipidea: core: fix possible concurrent when switch roleXu Yang2023-04-053-2/+13
* usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang2023-04-051-1/+4
* usb: chipidea: fix deadlock in ci_otg_del_timerDuoming Zhou2022-11-251-0/+2
* usb: chipidea: udc: check request status before setting device addressXu Yang2022-07-021-0/+3
* USB: chipidea: fix interrupt deadlockJohan Hovold2021-11-261-5/+14
* usb: chipidea: ci_hdrc_imx: add missing put_device() call in usbmisc_get_init...Yu Kuai2021-01-121-1/+5
* usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ulFabio Estevam2020-12-301-1/+2
* usb: chipidea: core: add wakeup support for extconPeter Chen2020-07-221-0/+24
* usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck2020-01-141-1/+3
* usb: chipidea: Fix otg event handlerLoic Poulain2019-11-201-3/+6
* usb: chipidea: imx: enable OTG overcurrent in case USB subsystem is already s...Nicolas Adell2019-11-201-0/+2
* usb: chipidea: udc: don't do hardware access if gadget has stoppedPeter Chen2019-09-061-8/+24
* usb: chipidea: udc: workaround for endpoint conflict issuePeter Chen2019-06-251-0/+20
* usb: chipidea: Grab the (legacy) USB PHY by phandle firstPaul Kocialkowski2019-04-051-1/+8
* usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()Dmitry Osipenko2019-03-231-0/+1
* usb: chipidea: Prevent unbalanced IRQ disableLoic Poulain2018-11-131-1/+2
* Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-304-18/+5
|\
| * usb: chipidea: Always build ULPI codeFabio Estevam2018-07-054-18/+5
* | Merge tag 'usb-ci-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-07-281-2/+2
|\ \ | |/ |/|
| * usb: chipidea: tegra: Use aligned DMA on Tegra114/124Marcel Ziswiler2018-06-261-2/+2
* | usb: chipidea: host: fix disconnection detect issuePeter Chen2018-06-261-1/+4
|/
* USB: chipidea: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-313-45/+17
* usb: chipidea: Fix ULPI on imx51Andrey Smirnov2018-05-311-1/+2
* usb: chipidea: imx: Fix ULPI on imx53Sebastian Reichel2018-03-291-0/+12
* usb: chipidea: imx: Cleanup ci_hdrc_imx_platform_flagSebastian Reichel2018-03-291-2/+1
* usb: chipidea: usbmisc: small clean upMichael Trimarchi2018-03-291-2/+1
* usb: chipidea: usbmisc: evdo can be set e/o resetMichael Trimarchi2018-03-291-8/+12
* usb: chipidea: usbmisc: evdo is only specific to OTG portMichael Trimarchi2018-03-291-0/+3
* usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl2018-03-091-4/+2
* USB: chipidea: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-60/+5
* USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman2018-01-241-2/+2
* USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-242-13/+12
* Merge tag 'usb-ci-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-01-101-1/+1
|\
| * usb: chipidea: tegra: Use aligned DMA on Tegra30Dmitry Osipenko2017-12-211-1/+1
* | USB: chipidea: msm: fix ulpi-node lookupJohan Hovold2017-12-131-1/+1
|/
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1320-103/+25
|\
| * USB: chipidea: ci_hdrc_tegra.c: add SPDX lineGreg Kroah-Hartman2017-11-071-0/+1
| * USB: chipidea: Remove redundant license textGreg Kroah-Hartman2017-11-0719-102/+1
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0418-0/+18
| * usb: chipidea: fix trivial typo in KconfigChristoph Fritz2017-10-261-1/+1
| * usb: chipidea: do charger detection in vbus sessionLi Jun2017-09-211-0/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* usb: chipidea: usb2: check memory allocation failureChristophe JAILLET2017-08-281-0/+2
* Merge tag 'usb-ci-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2017-08-285-7/+163
|\
| * usb: chipidea: Add support for Tegra20/30/114/124Thierry Reding2017-08-242-0/+156
| * usb: chipidea: udc: Support SKB alignment quirkDmitry Osipenko2017-08-241-0/+3
| * usb: chipidea: core: do not register extcon notifier if extcon device is not ...Peter Chen2017-07-251-2/+2
| * usb: chipidea: msm: ci_hdrc_msm_probe() missing of_node_get()Frank Rowand2017-07-191-1/+1
| * usb: chipidea: udc: compress return logic into lineGustavo A. R. Silva2017-07-191-4/+1