summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
Commit message (Expand)AuthorAgeFilesLines
* 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
* | usb: chipidea: ci13xxx_imx: remove reg_vbusFabio Estevam2013-06-171-8/+6
* | usb: chipidea: ci13xxx_imx: fix error pathFabio Estevam2013-06-171-6/+7
* | usb: chipidea: udc: configure iso endpointsMichael Grzeschik2013-06-173-2/+21
* | usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exitFabio Estevam2013-06-171-2/+2
* | usb: chipidea: ci13xxx_imx: let device core handle pinctrlFabio Estevam2013-06-171-7/+0
* | Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman2013-06-172-6/+10
|\ \
| * | usb: chipidea: fix id change handlingAlexander Shishkin2013-06-111-1/+2
| * | usb: chipidea: fix no transceiver caseAlexander Shishkin2013-06-111-5/+8
| |/
* | usb, chipidea: remove redundant D0 power state setYijing Wang2013-06-031-1/+0
* | Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-273-17/+5
|\ \ | |/
| * Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-05-232-12/+5
| |\
| | * USB: set device dma_mask without reference to global dataStephen Warren2013-05-161-11/+4
| | * usb, chipidea: fix link error when USB_EHCI_HCD is a moduleDavid Rientjes2013-05-161-1/+1
| * | drivers/usb/chipidea: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
| |/
* | usb: chipidea: ci13xxx_imx: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-171-2/+0
|/
* Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-04-051-26/+1
|\
| * usb: chipidea: udc: don't assign gadget.dev.release directlyFelipe Balbi2013-03-181-12/+0
| * usb: gadget: chipidea: remove unnecessary initializationsFelipe Balbi2013-03-181-3/+0
| * usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-1/+0
| * usb: chipidea: let udc-core manage gadget->devFelipe Balbi2013-03-181-11/+2
* | usb: chipidea: udc: fix memory leak in _ep_nukeMichael Grzeschik2013-04-051-0/+6
* | usb: chipidea: udc: fix memory access of shared memory on armv5 machinesMichael Grzeschik2013-04-052-2/+4
* | usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all usersMichael Grzeschik2013-03-302-2/+3
* | usb: chipidea: udc: move _ep_queue into an unlocked functionMichael Grzeschik2013-03-301-48/+56
* | usb: chipidea: udc: don't truncate requests to single tdsMichael Grzeschik2013-03-301-2/+2
* | usb: chipidea: udc: read status of td only once in hardware_dequeueMichael Grzeschik2013-03-301-3/+5
* | usb: chipidea: udc: move ZLT flag change to ep_enableMichael Grzeschik2013-03-301-1/+2
* | usb: chipidea: udc: rework ep_enable cap settingMichael Grzeschik2013-03-301-9/+5
* | usb: chipidea: udc: only clear active and halted bits in qheadMichael Grzeschik2013-03-301-1/+2
* | usb: chipidea: big-endian supportSvetoslav Neykov2013-03-302-29/+32
OpenPOWER on IntegriCloud