aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/chipidea
AgeCommit message (Expand)Author
2013-09-25usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven
2013-09-25usb: chipidea: udc: free pending TD at removal procedurePeter Chen
2013-09-25usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen
2013-09-25usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen
2013-09-25usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen
2013-08-14USB: chipidea: i.MX: simplify usbmiscSascha Hauer
2013-08-14usb: chipidea: udc: .pullup is valid only when vbus is therePeter Chen
2013-08-14usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUSPeter Chen
2013-08-14usb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flagsPeter Chen
2013-08-14usb: chipidea: add wait vbus lower than OTGSC_BSV before role startsPeter Chen
2013-08-14usb: chipidea: add vbus interrupt handlerPeter Chen
2013-08-14usb: chipidea: move otg related things to otg filePeter Chen
2013-08-14usb: chipidea: disable all interrupts and clear all interrupts statusPeter Chen
2013-08-14usb: chipidea: add flag CI_HDRC_DUAL_ROLE_NOT_OTGPeter Chen
2013-08-14usb: chipidea: add role init and destroy APIsPeter Chen
2013-08-14usb: chipidea: otg: add otg file used to access otgscPeter Chen
2013-08-14usb: chipidea: udc: otg_set_peripheral is useless for some chipidea usersPeter Chen
2013-08-14usb: chipidea: host: add vbus regulator controlPeter Chen
2013-08-14usb: chipidea: move vbus regulator operation to corePeter Chen
2013-08-14usb: chipidea: remove previous MODULE_ALIASFabio Estevam
2013-08-14usb: chipidea: prevent endless loop registering platform_devices when probe f...Lothar Waßmann
2013-08-14usb: chipidea: don't clobber return value of ci_role_start()Lothar Waßmann
2013-08-14usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_h...Lothar Waßmann
2013-08-14usb: chipidea: improve kconfig 2.0Lothar Waßmann
2013-08-14usb: chipidea: imx: delete the dead codePeter Chen
2013-08-14usb: chipidea: move hw_phymode_configure() into probeFabio Estevam
2013-08-14usb: chipidea: ci_hdrc_imx: remove unused variable 'res'Fabio Estevam
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-08-12usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen
2013-07-29usb: chipidea: fix the build error with randconfigPeter Chen
2013-07-29usb: chipidea: cast PORTSC_PTS and DEVLC_PTS macrosFabio Estevam
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-06-25usb: chipidea: ci_hdrc_imx: access phy via private dataFabio Estevam
2013-06-24usb: chipidea: drop "13xxx" infixAlexander Shishkin
2013-06-24usbmisc_imx: allow autoloading on according to dt idsArnaud Patard (Rtp)
2013-06-17usb: chipidea: get rid of camelcase namesAlexander Shishkin
2013-06-17usb: chipidea: move to pcim_* functionsAndy Shevchenko
2013-06-17usb: chipidea: remove superfluous pci_set_drvdata(pci, NULL)Andy Shevchenko
2013-06-17usb: chipidea: i.MX: use devm_usb_get_phy_by_phandle to get phySascha Hauer
2013-06-17usb: chipidea: usbmisc: use module_platform_driverPhilipp Zabel
2013-06-17usb: chipidea: ci13xxx-imx: move static pdata into probe functionMichael Grzeschik
2013-06-17usb: chipidea: introduce dual role mode pdata flagsSascha Hauer
2013-06-17usb: chipidea: add PTW, PTS and STS handlingMichael Grzeschik
2013-06-17usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik
2013-06-17usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik
2013-06-17usb: chipidea: improve kconfigPeter Chen
2013-06-17usb: chipidea: ci13xxx_imx: remove 'phy_np'Fabio Estevam
2013-06-17usb: chipidea: ci13xxx_imx: check if 'data->phy_np' is not NULLFabio Estevam
2013-06-17usb: chipidea: ci13xxx_imx: remove reg_vbusFabio Estevam
2013-06-17usb: chipidea: ci13xxx_imx: fix error pathFabio Estevam