index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
mos7840.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: serial: mos7840: fix non-atomic allocation in write path
Alexey Khoroshilov
2016-08-15
1
-2
/
+2
*
Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-03-17
1
-2
/
+2
|
\
|
*
USB: serial: fix boolinit.cocci warnings
Mathieu OTHACEHE
2016-02-28
1
-2
/
+2
*
|
tty: Use termios c_*flag macros
Peter Hurley
2016-01-28
1
-2
/
+2
|
/
*
USB: mos7840: remove redundant condition
Geyslan G. Bem
2015-12-11
1
-1
/
+1
*
USB: serial: mos7840: Use setup_timer
Vaishali Thakkar
2015-06-01
1
-7
/
+4
*
USB: mos7840: remove unused code
Colin Ian King
2015-01-19
1
-60
/
+0
*
USB: mos7840: replace unnecessary atomic allocations
Johan Hovold
2014-11-03
1
-2
/
+2
*
drivers/usb/serial/mos7840.c: remove unnecessary null test before kfree
Fabian Frederick
2014-07-09
1
-4
/
+1
*
USB: serial: add missing newlines to dev_<level> messages.
Johan Hovold
2014-03-12
1
-2
/
+2
*
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-08
1
-1
/
+0
*
USB: serial: remove redundant OOM messages
Johan Hovold
2014-01-03
1
-15
/
+3
*
USB: serial: clean up ioctl debugging
Johan Hovold
2014-01-03
1
-2
/
+0
*
USB: mos7840: correct handling of CS5 setting
Colin Leitner
2013-12-02
1
-16
/
+16
*
USB: mos7840: fix tiocmget error handling
Johan Hovold
2013-10-11
1
-0
/
+4
*
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
2013-08-18
1
-1
/
+1
|
\
|
*
USB: mos7840: fix big-endian probe
Johan Hovold
2013-08-12
1
-1
/
+1
*
|
Merge 3.11-rc4 into usb-next
Greg Kroah-Hartman
2013-08-05
1
-63
/
+87
|
\
\
|
|
/
|
*
USB: mos7840: fix pointer casts
Johan Hovold
2013-07-28
1
-3
/
+3
|
*
USB: mos7840: fix race in led handling
Johan Hovold
2013-07-26
1
-22
/
+37
|
*
USB: mos7840: fix device-type detection
Johan Hovold
2013-07-26
1
-40
/
+35
|
*
USB: mos7840: fix race in register handling
Johan Hovold
2013-07-26
1
-2
/
+16
*
|
Merge 3.11-rc3 into usb-next
Greg Kroah-Hartman
2013-07-29
1
-8
/
+17
|
\
\
|
|
/
|
*
USB: mos7840: fix memory leak in open
Johan Hovold
2013-07-25
1
-8
/
+17
*
|
USB: mos7840: remove broken chase implementation
Johan Hovold
2013-07-23
1
-48
/
+0
|
/
*
USB: serial: make minor allocation dynamic
Greg Kroah-Hartman
2013-06-17
1
-4
/
+3
*
USB: serial: ports: add minor and port number
Greg Kroah-Hartman
2013-06-10
1
-34
/
+18
*
USB: mos7840: fix DMA to stack
Johan Hovold
2013-05-29
1
-8
/
+27
*
Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2013-04-29
1
-133
/
+24
|
\
|
*
USB: mos7840: switch to generic TIOCMIWAIT implementation
Johan Hovold
2013-03-25
1
-46
/
+2
|
*
USB: mos7840: switch to generic get_icount implementation
Johan Hovold
2013-03-25
1
-47
/
+9
|
*
USB: mos7840: remove smp barriers from icount handling
Johan Hovold
2013-03-25
1
-29
/
+19
|
*
USB: mos7840: remove bogus disconnect test in close
Johan Hovold
2013-03-25
1
-22
/
+6
|
*
Merge 3.9-rc4 into usb-next
Greg Kroah-Hartman
2013-03-25
1
-6
/
+10
|
|
\
|
*
|
usb: serial: Remove redundant NULL check before kfree
Syam Sidhardhan
2013-03-15
1
-2
/
+1
*
|
|
Merge 3.9-rc5 into tty-next
Greg Kroah-Hartman
2013-04-01
1
-6
/
+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
USB: mos7840: fix use-after-free in TIOCMIWAIT
Johan Hovold
2013-03-21
1
-5
/
+8
|
*
|
USB: mos7840: fix broken TIOCMIWAIT
Johan Hovold
2013-03-21
1
-2
/
+3
|
|
/
*
|
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
2013-03-18
1
-5
/
+2
|
/
*
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
1
-7
/
+2
*
TTY: switch tty_insert_flip_string
Jiri Slaby
2013-01-15
1
-2
/
+3
*
USB: serial: remove driver version information
Johan Hovold
2012-10-31
1
-4
/
+0
*
USB: mos7840: fix port_probe flow
Johan Hovold
2012-10-25
1
-183
/
+166
*
USB: mos7840: fix port-data memory leak
Johan Hovold
2012-10-25
1
-130
/
+89
*
USB: mos7840: remove invalid disconnect handling
Johan Hovold
2012-10-25
1
-12
/
+1
*
USB: mos7840: remove NULL-urb submission
Johan Hovold
2012-10-25
1
-13
/
+1
*
USB: mos7840: fix port-device leak in error path
Johan Hovold
2012-10-25
1
-1
/
+0
*
USB: mos7840: fix urb leak at release
Johan Hovold
2012-10-25
1
-0
/
+1
*
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
2012-10-01
1
-295
/
+183
|
\
|
*
USB: Serial: mos7840.c: remove debug module parameter
Greg Kroah-Hartman
2012-09-18
1
-5
/
+0
[next]