summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* usb: host: ohci: convert to streaming DMA opsLucas Stach2015-03-061-4/+6
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-0/+1
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-3/+6
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+3
* USB: Remove conflicting USB_SPEED_* definitionsSascha Hauer2014-07-181-1/+1
* usb: make usb devices children of the corresponding hostSascha Hauer2013-09-241-0/+1
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-9/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* USB ohci: Fix sparse warningsSascha Hauer2012-06-301-33/+7
* ohci-hcd: use dma_flush/inv_range to allow using the driver with enabled MMUJan Luebbe2012-05-141-0/+4
* introduce io.hSascha Hauer2011-09-221-1/+1
* initial ohci supportSascha Hauer2011-09-201-0/+1856