aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-pxa27x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21usb: host: ohci-pxa27x: Fix and & vs | typoDan Carpenter1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-29usb: host: ohci-pxa27x: Handle return value of clk_prepare_enableArvind Yadav1-3/+7
2016-12-05USB: OHCI: ohci-pxa27x: remove useless functionsManjunath Goudar1-26/+10
2016-02-14usb: host: ohci-pxa27x: propagate the irq error codeRobert Jarzmik1-1/+1
2015-12-01usb: host: ohci-pxa27x: use of_property_read_bool()Saurabh Sengar1-7/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-07host: ohci-pxa27x: remove duplicate check on resourceVarka Bhadram1-9/+2
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-24USB: ohci-pxa27x: Add support for external vbus regulatorsLaurent Pinchart1-0/+68
2013-12-18USB: ohci-pxa27x:Use devm_*() functionsJingoo Han1-28/+10
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman1-1/+3
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-1/+3
2013-12-04usb: ohci-pxa27x: include linux/dma-mapping.hDaniel Mack1-0/+1
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+4
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-2/+4
2013-10-05USB: OHCI: Properly handle ohci-pxa27x suspendManjunath Goudar1-1/+8
2013-09-26USB: OHCI: make ohci-pxa27x a separate driverManjunath Goudar1-136/+104
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-4/+4
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman1-3/+3
2013-05-16USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-3/+3
2012-11-21usb: remove use of __devinitBill Pemberton1-3/+3
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli1-1/+1
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-2/+2
2012-08-10USB: ohci-pxa27x: add DT bindingsDaniel Mack1-0/+68
2012-05-01usb: [ARM] fix unresolved err() reference in host/ohci-pxa27x.cPaul Gortmaker1-1/+2
2012-03-15USB: ohci-pxa27x: add clk_prepare/clk_unprepare callsPhilipp Zabel1-2/+2
2012-03-02usb: ohci-pxa27x: add explicit include of hardware.hRob Herring1-0/+1
2011-11-18OHCI: remove uses of hcd->stateAlan Stern1-2/+0
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-07drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall1-2/+5
2010-10-08ARM: ohci-pxa27x: enable OHCI over U2DC for pxa3xxIgor Grinberg1-0/+7
2010-07-15[ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27xEric Miao1-1/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-24Merge branch 'origin' into for-linusRussell King1-0/+4
2009-09-23USB: ohci-pxa27x: Allow NOCP and OCPM to be clearedAric Blumer1-0/+4
2009-09-10USB: ohci-pxa27x: Reconfigure power settings on resumeAric D. Blumer1-0/+4
2009-09-10[ARM] pxa: update ohci-pxa27x.c to use 'struct dev_pm_ops'Mike Rapoport1-11/+15
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-10-07[ARM] ohci-pxa27x: use ioremap() and offset for register accessEric Miao1-79/+109
2008-10-07[ARM] ohci-pxa27x: introduce pxa27x_clear_otgph()Eric Miao1-4/+7
2008-10-07[ARM] ohci-pxa27x: use platform_get_{irq,resource} for the resourceEric Miao1-7/+17
2008-10-07[ARM] ohci-pxa27x: move OHCI controller specific registers into the driverEric Miao1-1/+72
2008-10-07[ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registersEric Miao1-0/+37
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-1/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-4/+4
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1