aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-17usb: uhci: Use platform_get_irq() to get the interruptRob Herring1-1/+5
2021-12-03usb: uhci: add aspeed ast2600 uhci supportNeal Liu1-1/+2
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2018-01-17usb: uhci: Add clk support to uhci-platformBenjamin Herrenschmidt1-3/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-25usb/uhci: Add support for Aspeed BMC SoCsBenjamin Herrenschmidt1-1/+21
2015-10-04usb: host: uhci-platform: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-01-09usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-11-07host: uhci-platform: fix NULL pointer dereference on resourceVarka Bhadram1-3/+3
2014-07-09uhci-platform: use devm_ioremap resourceHimangi Saraogi1-17/+5
2014-02-15uhci-platform: Change compatible string from platform-uhci to generic-uhciHans de Goede1-0/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
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-07usb: host: uhci-platform: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-05-30USB: host: use platform_{get,set}_drvdata()Jingoo Han1-1/+1
2013-05-27Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman1-3/+3
2013-05-21usb: host: uhci-platform: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-17usb: host: uhci-platform: Remove redundant platform_set_drvdata()Sachin Kamat1-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-1/+1
2012-10-17usb: Missing dma_mask in uhci-platform.c when probed from device-treeTony Prisk1-0/+9
2012-08-16ARM: vt8500: Add support for UHCI companion controllerTony Prisk1-0/+157