summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-da8xx.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27usb: ohci-da8xx: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25usb: Explicitly include correct DT includesRob Herring1-0/+1
2023-05-28usb: ohci-da8xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-1/+0
2020-01-08usb: ohci-da8xx: ensure error return on variable error is setColin Ian King1-2/+6
2019-04-12usb: ohci-da8xx: drop the vbus GPIOBartosz Golaszewski1-27/+5
2019-04-12usb: ohci-da8xx: disable the regulator if the overcurrent irq firedBartosz Golaszewski1-5/+17
2019-04-12usb: ohci-da8xx: let the regulator framework keep track of use countBartosz Golaszewski1-6/+2
2019-02-12usb: ohci-da8xx: add vbus and overcurrent gpiosBartosz Golaszewski1-49/+50
2019-02-12usb: ohci-da8xx: add a helper pointer to &pdev->devBartosz Golaszewski1-9/+9
2019-02-12usb: ohci-da8xx: add a new line after local variablesBartosz Golaszewski1-0/+1
2018-01-09USB: ohci: da8xx: remove clk con_idDavid Lechner1-1/+1
2017-11-07USB: host: ohci: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-11-29USB: ohci: da8xx: Resume the entire host controllerAxel Haslam1-2/+1
2016-11-29USB: ohci: da8xx: Allow probing from DTAxel Haslam1-0/+8
2016-11-29USB: ohci: da8xx: Allow a regulator to handle VBUSAxel Haslam1-3/+93
2016-11-29USB: ohci: da8xx: Add wrappers for platform callbacksAxel Haslam1-23/+102
2016-11-29USB: ohci: da8xx: use ohci priv data instead of globalsAxel Haslam1-30/+43
2016-11-23usb: ohci-da8xx: rename driver to ohci-da8xxAxel Haslam1-1/+1
2016-10-29usb: ohci-da8xx: remove redundant dev_err call in usb_hcd_da8xx_probe()Wei Yongjun1-1/+0
2016-10-27USB: OHCI: make ohci-da8xx a separate driverManjunath Goudar1-111/+71
2016-10-24usb: ohci-da8xx: Remove code that references machDavid Lechner1-47/+55
2015-01-09usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-11-07host: ohci-da8xx: remove duplicate check on resourceVarka Bhadram1-5/+2
2013-12-18USB: ohci-da8xx: Use devm_*() functionsJingoo Han1-40/+15
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-12-08USB: OHCI: Properly handle ohci-da8xx suspendMajunath Goudar1-4/+12
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-4/+4
2013-05-17usb: host: ohci-da8xx: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-09-14ARM: davinci: move platform_data definitionsArnd Bergmann1-1/+1
2012-05-08ohci-da8xx: set MODULE_ALIAS to allow autoloadingJan Luebbe1-0/+2
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2010-04-22USB: OHCI: DA8xx/OMAP-L1x: fix up macro renameSergei Shtylyov1-1/+1
2010-03-02USB: OHCI: DA8xx/OMAP-L1x glue layerSergei Shtylyov1-0/+456