aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-25usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-09-25usb: chipidea: udc: free pending TD at removal procedurePeter Chen1-0/+2
2013-09-25usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen1-2/+5
2013-09-25usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen1-0/+1
2013-09-25usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen1-1/+1
2013-08-14USB: chipidea: i.MX: simplify usbmiscSascha Hauer3-107/+76
2013-08-14usb: chipidea: udc: .pullup is valid only when vbus is therePeter Chen1-0/+3
2013-08-14usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUSPeter Chen3-20/+6
2013-08-14usb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flagsPeter Chen1-3/+2
2013-08-14usb: chipidea: add wait vbus lower than OTGSC_BSV before role startsPeter Chen3-0/+39
2013-08-14usb: chipidea: add vbus interrupt handlerPeter Chen5-12/+71
2013-08-14usb: chipidea: move otg related things to otg filePeter Chen3-52/+70
2013-08-14usb: chipidea: disable all interrupts and clear all interrupts statusPeter Chen1-1/+10
2013-08-14usb: chipidea: add flag CI_HDRC_DUAL_ROLE_NOT_OTGPeter Chen1-7/+30
2013-08-14usb: chipidea: add role init and destroy APIsPeter Chen5-11/+54
2013-08-14usb: chipidea: otg: add otg file used to access otgscPeter Chen5-2/+80
2013-08-14usb: chipidea: udc: otg_set_peripheral is useless for some chipidea usersPeter Chen1-1/+6
2013-08-14usb: chipidea: host: add vbus regulator controlPeter Chen1-1/+22
2013-08-14usb: chipidea: move vbus regulator operation to corePeter Chen2-24/+25
2013-08-14usb: chipidea: remove previous MODULE_ALIASFabio Estevam1-1/+0
2013-08-14usb: chipidea: prevent endless loop registering platform_devices when probe failsLothar Waßmann1-5/+3
2013-08-14usb: chipidea: don't clobber return value of ci_role_start()Lothar Waßmann1-1/+0
2013-08-14usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_hdrc_imx_remove()Lothar Waßmann1-3/+1
2013-08-14usb: chipidea: improve kconfig 2.0Lothar Waßmann1-4/+3
2013-08-14usb: chipidea: imx: delete the dead codePeter Chen1-3/+0
2013-08-14usb: chipidea: move hw_phymode_configure() into probeFabio Estevam1-2/+2
2013-08-14usb: chipidea: ci_hdrc_imx: remove unused variable 'res'Fabio Estevam1-7/+0
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+1
2013-08-12usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen1-0/+1
2013-07-29usb: chipidea: fix the build error with randconfigPeter Chen1-2/+2
2013-07-29usb: chipidea: cast PORTSC_PTS and DEVLC_PTS macrosFabio Estevam1-2/+2
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-06-25usb: chipidea: ci_hdrc_imx: access phy via private dataFabio Estevam1-5/+4
2013-06-24usb: chipidea: drop "13xxx" infixAlexander Shishkin14-260/+261
2013-06-24usbmisc_imx: allow autoloading on according to dt idsArnaud Patard (Rtp)1-0/+1
2013-06-17usb: chipidea: get rid of camelcase namesAlexander Shishkin2-256/+257
2013-06-17usb: chipidea: move to pcim_* functionsAndy Shevchenko1-12/+4
2013-06-17usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)Andy Shevchenko1-1/+0
2013-06-17usb: chipidea: i.MX: use devm_usb_get_phy_by_phandle to get phySascha Hauer1-20/+12
2013-06-17usb: chipidea: usbmisc: use module_platform_driverPhilipp Zabel1-11/+1
2013-06-17usb: chipidea: ci13xxx-imx: move static pdata into probe functionMichael Grzeschik1-10/+9
2013-06-17usb: chipidea: introduce dual role mode pdata flagsSascha Hauer1-6/+18
2013-06-17usb: chipidea: add PTW, PTS and STS handlingMichael Grzeschik2-1/+63
2013-06-17usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik3-83/+111
2013-06-17usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik3-62/+129
2013-06-17usb: chipidea: improve kconfigPeter Chen1-3/+3
2013-06-17usb: chipidea: ci13xxx_imx: remove 'phy_np'Fabio Estevam1-7/+5
2013-06-17usb: chipidea: ci13xxx_imx: check if 'data->phy_np' is not NULLFabio Estevam1-1/+2
2013-06-17usb: chipidea: ci13xxx_imx: remove reg_vbusFabio Estevam1-8/+6
2013-06-17usb: chipidea: ci13xxx_imx: fix error pathFabio Estevam1-6/+7