summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-spear.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27usb: ohci-spear: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-05-28usb: ohci-spear: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-09-05usb: clean up after dropping driver registration log spamArd Biesheuvel1-1/+0
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-2/+0
2021-12-17usb: ohci-spear: Remove direct access to platform_device resource listRob Herring1-1/+1
2021-07-21usb: host: ohci-spear: simplify calling usb_add_hcd()Sergey Shtylyov1-1/+1
2019-06-03USB: ohci-spear: Remove set but not used variable 'ohci'YueHaibing1-3/+0
2017-11-07USB: host: ohci: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2015-10-04usb: host: ohci-spear: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-07host: ohci-spear: remove duplicate check on resourceVarka Bhadram1-8/+3
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-10USB: ohci-spear: Make of_device_id array constJingoo Han1-1/+1
2013-12-19USB: ohci-spear: Use devm_ioremap_resource()Jingoo Han1-10/+3
2013-12-09usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-1/+3
2013-12-09USB: OHCI: Properly handle ohci-spear suspendMajunath Goudar1-3/+9
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+3
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/+3
2013-10-14Revert "USB: OHCI: Properly handle ohci-spear suspend"Greg Kroah-Hartman1-9/+3
2013-10-06USB: OHCI: Properly handle ohci-spear suspendManjunath Goudar1-3/+9
2013-09-26USB: OHCI: make ohci-spear a separate driverManjunath Goudar1-84/+56
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman1-3/+3
2013-05-21usb: host: ohci-spear: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-17USB: ohci-spear: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-17USB: set device dma_mask without reference to global dataStephen Warren1-3/+3
2012-11-22usb: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-15usb: spear-ehci/ohci: Use devm_*() routinesViresh Kumar1-21/+12
2012-11-15usb: spear-ehci/ohci: Do clk_get using dev-idAmardeep Rai1-12/+1
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli1-1/+1
2012-04-19USB: ehci: ohci: Add clk_{un}prepare() supportViresh Kumar1-2/+2
2012-04-19USB: Add DT probing support to ehci-spear and ohci-spearStefan Roese1-6/+26
2011-11-18OHCI: remove uses of hcd->stateAlan Stern1-1/+0
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2010-11-17USB host: Adding USB ehci & ohci support for spear platformDeepak Sikri1-0/+240