aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-pxa27x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-08ARM: ohci-pxa27x: enable OHCI over U2DC for pxa3xxIgor Grinberg1-0/+7
2010-07-15[ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27xEric Miao1-1/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-24Merge branch 'origin' into for-linusRussell King1-0/+4
2009-09-23USB: ohci-pxa27x: Allow NOCP and OCPM to be clearedAric Blumer1-0/+4
2009-09-10USB: ohci-pxa27x: Reconfigure power settings on resumeAric D. Blumer1-0/+4
2009-09-10[ARM] pxa: update ohci-pxa27x.c to use 'struct dev_pm_ops'Mike Rapoport1-11/+15
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-10-07[ARM] ohci-pxa27x: use ioremap() and offset for register accessEric Miao1-79/+109
2008-10-07[ARM] ohci-pxa27x: introduce pxa27x_clear_otgph()Eric Miao1-4/+7
2008-10-07[ARM] ohci-pxa27x: use platform_get_{irq,resource} for the resourceEric Miao1-7/+17
2008-10-07[ARM] ohci-pxa27x: move OHCI controller specific registers into the driverEric Miao1-1/+72
2008-10-07[ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registersEric Miao1-0/+37
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-4/+4
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-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+2
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+1
2008-06-15[ARM] 5080/1: touch PSSR_OTGPH only on pxa27x in ohci-pxa27x and pxa27x_udcPhilipp Zabel1-1/+2
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/+1
2008-04-24USB: remove dev->power.power_stateAlan Stern1-2/+0
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers1-0/+3
2008-01-26[ARM] USB: update pxa27x ohci driver to use clk supporteric miao1-2/+11
2007-04-21[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao1-2/+2
2007-02-07ohci: Rework bus glue integration to allow several at onceSylvain Munaut1-16/+0
2006-12-20USB: ohci whitespace/comment fixupsDavid Brownell1-5/+5
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-0/+1
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-08[ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budgetRichard Purdie1-0/+3
2006-01-04[PATCH] USB: Correct ohci-pxa27x suspend/resume struct confusionRichard Purdie1-4/+7
2006-01-04[PATCH] USB: Add pxa27x OHCI PM functionsRichard Purdie1-6/+27
2006-01-04[PATCH] USB: pxa27x OHCI - Separate platform code from main driverRichard Purdie1-42/+43
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-17/+14
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-0/+2
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-2/+2
2005-10-28[PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell1-0/+1
2005-10-28[PATCH] remove some USB_SUSPEND dependenciesDavid Brownell1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-2/+2
2005-09-12[PATCH] USB: OHCI, pxa27x OHCI port power tweaksDavid Brownell1-38/+7
2005-09-12[PATCH] USB: OHCI relies less on NDP registerDavid Brownell1-0/+3
2005-04-18[PATCH] USB: fix up remaining pm_message_t usagesPavel Machek1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+383