summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-pxa27x.c
AgeCommit message (Expand)Author
2023-07-27usb: ohci-pxa27x: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-05-28usb: ohci-pxa27x: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-26ARM: pxa: fix missing-prototypes warningsArnd Bergmann
2023-01-20ARM: pxa: remove unused pxa3xx-ulpiArnd Bergmann
2022-09-05usb: clean up after dropping driver registration log spamArd Biesheuvel
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann
2020-10-28usb: hosts: Remove in_interrupt() from commentsAhmed S. Darwish
2019-08-21usb: host: ohci-pxa27x: Fix and & vs | typoDan Carpenter
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-06-29usb: host: ohci-pxa27x: Handle return value of clk_prepare_enableArvind Yadav
2016-12-05USB: OHCI: ohci-pxa27x: remove useless functionsManjunath Goudar
2016-02-14usb: host: ohci-pxa27x: propagate the irq error codeRobert Jarzmik
2015-12-01usb: host: ohci-pxa27x: use of_property_read_bool()Saurabh Sengar
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-07host: ohci-pxa27x: remove duplicate check on resourceVarka Bhadram
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang
2014-04-24USB: ohci-pxa27x: Add support for external vbus regulatorsLaurent Pinchart
2013-12-18USB: ohci-pxa27x:Use devm_*() functionsJingoo Han
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-12-04usb: ohci-pxa27x: include linux/dma-mapping.hDaniel Mack
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King
2013-10-05USB: OHCI: Properly handle ohci-pxa27x suspendManjunath Goudar
2013-09-26USB: OHCI: make ohci-pxa27x a separate driverManjunath Goudar
2013-07-31USB: host: use dev_get_platdata()Jingoo Han
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman
2013-05-16USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren
2012-11-21usb: remove use of __devinitBill Pemberton
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann
2012-08-10USB: ohci-pxa27x: add DT bindingsDaniel Mack
2012-05-01usb: [ARM] fix unresolved err() reference in host/ohci-pxa27x.cPaul Gortmaker
2012-03-15USB: ohci-pxa27x: add clk_prepare/clk_unprepare callsPhilipp Zabel
2012-03-02usb: ohci-pxa27x: add explicit include of hardware.hRob Herring
2011-11-18OHCI: remove uses of hcd->stateAlan Stern
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang
2011-06-07drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall
2010-10-08ARM: ohci-pxa27x: enable OHCI over U2DC for pxa3xxIgor Grinberg
2010-07-15[ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27xEric Miao
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-09-24Merge branch 'origin' into for-linusRussell King
2009-09-23USB: ohci-pxa27x: Allow NOCP and OCPM to be clearedAric Blumer
2009-09-10USB: ohci-pxa27x: Reconfigure power settings on resumeAric D. Blumer
2009-09-10[ARM] pxa: update ohci-pxa27x.c to use 'struct dev_pm_ops'Mike Rapoport