aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-2/+2
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-3/+3
2009-07-28USB: OMAP: OHCI: hc_driver's stop method should call ohci_stopAnand Gadiyar1-0/+1
2009-01-24[ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King1-3/+3
2008-12-10ARM: OMAP: Switch ohci-omap to gpio_request/free callsJarkko Nikula1-3/+3
2008-12-10ARM: OMAP: switch to gpio_direction_inputDavid Brownell1-1/+1
2008-10-17USB: ohci-omap: handle other omap15xx chipsTony Lindgren1-2/+2
2008-09-05[ARM] omap: convert OMAP drivers to use ioremap()Russell King1-3/+11
2008-09-04[ARM] omap: fix build error in ohci-omap.cRussell King1-1/+1
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-1/+0
2008-08-13USB: Hook start_hnp into ohci structDmitry Baryshkov1-0/+1
2008-08-13USB: ohci: make distrust_firmware a quirkDmitry Baryshkov1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-6/+6
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+4
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+1
2008-07-03ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren1-1/+4
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