summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
Commit message (Expand)AuthorAgeFilesLines
...
* usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28Peter Chen2014-01-071-6/+26
* usb: chipidea: mark register map as "const" and convert to u8Marc Kleine-Budde2014-01-071-40/+40
* usb: chipidea: move malloced regmap directly into struct hw_bankMarc Kleine-Budde2014-01-072-41/+30
* USB: chipidea: add guard macro to ci_hdrc_imx.hRahul Bedarkar2014-01-031-0/+5
* Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-01-031-2/+2
|\
| * Merge tag 'v3.13-rc5' into nextFelipe Balbi2013-12-233-4/+6
| |\
| * | usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-2/+2
* | | Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2013-12-242-3/+4
|\ \ \ | | |/ | |/|
| * | usb: chipidea: fix nobody cared IRQ when booting with host rolePeter Chen2013-12-092-3/+4
| * | usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam2013-12-091-1/+2
| |/
* | usb: chipidea: usbmisc: Add support for i.MX51 CPUAlexander Shiyan2013-12-081-0/+4
* | usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUsAlexander Shiyan2013-12-081-0/+42
* | usb: chipidea: imx: avoid unnecessary probe defer every timePeter Chen2013-12-081-1/+1
* | usb: chipidea: Reallocate regmap only if lpm is detectedChris Ruehl2013-12-081-1/+2
* | usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-031-1/+1
* | usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam2013-12-031-1/+2
|/
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-4/+3
|\
| * DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-311-3/+1
| * DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-2/+3
* | usb: chipidea: only get vbus regulator for non-peripheral modePeter Chen2013-10-301-12/+15
* | usb: chipidea: host: more enhancement when ci->hcd is NULLPeter Chen2013-10-291-3/+3
* | Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman2013-10-191-2/+4
|\ \
| * | usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux2013-10-161-2/+4
* | | usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep contextPeter Chen2013-10-111-4/+3
* | | usb: chipidea: udc: Fix spinlock recursion during bus resetPeter Chen2013-10-111-1/+1
* | | Merge 3.12-rc4 into usb-nextGreg Kroah-Hartman2013-10-061-1/+6
|\ \ \ | |/ /
| * | usb: chipidea: add Intel Clovertrail pci idDavid Cohen2013-10-031-1/+6
* | | usb: chipidea: add ci_hdrc_enter_lpm APIPeter Chen2013-09-302-0/+25
* | | usb: chipidea: imx: remove PHY operationsPeter Chen2013-09-301-17/+4
* | | usb: chipidea: move PHY operation to corePeter Chen2013-09-302-44/+52
* | | Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-294-4/+8
|\ \ \ | |/ /
| * | 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: move platform related things to ci_get_platdataPeter Chen2013-09-251-10/+9
* | usb: chipidea: udc: Consolidate the call of disconnectPeter Chen2013-09-251-3/+7
* | chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-251-0/+2
|/
* 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
OpenPOWER on IntegriCloud