aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/image
AgeCommit message (Expand)AuthorFilesLines
2020-09-16USB: microtek: use set_host_byte()Gravatar Oliver Neukum 1-7/+7
2020-07-10usb: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2019-10-14Merge 5.4-rc3 into usb-nextGravatar Greg Kroah-Hartman 1-0/+4
2019-10-07usb: image: microtek.c: Remove unused variableGravatar Saurav Girepunje 1-2/+1
2019-10-04USB: microtek: fix info-leak at probeGravatar Johan Hovold 1-0/+4
2019-06-20scsi: usb: image: microtek: use sg helper to iterate over scatterlistGravatar Ming Lei 2-13/+9
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGravatar Greg Kroah-Hartman 1-0/+1
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-14/+4
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-04USB: image: Remove redundant license textGravatar Greg Kroah-Hartman 1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-01usb: image: mdc800: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-07-22USB: microtek: remove unneeded DRIVER_VERSION macroGravatar Greg Kroah-Hartman 1-4/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2016-06-07usb: microtek: Use "foo *bar" instead of "foo * bar".Gravatar Sandhya Bankar 1-3/+3
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateGravatar Hannes Reinecke 1-1/+0
2015-03-18USB: image: use msecs_to_jiffies for time conversionGravatar Nicholas Mc Guire 1-4/+7
2015-01-09USB: use %*ph specifier in mikrotek driverGravatar Andy Shevchenko 1-3/+1
2014-01-08USB: image: correct spelling mistake in commentGravatar Rahul Bedarkar 1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-04-09USB: regroup all depends on USB within an if USB blockGravatar Florian Fainelli 1-3/+1
2012-05-01USB: mdc800.c: remove dbg() usageGravatar Greg Kroah-Hartman 1-11/+8
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Gravatar Greg Kroah-Hartman 1-13/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-4/+4
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-2/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-9/+0
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-10drivers/usb: Remove unnecessary return's from void functionsGravatar Joe Perches 1-9/+0
2010-03-02USB: BKL removal: mdc800Gravatar Oliver Neukum 1-3/+0
2010-03-02USB: Push BKL on open down into the driversGravatar Oliver Neukum 1-0/+3
2010-03-02USB image: make USB device id constantGravatar Németh Márton 2-3/+3
2009-09-23USB: remove unneeded printks from microtek driverGravatar Oliver Neukum 1-37/+0
2009-03-24USB: replace uses of __constant_{endian}Gravatar Harvey Harrison 1-4/+4
2009-03-17USB: image/mdc800, fix lock imbalanceGravatar Jiri Slaby 1-0/+1
2009-01-07USB: change interface to usb_lock_device_for_reset()Gravatar Alan Stern 1-6/+5
2008-10-17USB: remove err() macro from more usb driversGravatar Greg Kroah-Hartman 1-16/+30
2008-10-17USB: remove info() macro from remaining usb driversGravatar Greg Kroah-Hartman 1-3/+4
2008-10-17USB: remove warn() macro from usb driversGravatar Greg Kroah-Hartman 1-3/+5
2008-04-24usb: replace remaining __PRETTY_FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-04-24USB: Remove EXPERIMENTAL designation from USB MDC800 support.Gravatar Robert P. J. Day 1-2/+2
2008-04-24USB: microtek: remove unused semaphoreGravatar Daniel Walker 2-2/+0
2008-02-01USB: Drop unnecessary continue in a few driversGravatar Julia Lawall 1-2/+0
2007-11-28USB: make the microtek driver and HAL cooperateGravatar Oliver Neukum 1-1/+1
2007-10-22[SG] Update drivers to use sg helpersGravatar Jens Axboe 1-3/+2
2007-10-20typo fixesGravatar Matt LaPlante 1-1/+1
2007-10-12[SCSI] microtek: use data accessors and !use_sg cleanupGravatar Boaz Harrosh 1-18/+14