Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e19b127f5b76ec03b9c52b64f117dc75bb39eda1
/
drivers
/
usb
/
serial
/
usb_wwan.c
776edb5
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 10 years ago
b0a9aa6
USB: usb_wwan: do not resume I/O on closing ports
by Johan Hovold
· 10 years ago
8bb7ec6
USB: usb_wwan: report failed submissions as errors
by Johan Hovold
· 10 years ago
7d5dddd
USB: usb_wwan: remove some superfluous comments
by Johan Hovold
· 10 years ago
9fdf706
USB: usb_wwan: remove comment from close
by Johan Hovold
· 10 years ago
3362c91
USB: usb_wwan: clean up delayed-urb submission
by Johan Hovold
· 10 years ago
37357ca
USB: usb_wwan: use interface-data accessors
by Johan Hovold
· 10 years ago
b0f9d00
USB: usb_wwan: make resume error messages uniform
by Johan Hovold
· 10 years ago
ae75c94
USB: usb_wwan: kill interrupt urb explicitly at suspend
by Johan Hovold
· 10 years ago
2b4acea
USB: usb_wwan: remove redundant urb kill from port remove
by Johan Hovold
· 10 years ago
a427c17
USB: usb_wwan: remove unimplemented set_termios
by Johan Hovold
· 10 years ago
0280354
USB: usb_wwan: remove redundant modem-control request
by Johan Hovold
· 10 years ago
c1c0180
USB: usb_wwan: fix remote wakeup
by Johan Hovold
· 10 years ago
7436f41
USB: usb_wwan: fix discarded writes on resume errors
by Johan Hovold
· 10 years ago
fb7ad4f
USB: usb_wwan: fix potential blocked I/O after resume
by Johan Hovold
· 10 years ago
9096f1f
USB: usb_wwan: fix potential NULL-deref at resume
by Johan Hovold
· 10 years ago
79eed03
USB: usb_wwan: fix urb leak at shutdown
by Johan Hovold
· 10 years ago
170fad9
USB: usb_wwan: fix write and suspend race
by Johan Hovold
· 10 years ago
d9e93c0
USB: usb_wwan: fix race between write and resume
by xiao jin
· 10 years ago
db09047
USB: usb_wwan: fix urb leak in write error path
by xiao jin
· 10 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
bd73bd8
USB: usb_wwan: fix handling of missing bulk endpoints
by Johan Hovold
· 11 years ago
10c642d
USB: serial: remove redundant OOM messages
by Johan Hovold
· 11 years ago
6c1ee66
USB-Serial: Fix error handling of usb_wwan
by Matt Burtch
· 11 years ago
e5b1e20
USB: serial: make minor allocation dynamic
by Greg Kroah-Hartman
· 11 years ago
1143832
USB: serial: ports: add minor and port number
by Greg Kroah-Hartman
· 11 years ago
e6d144b
USB: usb_wwan: remove bogus disconnect test in close
by Johan Hovold
· 12 years ago
21eaab6
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
b2ca699
USB: serial: fix null-pointer dereferences on disconnect
by Johan Hovold
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
05c7cd3
TTY: switch tty_insert_flip_string
by Jiri Slaby
· 12 years ago
0c864d8
Merge 3.7-rc6 into usb-next.
by Greg Kroah-Hartman
· 12 years ago
bcbec05
USB: serial: remove driver version information
by Johan Hovold
· 12 years ago
8e493ca1
USB: usb_wwan: fix bulk-urb allocation
by Johan Hovold
· 12 years ago
b8f0e82
USB: usb-wwan: fix multiple memory leaks in error paths
by Johan Hovold
· 12 years ago
d9a8074
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
061b2a2
USB: serial: usb_wwan.c: remove debug module parameter
by Greg Kroah-Hartman
· 12 years ago
a80be97
USB: serial: usb_wwan.c: remove dbg() usage
by Greg Kroah-Hartman
· 12 years ago
e372dc6
Merge 3.6-rc3 into tty-next
by Greg Kroah-Hartman
· 12 years ago
032129c
usb: usb_wwan: resume/suspend can be called after port is gone
by Bjørn Mork
· 12 years ago
a1028f0
usb: usb_wwan: replace release and disconnect with a port_remove hook
by Bjørn Mork
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
d2bad78
USB: usb_wwan.c: remove dbg() tracing calls
by Greg Kroah-Hartman
· 13 years ago
ec42899
USB: wwan: remove an unneeded check
by Dan Carpenter
· 13 years ago
3a1c2a8
USB: usb_wwan.c: remove err() usage
by Greg Kroah-Hartman
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
5b1b0b8
PM / Runtime: Add macro to test for runtime PM events
by Alan Stern
· 13 years ago
97ac01d
usb: wwan: fix compilation without CONFIG_PM_RUNTIME
by Oliver Neukum
· 14 years ago
e6bee32
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
971f115
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
00a0d0d
tty: remove filp from the USB tty ioctls
by Alan Cox
· 14 years ago
20b9d17
tiocmset: kill the file pointer argument
by Alan Cox
· 14 years ago
60b33c1
tiocmget: kill off the passing of the struct file
by Alan Cox
· 14 years ago
9a91aed
usb_wwan: fix error case in close()
by Oliver Neukum
· 14 years ago
16871dc
usb_wwan: error case of resume
by Oliver Neukum
· 14 years ago
433508a
usb_wwan: data consistency in error case
by Oliver Neukum
· 14 years ago
3d06bf1
usb_wwan: fix runtime PM in error case
by Oliver Neukum
· 14 years ago
c9c4558
usb_wwan: fix error in marking device busy
by Oliver Neukum
· 14 years ago
38237fd
USB: serial/usb_wwan, fix tty NULL dereference
by Jiri Slaby
· 14 years ago
66921ed
USB: serial: usb_wwan: Add missing uaccess.h / fix build failure
by Peter Huewe
· 14 years ago
02303f7
usb-wwan: implement TIOCGSERIAL and TIOCSSERIAL to avoid blocking close(2)
by Dan Williams
· 14 years ago
7f26b3a
drivers/usb: Remove unnecessary return's from void functions
by Joe Perches
· 14 years ago
0d45619
usb serial: Add generic USB wwan support
by Matthew Garrett
· 15 years ago