index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
misc
/
legousbtower.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-07
USB: legousbtower: drop superfluous newlines
Johan Hovold
1
-5
/
+0
2019-11-07
USB: legousbtower: drop superfluous brackets
Johan Hovold
1
-12
/
+6
2019-11-07
USB: legousbtower: clean up runaway white space
Johan Hovold
1
-85
/
+87
2019-11-07
USB: legousbtower: drop redundant endianness comments
Johan Hovold
1
-3
/
+3
2019-11-07
USB: legousbtower: drop unnecessary packed attributes
Johan Hovold
1
-2
/
+2
2019-11-07
USB: legousbtower: clean up pointer declarations in driver data
Johan Hovold
1
-8
/
+8
2019-11-07
USB: legousbtower: remove tower_abort_transfers()
Johan Hovold
1
-15
/
+5
2019-11-07
USB: legousbtower: stop interrupt-out URB unconditionally
Johan Hovold
1
-2
/
+1
2019-11-07
USB: legousbtower: drop redundant interrupt-in running flag
Johan Hovold
1
-16
/
+5
2019-11-07
USB: legousbtower: drop noisy disconnect messages
Johan Hovold
1
-2
/
+0
2019-11-07
USB: legousbtower: drop redundant open_count check
Johan Hovold
1
-8
/
+0
2019-11-07
USB: legousbtower: zero driver data at allocation
Johan Hovold
1
-23
/
+2
2019-11-07
USB: legousbtower: drop redundant NULL check
Johan Hovold
1
-3
/
+0
2019-11-07
USB: legousbtower: drop redundant MODULE_LICENSE ifdef
Johan Hovold
1
-2
/
+0
2019-10-15
USB: legousbtower: fix a signedness bug in tower_probe()
Dan Carpenter
1
-1
/
+1
2019-10-15
USB: legousbtower: fix memleak on disconnect
Johan Hovold
1
-4
/
+1
2019-10-10
USB: legousbtower: fix use-after-free on release
Johan Hovold
1
-1
/
+2
2019-10-04
USB: legousbtower: fix open after failed reset request
Johan Hovold
1
-2
/
+2
2019-10-04
USB: legousbtower: fix potential NULL-deref on disconnect
Johan Hovold
1
-11
/
+15
2019-10-04
USB: legousbtower: fix deadlock on disconnect
Johan Hovold
1
-17
/
+2
2019-10-04
USB: legousbtower: fix slab info leak at probe
Johan Hovold
1
-2
/
+4
2018-06-28
usb: legousbtower: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-2
/
+3
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-3
/
+3
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-3
/
+3
2017-11-04
USB: misc: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-07-22
USB: misc: remove unneeded MODULE_VERSION() usage
Greg Kroah-Hartman
1
-2
/
+0
2017-05-17
usb: misc: legousbtower: Fix memory leak
Maksim Salau
1
-0
/
+1
2017-04-26
usb: misc: legousbtower: Fix buffers on stack
Maksim Salau
1
-10
/
+27
2017-03-23
USB: legousbtower: refactor endpoint retrieval
Johan Hovold
1
-22
/
+7
2017-02-28
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-21
usb: misc: legousbtower: Fix NULL pointer deference
Greg Kroah-Hartman
1
-18
/
+17
2016-08-30
usb: misc: legousbtower: don't print on ENOMEM
Wolfram Sang
1
-12
/
+4
2016-08-15
usb: misc: legousbtower: don't print error when allocating urb fails
Wolfram Sang
1
-6
/
+2
2015-03-18
USB: legotower: use msecs_to_jiffies for time conversion
Nicholas Mc Guire
1
-3
/
+3
2014-01-09
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-07-24
USB: legotower: remove direct calls to printk()
Greg Kroah-Hartman
1
-5
/
+7
2013-07-24
USB: legotower: remove custom debug macro and module parameter
Greg Kroah-Hartman
1
-34
/
+9
2013-07-24
USB: legousbtower: remove custom debug macro
Greg Kroah-Hartman
1
-12
/
+15
2013-07-24
USB: legotower: remove unneeded tracing macros
Greg Kroah-Hartman
1
-41
/
+1
2012-08-16
USB: legousbtower.c: remove a bogus NULL check
Dan Carpenter
1
-3
/
+0
2012-04-21
USB: legousbtower.c: remove err() usage
Greg Kroah-Hartman
1
-20
/
+25
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2012-01-04
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
1
-1
/
+1
2011-11-18
USB: convert drivers/usb/* to use module_usb_driver()
Greg Kroah-Hartman
1
-45
/
+1
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-2
/
+2
2010-08-11
USB: misc: Remove unnecessary casts of private_data
Joe Perches
1
-3
/
+3
2010-03-03
USB: Convert concatenated __FILE__ to %s, __FILE__
Joe Perches
1
-4
/
+7
2010-03-03
USB: BKL removal: legousbtower
Oliver Neukum
1
-3
/
+0
[next]