summaryrefslogtreecommitdiff
path: root/drivers/usb/host/sl811-hcd.c
AgeCommit message (Expand)Author
2021-05-22usb: sl811-hcd: improve misleading indentationArnd Bergmann
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2015-04-07usb: host: sl811: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-04-03sl811-hcd: use USB_DT_HUBSergei Shtylyov
2015-04-03Revert "usb: host/sl811-hcd: fix sparse warning"Guenter Roeck
2015-03-26usb: host/sl811-hcd: fix platform_no_drv_owner.cocci warningskbuild test robot
2015-03-18usb: host/sl811-hcd: fix sparse warningLad, Prabhakar
2015-01-25sl811-hcd: use HUB_CHAR_*Sergei Shtylyov
2015-01-09usb: sl811-hcd: Use setup_timerJulia Lawall
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-10-11usb: Remove unnecessary semicolonsJoe Perches
2013-07-31USB: host: use dev_get_platdata()Jingoo Han
2013-07-24USB: sl811: move debug files from proc to debugfsGreg Kroah-Hartman
2013-07-23USB: sl811: remove CONFIG_USB_DEBUG dependencyGreg Kroah-Hartman
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern
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-09-13drivers/usb/host/sl811-hcd.c: removes unnecessary semicolonPeter Senna Tschudin
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-02usb: sl811-hcd: Convert to module_platform_driverTobias Klauser
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-04-13USB: sl811: add Kconfig option for ISOCHRONOUS modeMike Frysinger
2011-03-13USB 3.0 Hub ChangesJohn Youn
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp
2011-02-03USB SL811HS HCD: Fix memory leak in sl811h_urb_enqueue()Jesper Juhl
2010-08-10usb: host: sl811-hcd: check kzalloc() resultKulikov Vasiliy
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-04-30USB: sl811-hcd: Fix device disconnectMichael Hennerich
2010-03-02USB: host: SL811: fix unaligned accessesMichael Hennerich
2009-09-23USB: sl811-hcd: Fix device disconnect:Hennerich, Michael
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman
2008-10-17USB: Let some USB host controllers get IRQ flags from resourceMarc Zyngier
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
2008-04-29usb: use non-racy method for proc entries creationDenis V. Lunev
2008-04-28drivers/usb annotations and fixesAl Viro
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: remove dev->power.power_stateAlan Stern
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers