aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/ohci-sm501.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-21USB: ohci-sm501: Fix typo in commentXiang wangx1-1/+1
2020-06-18USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan1-0/+1
2020-05-13USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe()Wei Yongjun1-3/+4
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor1-2/+3
2019-06-03usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor1-27/+20
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig1-2/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig1-4/+3
2015-01-09usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-10-05USB: OHCI: Properly handle ohci-sm501 suspendManjunath Goudar1-2/+9
2013-05-16USB: ohci-sm501: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2012-10-23USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removalFlorian Fainelli1-1/+1
2011-11-18OHCI: remove uses of hcd->stateAlan Stern1-1/+0
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-6/+5
2010-10-22USB: ohci-sm501: add iounmap on error pathDan Carpenter1-1/+3
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-1/+0
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+1
2008-05-14usb: fix integer as NULL pointer warnings found by sparseHarvey Harrison1-1/+1
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-1/+0
2008-04-24USB: OHCI: host-controller resumes leave root hub suspendedAlan Stern1-2/+3
2008-04-24USB: test for NULL return from platform_get_resource() in ohci_hcd_sm501_drv_remove()Jesper Juhl1-1/+2
2008-04-24USB: remove dev->power.power_stateAlan Stern1-2/+0
2008-04-24USB: usb-ohci-sm501-driver: use the conventional convention for suspend and resumeAndrew Morton1-2/+3
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-02-01usb: ohci-sm501 driverMagnus Damm1-0/+264