summaryrefslogtreecommitdiff
path: root/drivers/usb/host/uhci-platform.c
AgeCommit message (Expand)AuthorFilesLines
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