aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/sl811-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King1-0/+2
2023-05-28usb: sl811-hcd: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-02-06USB: sl811: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-3/+3
2021-03-23usb: sl811-hcd: improve misleading indentationArnd Bergmann1-5/+4
2021-03-10USB: host: sl811: remove dentry pointer for debugfsGreg Kroah-Hartman1-4/+3
2020-12-10usb: host: sl811: Switch to use platform_get_mem_or_io()Andy Shevchenko1-11/+9
2020-02-19usb: host: sl811-hcd: remove useless cast for driver.nameCorentin Labbe1-1/+1
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-6/+0
2018-03-16USB: host: sl811: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-14/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-30usb: host/sl811-hcd: constify hc_driver structuresJulia Lawall1-1/+1
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2015-04-07usb: host: sl811: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-03sl811-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03Revert "usb: host/sl811-hcd: fix sparse warning"Guenter Roeck1-1/+1
2015-03-26usb: host/sl811-hcd: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2015-03-18usb: host/sl811-hcd: fix sparse warningLad, Prabhakar1-1/+1
2015-01-25sl811-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-09usb: sl811-hcd: Use setup_timerJulia Lawall1-3/+1
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-3/+2
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-4/+4
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-2/+2
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-24USB: sl811: move debug files from proc to debugfsGreg Kroah-Hartman1-27/+11
2013-07-23USB: sl811: remove CONFIG_USB_DEBUG dependencyGreg Kroah-Hartman1-28/+41
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern1-1/+1
2013-05-01Merge 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-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-13drivers/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-02usb: 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-13USB: sl811: add Kconfig option for ISOCHRONOUS modeMike Frysinger1-7/+1
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-3/+3
2011-02-03USB SL811HS HCD: Fix memory leak in sl811h_urb_enqueue()Jesper Juhl1-0/+1
2010-08-10usb: host: sl811-hcd: check kzalloc() resultKulikov Vasiliy1-1/+4
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern1-26/+26
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern1-3/+3
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-04-30USB: sl811-hcd: Fix device disconnectMichael Hennerich1-3/+3
2010-03-02USB: host: SL811: fix unaligned accessesMichael Hennerich1-2/+3
2009-09-23USB: sl811-hcd: Fix device disconnect:Hennerich, Michael1-2/+6
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-2/+2
2008-10-17USB: 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-21USB: 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-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24USB: 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-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-2/+1
2007-10-12USB: reorganize urb->status use in sl811-hcdAlan Stern1-21/+11
2007-10-12USB: add urb->unlinked fieldAlan Stern1-3/+2
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-11/+3
2007-10-12USB: remove unnecessary tests in isp116x and sl811Alan Stern1-10/+0
2007-10-12USB: 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
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-09-25PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell1-2/+7
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman1-3/+7
2006-06-21[PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>David Brownell1-1/+1
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern1-2/+1
2006-01-04[PATCH] USB: central handling for host controllers that were reset during sus...Alan Stern1-0/+1
2006-01-04[PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUGDavid Brownell1-7/+0
2006-01-04[PATCH] USB: wakeup flag updates (1/3) sl811-hcdDavid Brownell1-2/+4
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-33/+28
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[PATCH] USB: add owner initialisation to host driversBen Dooks1-0/+1
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-8/+8
2005-10-28Merge ../bleed-2.6Greg KH1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-8/+2
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-1/+1
2005-09-22[PATCH] USB: sl811-hcd minor fixesDavid Brownell1-2/+14
2005-09-07[PATCH] USB: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-3/+3
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-1/+1
2005-06-27[PATCH] USB HCDs: no longer need to register root hubAlan Stern1-13/+0
2005-06-27[PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budgetAlan Stern1-4/+3
2005-05-31[PATCH] USB: sl811-hcd fixesDavid Brownell1-65/+81
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1851