summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-at91.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* usb: move include files to place where Linux has themSascha Hauer2023-03-201-2/+2
* ARM: at91: Move mach header files to include/mach/at91Sascha Hauer2023-03-061-1/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-4/+4
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-11/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* usb: ohci-at91: Add DT supportAndrey Smirnov2017-03-301-2/+91
* usb: ohci-at91: Check result of clk_enable()Andrey Smirnov2017-03-091-4/+20
* usb: ohci-at91: Convert global variables to private dataAndrey Smirnov2017-03-091-22/+37
* usb: ohci-at91: Check result of clk_get()Andrey Smirnov2017-03-091-0/+9
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+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
* resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-1/+1
* Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* introduce io.hSascha Hauer2011-09-221-1/+1
* at91: add ohci supportJean-Christophe PLAGNIOL-VILLARD2011-09-201-0/+98