aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-17usb: chipidea: udc: configure iso endpointsMichael Grzeschik3-2/+21
2013-06-17usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exitFabio Estevam1-2/+2
2013-06-17usb: chipidea: ci13xxx_imx: let device core handle pinctrlFabio Estevam1-7/+0
2013-06-17Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman2-6/+10
2013-06-12usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICERob Herring1-1/+1
2013-06-11usb: chipidea: fix id change handlingAlexander Shishkin1-1/+2
2013-06-11usb: chipidea: fix no transceiver caseAlexander Shishkin1-5/+8
2013-06-03usb, chipidea: remove redundant D0 power state setYijing Wang1-1/+0
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman3-17/+5
2013-05-23Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-12/+5
2013-05-18drivers/usb/chipidea: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-17usb: chipidea: ci13xxx_imx: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-11/+4
2013-05-16usb, chipidea: fix link error when USB_EHCI_HCD is a moduleDavid Rientjes1-1/+1
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-26/+1
2013-04-05usb: chipidea: udc: fix memory leak in _ep_nukeMichael Grzeschik1-0/+6
2013-04-05usb: chipidea: udc: fix memory access of shared memory on armv5 machinesMichael Grzeschik2-2/+4
2013-03-30usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all usersMichael Grzeschik2-2/+3
2013-03-30usb: chipidea: udc: move _ep_queue into an unlocked functionMichael Grzeschik1-48/+56
2013-03-30usb: chipidea: udc: don't truncate requests to single tdsMichael Grzeschik1-2/+2
2013-03-30usb: chipidea: udc: read status of td only once in hardware_dequeueMichael Grzeschik1-3/+5
2013-03-30usb: chipidea: udc: move ZLT flag change to ep_enableMichael Grzeschik1-1/+2
2013-03-30usb: chipidea: udc: rework ep_enable cap settingMichael Grzeschik1-9/+5
2013-03-30usb: chipidea: udc: only clear active and halted bits in qheadMichael Grzeschik1-1/+2
2013-03-30usb: chipidea: big-endian supportSvetoslav Neykov2-29/+32
2013-03-30usb: chipidea: make pci platform datas staticAlexander Shishkin1-3/+3
2013-03-30usb: chipidea: usbmisc: add post handling and errata fix for mx25Michael Grzeschik3-0/+51
2013-03-30usb: chipidea: usbmisc: add mx53 supportMichael Grzeschik1-0/+54
2013-03-30usb: chipidea: usbmisc: prepare driver to handle more than one socMarc Kleine-Budde1-5/+13