summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-pxa27x.c
Commit message (Expand)AuthorAgeFilesLines
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: ohci-pxa27x: Handle return value of clk_prepare_enableArvind Yadav2017-06-291-3/+7
* USB: OHCI: ohci-pxa27x: remove useless functionsManjunath Goudar2016-12-051-26/+10Star
* usb: host: ohci-pxa27x: propagate the irq error codeRobert Jarzmik2016-02-151-1/+1
* usb: host: ohci-pxa27x: use of_property_read_bool()Saurabh Sengar2015-12-011-7/+7
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * usb: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | host: ohci-pxa27x: remove duplicate check on resourceVarka Bhadram2014-11-071-9/+2Star
|/
* USB: ohci-pxa27x: Add support for external vbus regulatorsLaurent Pinchart2014-04-241-0/+68
* USB: ohci-pxa27x:Use devm_*() functionsJingoo Han2013-12-191-28/+10Star
* Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-161-1/+3
|\
| * usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-091-1/+3
* | usb: ohci-pxa27x: include linux/dma-mapping.hDaniel Mack2013-12-051-0/+1
|/
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-4/+4
|\
| * DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-311-3/+1Star
| * DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-2/+4
* | USB: OHCI: Properly handle ohci-pxa27x suspendManjunath Goudar2013-10-061-1/+8
* | USB: OHCI: make ohci-pxa27x a separate driverManjunath Goudar2013-09-261-136/+104Star
|/
* USB: host: use dev_get_platdata()Jingoo Han2013-08-011-4/+4
* Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-271-3/+3
|\
| * USB: set device dma_mask without reference to global dataStephen Warren2013-05-171-3/+3
* | USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-171-1/+0Star
|/
* usb: remove use of __devinitBill Pemberton2012-11-211-3/+3
* USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli2012-10-221-1/+1
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-021-2/+2
|\
| * ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-2/+2
* | USB: ohci-pxa27x: add DT bindingsDaniel Mack2012-08-101-0/+68
|/
* usb: [ARM] fix unresolved err() reference in host/ohci-pxa27x.cPaul Gortmaker2012-05-021-1/+2
* USB: ohci-pxa27x: add clk_prepare/clk_unprepare callsPhilipp Zabel2012-03-151-2/+2
* usb: ohci-pxa27x: add explicit include of hardware.hRob Herring2012-03-031-0/+1
* OHCI: remove uses of hcd->stateAlan Stern2011-11-181-2/+0Star
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall2011-06-071-2/+5
* ARM: ohci-pxa27x: enable OHCI over U2DC for pxa3xxIgor Grinberg2010-10-081-0/+7
* [ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27xEric Miao2010-07-151-1/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* Merge branch 'origin' into for-linusRussell King2009-09-241-0/+4
|\
| * USB: ohci-pxa27x: Allow NOCP and OCPM to be clearedAric Blumer2009-09-231-0/+4
* | USB: ohci-pxa27x: Reconfigure power settings on resumeAric D. Blumer2009-09-101-0/+4
* | [ARM] pxa: update ohci-pxa27x.c to use 'struct dev_pm_ops'Mike Rapoport2009-09-101-11/+15
|/
* [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
* [ARM] ohci-pxa27x: use ioremap() and offset for register accessEric Miao2008-10-071-79/+109
* [ARM] ohci-pxa27x: introduce pxa27x_clear_otgph()Eric Miao2008-10-071-4/+7
* [ARM] ohci-pxa27x: use platform_get_{irq,resource} for the resourceEric Miao2008-10-071-7/+17
* [ARM] ohci-pxa27x: move OHCI controller specific registers into the driverEric Miao2008-10-071-1/+72
* [ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registersEric Miao2008-10-071-0/+37
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-1/+0Star
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-4/+4
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0Star