summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-at91.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-25USB: ohci-at91: prepare clk before calling enableBoris BREZILLON1-6/+6
2013-05-17USB: set device dma_mask without reference to global dataStephen Warren1-3/+3
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-11-22usb: remove use of __devexitBill Pemberton1-3/+3
2012-11-22usb: remove use of __devinitBill Pemberton1-6/+6
2012-11-22usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli1-1/+1
2012-09-27USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood1-1/+2
2012-09-06USB: ohci-at91: fix PIO handling in relation with number of portsNicolas Ferre1-0/+10
2012-05-10USB: ohci-at91: add a reset function to fix race conditionNicolas Ferre1-1/+10
2012-05-10USB: ohci-at91: use resource_size() for memory/io resource lengthNicolas Ferre1-1/+1
2012-04-27USB: ohci-at91.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-04-17USB: ohci-at91: change annotations for probe/remove functionsNicolas Ferre1-6/+6
2012-04-04USB: ohci-at91: trivial return code name changeNicolas Ferre1-4/+3
2012-04-04USB: ohci-at91: change maximum number of portsNicolas Ferre1-30/+36
2012-04-04USB: ohci-at91: rework and fix initializationNicolas Ferre1-42/+46
2012-04-04USB: ohci-at91: fix vbus_pin_active_low handlingNicolas Ferre1-2/+2
2012-03-15ARM: at91: usb ohci add dt supportJean-Christophe PLAGNIOL-VILLARD1-1/+100
2012-03-01ARM/USB: at91/ohci-at91: remove the use of irq_to_gpioNicolas Ferre1-2/+3
2012-01-20ARM/USB: at91/ohci-at91: rename vbus_pin_inverted to vbus_pin_active_lowJean-Christophe PLAGNIOL-VILLARD1-2/+4
2012-01-20USB: at91: fix clk_get error handlingJean-Christophe PLAGNIOL-VILLARD1-0/+18
2011-11-29ARM: at91/ohci: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-6/+6
2011-11-15USB: at91: at91-ohci: fix set/get powerJean-Christophe PLAGNIOL-VILLARD1-0/+6
2011-09-11at91: at91-ohci: support overcurrent notificationThomas Petazzoni1-9/+215
2011-09-11at91: ohci-at91: add vbus_pin_inverted platform attributeThomas Petazzoni1-2/+2
2011-09-11at91: ohci-at91: always provide all the clocksJean-Christophe PLAGNIOL-VILLARD1-10/+5
2010-04-30USB: ohci-at91: fix power management hangingPatrice Vilchez1-0/+2
2009-12-11USB: modifications for at91sam9g10Hong Xu1-5/+5
2009-09-23USB: at91: modify OHCI driver to allow shared interruptsNicolas Ferre1-1/+1
2009-04-08[ARM] 5446/1: ohci-at91: Limit vbus_pin assignment to the size of the arrayJustin Waters1-2/+2
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-1/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-07-22USB: missing usb_put_hcd to ohci-at91Pete Zaitcev1-4/+5
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+1
2008-04-25USB: don't explicitly reenable root-hub status interruptsAlan Stern1-1/+0
2008-04-25USB: OHCI: host-controller resumes leave root hub suspendedAlan Stern1-0/+1
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers1-2/+1
2008-02-02USB: ohci-at91 uses generic GPIO callsDavid Brownell1-0/+31
2007-02-17USB: at91-ohci, handle extra at91sam9261 ahb clockAndrew Victor1-17/+33
2007-02-08USB: ohci-at91 refcount fix for irq wake enablesMarc Pignat1-3/+5
2007-02-08ohci: Rework bus glue integration to allow several at onceSylvain Munaut1-15/+0
2006-12-20USB: ohci at91 warning fixAndrew Victor1-1/+0
2006-12-20USB: ohci whitespace/comment fixupsDavid Brownell1-1/+1
2006-09-27USB: ohci-at91, two one-linersDavid Brownell1-1/+2
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov1-0/+2
2006-09-27USB: OHCI avoids root hub timer pollingDavid Brownell1-1/+1
2006-08-03USB: AT91 OHCI updates, mostly power managementDavid Brownell1-29/+59