summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-at91.c
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-11-13Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King
2013-10-14Revert "USB: OHCI: Properly handle ohci-at91 suspend"Greg Kroah-Hartman
2013-10-06USB: OHCI: Properly handle ohci-at91 suspendManjunath Goudar
2013-09-26USB: OHCI: make ohci-at91 a separate driverManjunath Goudar
2013-08-28usb: ohci-at91: remove unnecessary dev_set_drvdata()Libo Chen
2013-08-02USB: ohci-at91: add usb_clk for transition to common clk frameworkBoris BREZILLON
2013-08-01USB: host: use dev_get_platdata()Jingoo Han
2013-06-24USB: ohci-at91: prepare clk before calling enableBoris BREZILLON
2013-05-17USB: set device dma_mask without reference to global dataStephen Warren
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli
2012-09-27USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood
2012-09-05USB: ohci-at91: fix PIO handling in relation with number of portsNicolas Ferre
2012-05-09USB: ohci-at91: add a reset function to fix race conditionNicolas Ferre
2012-05-09USB: ohci-at91: use resource_size() for memory/io resource lengthNicolas Ferre
2012-04-27USB: ohci-at91.c: remove err() usageGreg Kroah-Hartman
2012-04-17USB: ohci-at91: change annotations for probe/remove functionsNicolas Ferre
2012-04-04USB: ohci-at91: trivial return code name changeNicolas Ferre
2012-04-04USB: ohci-at91: change maximum number of portsNicolas Ferre
2012-04-04USB: ohci-at91: rework and fix initializationNicolas Ferre
2012-04-04USB: ohci-at91: fix vbus_pin_active_low handlingNicolas Ferre
2012-03-15ARM: at91: usb ohci add dt supportJean-Christophe PLAGNIOL-VILLARD
2012-03-01ARM/USB: at91/ohci-at91: remove the use of irq_to_gpioNicolas Ferre
2012-01-20ARM/USB: at91/ohci-at91: rename vbus_pin_inverted to vbus_pin_active_lowJean-Christophe PLAGNIOL-VILLARD
2012-01-20USB: at91: fix clk_get error handlingJean-Christophe PLAGNIOL-VILLARD
2011-11-29ARM: at91/ohci: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD
2011-11-14USB: at91: at91-ohci: fix set/get powerJean-Christophe PLAGNIOL-VILLARD
2011-09-10at91: at91-ohci: support overcurrent notificationThomas Petazzoni
2011-09-10at91: ohci-at91: add vbus_pin_inverted platform attributeThomas Petazzoni
2011-09-10at91: ohci-at91: always provide all the clocksJean-Christophe PLAGNIOL-VILLARD
2010-04-30USB: ohci-at91: fix power management hangingPatrice Vilchez
2009-12-11USB: modifications for at91sam9g10Hong Xu
2009-09-23USB: at91: modify OHCI driver to allow shared interruptsNicolas Ferre
2009-04-08[ARM] 5446/1: ohci-at91: Limit vbus_pin assignment to the size of the arrayJustin Waters
2008-08-21USB: automatically enable RHSC interruptsAlan Stern
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King
2008-07-21USB: missing usb_put_hcd to ohci-at91Pete Zaitcev
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds
2008-04-25USB: don't explicitly reenable root-hub status interruptsAlan Stern
2008-04-25USB: OHCI: host-controller resumes leave root hub suspendedAlan Stern
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers