summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* dma: rework dma_sync_single_for_*() interfaceDenis Orlov2023-06-061-3/+4
* usb: move include files to place where Linux has themSascha Hauer2023-03-201-2/+2
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-12/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* usb: ohci-hcd: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-281-2/+0
* 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