summaryrefslogtreecommitdiff
path: root/drivers/usb/host/sl811-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-10-12usb: Remove unnecessary semicolonsJoe Perches1-2/+2
2013-08-01USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-25USB: sl811: move debug files from proc to debugfsGreg Kroah-Hartman1-27/+11
2013-07-24USB: sl811: remove CONFIG_USB_DEBUG dependencyGreg Kroah-Hartman1-28/+41
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern1-1/+1
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-1/+1
2012-11-22usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-14drivers/usb/host/sl811-hcd.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-03usb: sl811-hcd: Convert to module_platform_driverTobias Klauser1-17/+4
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-7/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-04-14USB: sl811: add Kconfig option for ISOCHRONOUS modeMike Frysinger1-7/+1
2011-03-14USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-14USB: Remove bitmap #define from hcd.hSarah Sharp1-3/+3
2011-02-04USB SL811HS HCD: Fix memory leak in sl811h_urb_enqueue()Jesper Juhl1-0/+1
2010-08-11usb: host: sl811-hcd: check kzalloc() resultKulikov Vasiliy1-1/+4
2010-05-21USB: straighten out port feature vs. port status usageAlan Stern1-26/+26
2010-05-21USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern1-3/+3
2010-05-21USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-04-30USB: sl811-hcd: Fix device disconnectMichael Hennerich1-3/+3
2010-03-03USB: host: SL811: fix unaligned accessesMichael Hennerich1-2/+3
2009-09-23USB: sl811-hcd: Fix device disconnect:Hennerich, Michael1-2/+6
2009-03-25USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-2/+2
2008-10-18USB: Let some USB host controllers get IRQ flags from resourceMarc Zyngier1-4/+11
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-1/+1
2008-07-22USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-04-29usb: use non-racy method for proc entries creationDenis V. Lunev1-9/+1
2008-04-28drivers/usb annotations and fixesAl Viro1-1/+1
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-25USB: remove dev->power.power_stateAlan Stern1-7/+1
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-0/+1
2007-10-20Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-13USB: Eliminate urb->status usage!Alan Stern1-2/+1
2007-10-13USB: reorganize urb->status use in sl811-hcdAlan Stern1-21/+11
2007-10-13USB: add urb->unlinked fieldAlan Stern1-3/+2
2007-10-13USB: centralize -EREMOTEIO handlingAlan Stern1-11/+3
2007-10-13USB: remove unnecessary tests in isp116x and sl811Alan Stern1-10/+0
2007-10-13USB: make HCDs responsible for managing endpoint queuesAlan Stern1-8/+18
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-11/+10
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev1-1/+1