aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-sa1111.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-04usb: ohci-sa1111: remove special sa1111 mmio accessorsRussell King1-5/+5
2017-10-04usb: ohci-sa1111: convert shutdown method to native device_driverRussell King1-2/+3
2017-10-04usb: ohci-sa1111: use sa1111_get_irq() to obtain IRQ resourcesRussell King1-2/+8
2016-08-30usb: ohci-sa1111: remove mach/hardware.h includeRussell King1-1/+0
2016-08-30usb: ohci-sa1111: remove machine_has_neponset()Russell King1-2/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-1/+3
2013-10-31DMA-API: usb: ohci-sa1111: add a note about DMA masksRussell King1-0/+6
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-05-01USB: ohci-sa1111.c: remove dbg() usageGreg Kroah-Hartman1-2/+2
2012-03-24USB: sa1111: add hcd .reset methodRussell King1-9/+11
2012-03-24USB: sa1111: add OHCI shutdown methodsRussell King1-0/+12
2012-03-24USB: sa1111: reorganize ohci-sa1111.cRussell King1-134/+93
2012-03-24USB: sa1111: get rid of nasty printk(KERN_DEBUG "%s: ...", __FILE__)Russell King1-4/+2
2012-03-24USB: sa1111: sparse and checkpatch cleanupsRussell King1-16/+17
2012-03-24ARM: sa1111: move USB interface register definitions to ohci-sa1111.cRussell King1-5/+24
2012-02-09ARM: sa11x0: badge4: move board specific ohci initialization to badge4.cRussell King1-14/+0
2012-02-09ARM: sa1111: add platform enable/disable functionsRussell King1-5/+14
2012-02-09ARM: sa1111: add .owner initializer to sa1111 driver structuresRussell King1-0/+1
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches1-4/+4
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-07-10Fix name of Russell King in various commentsUwe Kleine-König1-1/+1
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+1
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-1/+0
2007-02-07ohci: Rework bus glue integration to allow several at onceSylvain Munaut1-16/+0
2006-12-20USB: ohci whitespace/comment fixupsDavid Brownell1-4/+4
2006-09-27USB: OHCI avoids root hub timer pollingDavid Brownell1-4/+1
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-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-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+289