summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: add Intel Clovertrail pci idDavid Cohen2013-10-031-1/+6
* usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven2013-09-251-1/+1
* usb: chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-251-0/+2
* usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen2013-09-251-2/+5
* usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen2013-09-251-0/+1
* usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen2013-09-251-1/+1
* USB: chipidea: i.MX: simplify usbmiscSascha Hauer2013-08-143-107/+76
* usb: chipidea: udc: .pullup is valid only when vbus is therePeter Chen2013-08-141-0/+3
* usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUSPeter Chen2013-08-143-20/+6
* usb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flagsPeter Chen2013-08-141-3/+2
* usb: chipidea: add wait vbus lower than OTGSC_BSV before role startsPeter Chen2013-08-143-0/+39
* usb: chipidea: add vbus interrupt handlerPeter Chen2013-08-145-12/+71
* usb: chipidea: move otg related things to otg filePeter Chen2013-08-143-52/+70
* usb: chipidea: disable all interrupts and clear all interrupts statusPeter Chen2013-08-141-1/+10
* usb: chipidea: add flag CI_HDRC_DUAL_ROLE_NOT_OTGPeter Chen2013-08-141-7/+30
* usb: chipidea: add role init and destroy APIsPeter Chen2013-08-145-11/+54
* usb: chipidea: otg: add otg file used to access otgscPeter Chen2013-08-145-2/+80
* usb: chipidea: udc: otg_set_peripheral is useless for some chipidea usersPeter Chen2013-08-141-1/+6
* usb: chipidea: host: add vbus regulator controlPeter Chen2013-08-141-1/+22
* usb: chipidea: move vbus regulator operation to corePeter Chen2013-08-142-24/+25
* usb: chipidea: remove previous MODULE_ALIASFabio Estevam2013-08-141-1/+0
* usb: chipidea: prevent endless loop registering platform_devices when probe f...Lothar Waßmann2013-08-141-5/+3
* usb: chipidea: don't clobber return value of ci_role_start()Lothar Waßmann2013-08-141-1/+0
* usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_h...Lothar Waßmann2013-08-141-3/+1
* usb: chipidea: improve kconfig 2.0Lothar Waßmann2013-08-141-4/+3
* usb: chipidea: imx: delete the dead codePeter Chen2013-08-141-3/+0
* usb: chipidea: move hw_phymode_configure() into probeFabio Estevam2013-08-141-2/+2
* usb: chipidea: ci_hdrc_imx: remove unused variable 'res'Fabio Estevam2013-08-141-7/+0
* Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-131-0/+1
|\
| * usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen2013-08-121-0/+1
* | usb: chipidea: fix the build error with randconfigPeter Chen2013-07-291-2/+2
* | usb: chipidea: cast PORTSC_PTS and DEVLC_PTS macrosFabio Estevam2013-07-291-2/+2
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-041-1/+1
|\
| * usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICERob Herring2013-06-121-1/+1
* | usb: chipidea: ci_hdrc_imx: access phy via private dataFabio Estevam2013-06-251-5/+4
* | usb: chipidea: drop "13xxx" infixAlexander Shishkin2013-06-2414-260/+261
* | usbmisc_imx: allow autoloading on according to dt idsArnaud Patard (Rtp)2013-06-241-0/+1
* | usb: chipidea: get rid of camelcase namesAlexander Shishkin2013-06-172-256/+257
* | usb: chipidea: move to pcim_* functionsAndy Shevchenko2013-06-171-12/+4
* | usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)Andy Shevchenko2013-06-171-1/+0
* | usb: chipidea: i.MX: use devm_usb_get_phy_by_phandle to get phySascha Hauer2013-06-171-20/+12
* | usb: chipidea: usbmisc: use module_platform_driverPhilipp Zabel2013-06-171-11/+1
* | usb: chipidea: ci13xxx-imx: move static pdata into probe functionMichael Grzeschik2013-06-171-10/+9
* | usb: chipidea: introduce dual role mode pdata flagsSascha Hauer2013-06-171-6/+18
* | usb: chipidea: add PTW, PTS and STS handlingMichael Grzeschik2013-06-172-1/+63
* | usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik2013-06-173-83/+111
* | usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik2013-06-173-62/+129
* | usb: chipidea: improve kconfigPeter Chen2013-06-171-3/+3
* | usb: chipidea: ci13xxx_imx: remove 'phy_np'Fabio Estevam2013-06-171-7/+5
* | usb: chipidea: ci13xxx_imx: check if 'data->phy_np' is not NULLFabio Estevam2013-06-171-1/+2