summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-sm501.c
Commit message (Expand)AuthorAgeFilesLines
* usb: ohci-sm501: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* USB: ohci-sm501: Fix typo in commentXiang wangx2022-06-211-1/+1
* USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan2020-06-181-0/+1
* USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe()Wei Yongjun2020-05-131-3/+4
* USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-031-2/+3
* usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor2019-06-031-27/+20
* dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-201-2/+1
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-011-4/+3
* usb: host: drop owner assignment from platform_driversWolfram Sang2015-01-091-1/+0
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+1
* USB: OHCI: Properly handle ohci-sm501 suspendManjunath Goudar2013-10-051-2/+9
* USB: ohci-sm501: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removalFlorian Fainelli2012-10-231-1/+1
* OHCI: remove uses of hcd->stateAlan Stern2011-11-181-1/+0
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-6/+5
* USB: ohci-sm501: add iounmap on error pathDan Carpenter2010-10-221-1/+3
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-1/+0
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds2008-07-061-0/+1
* usb: fix integer as NULL pointer warnings found by sparseHarvey Harrison2008-05-141-1/+1
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-241-1/+0
* USB: OHCI: host-controller resumes leave root hub suspendedAlan Stern2008-04-241-2/+3
* USB: test for NULL return from platform_get_resource() in ohci_hcd_sm501_drv_...Jesper Juhl2008-04-241-1/+2
* USB: remove dev->power.power_stateAlan Stern2008-04-241-2/+0
* USB: usb-ohci-sm501-driver: use the conventional convention for suspend and r...Andrew Morton2008-04-241-2/+3
* usb host: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
* usb: ohci-sm501 driverMagnus Damm2008-02-011-0/+264