aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-2/+0
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+16
2022-04-21usb: host: ohci-omap: Make it CCF clk API compatibleJanusz Krzysztofik1-2/+16
2022-04-21ARM: omap1: innovator: move ohci phy power handling to board fileArnd Bergmann1-26/+5
2022-04-21usb: omap: avoid mach/*.h headersArnd Bergmann1-4/+3
2022-04-21ARM: omap1: move mach/usb.h to include/linux/socArnd Bergmann1-2/+2
2021-12-17usb: host: ohci-omap: propagate errors from platform_get_irq()Sergey Shtylyov1-1/+1
2021-10-05ARM: omap1: move omap15xx local bus handling to usb.cArnd Bergmann1-70/+2
2020-12-07Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman1-2/+2
2020-12-04usb: ohci-omap: Fix descriptor conversionLinus Walleij1-2/+2
2020-10-28usb: hosts: Remove in_interrupt() from commentsAhmed S. Darwish1-3/+6
2020-07-21usb: ohci-omap: Convert to use GPIO descriptorsLinus Walleij1-27/+32
2020-07-21usb: ohci-omap: Create private state containerLinus Walleij1-36/+49
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl1-0/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-15mfd: tps65010: Move header file out of I2C realmWolfram Sang1-1/+1
2017-01-10USB: ohci-omap: defer probe if PHY is missingAaro Koskinen1-2/+1
2016-12-05USB: OHCI: omap: remove useless extern declarationManjunath Goudar1-3/+0
2016-12-05USB: OHCI: ohci-omap: remove useless functionsManjunath Goudar1-25/+11
2016-08-30USB: ohci-omap - avoid including mach/irqs.hRussell King1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-10usb: host: ohci: omap: fix build breakageFelipe Balbi1-1/+1
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-1/+1
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-10/+10
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-1/+1
2013-12-18USB: ohci-omap: use dev_err() instead of printk()Jingoo Han1-2/+2
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-10-05USB: OHCI: Properly handle ohci-omap suspendManjunath Goudar1-3/+10
2013-09-26USB: OHCI: make ohci-omap a separate driverManjunath Goudar1-103/+53
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-2/+2
2013-05-17usb: host: ohci-omap: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+2
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli1-1/+1
2012-10-17ARM: OMAP: Make plat/fpga.h local to arch/arm/plat-omapTony Lindgren1-3/+2
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren1-1/+1
2012-08-08usb/ohci-omap: remove unused variableArnd Bergmann1-2/+0
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-13/+15
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-5/+6
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-2/+3
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-3/+3
2012-06-13USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phyRichard Zhao1-13/+14
2012-06-04ARM: OMAP: Make FS USB omap1 onlyTony Lindgren1-3/+4
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+2
2012-05-14USB: ohci-omap: Use usb_put_transceiver instead of put_deviceJarkko Nikula1-3/+2
2012-04-13ARM: OMAP1: OHCI: use platform_data fn ptr to enable OCPI busPaul Walmsley1-2/+3
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-3/+3
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-1/+1
2011-11-18OHCI: remove uses of hcd->stateAlan Stern1-1/+0