index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
sierra.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2012-01-13
1
-2
/
+2
*
USB: serial: remove unnecessary reinitialisations of urb->dev
Johan Hovold
2011-11-15
1
-1
/
+0
*
PM / Runtime: Add macro to test for runtime PM events
Alan Stern
2011-08-19
1
-1
/
+1
*
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-03-16
1
-2
/
+2
|
\
|
*
tiocmset: kill the file pointer argument
Alan Cox
2011-02-17
1
-1
/
+1
|
*
tiocmget: kill off the passing of the struct file
Alan Cox
2011-02-17
1
-1
/
+1
*
|
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-03-16
1
-4
/
+12
|
\
\
|
*
|
USB: sierra: error handling in runtime PM
Oliver Neukum
2011-02-17
1
-4
/
+12
|
|
/
*
|
sierra: add new ID for Airprime/Sierra USB IP modem
Jon Thomas
2011-02-17
1
-0
/
+3
|
/
*
drivers/usb: Remove unnecessary return's from void functions
Joe Perches
2010-08-10
1
-2
/
+0
*
USB: Add PID for Sierra 250U to drivers/usb/serial/sierra.c
august huber
2010-07-26
1
-0
/
+1
*
USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.
William Lightning
2010-04-22
1
-0
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
USB: remove references to port->port.count from the serial drivers
Alan Stern
2010-03-02
1
-4
/
+4
*
USB: tty: Prune uses of tty_request_room in the USB layer
Alan Cox
2010-03-02
1
-2
/
+0
*
USB: serial: sierra driver indat_callback fix
Elina Pasheva
2010-03-02
1
-8
/
+11
*
USB: serial: sierra driver adding reset_resume function
Elina Pasheva
2010-03-02
1
-10
/
+20
*
USB: serial: Eliminate useless code
Julia Lawall
2010-03-02
1
-1
/
+1
*
USB serial: make USB device id constant
Németh Márton
2010-03-02
1
-1
/
+1
*
USB: serial: add usbid for dell wwan card to sierra.c
Richard Farina
2010-02-16
1
-0
/
+1
*
USB: remove the auto_pm flag
Alan Stern
2009-12-11
1
-1
/
+1
*
USB: serial: sierra driver memory reduction
Elina Pasheva
2009-12-11
1
-12
/
+77
*
USB: serial: sierra driver autopm fixes
Elina Pasheva
2009-10-30
1
-6
/
+8
*
USB: serial: sierra driver send_setup() autopm fix
Elina Pasheva
2009-10-30
1
-10
/
+14
*
USB: serial: sierra driver version change to 1.3.8
Elina Pasheva
2009-10-09
1
-1
/
+1
*
drivers/usb/serial/sierra.c: fix CONFIG_PM=n build
Andrew Morton
2009-09-24
1
-0
/
+5
*
USB: support for autosuspend in sierra while online
Oliver Neukum
2009-09-23
1
-5
/
+152
*
tty: USB does not need the filp argument in the drivers
Alan Cox
2009-09-19
1
-2
/
+1
*
USB: serial: sierra driver id_table additions
Elina Pasheva
2009-07-12
1
-17
/
+29
*
USB: Sierra: fix oops upon device close
Alan Stern
2009-07-12
1
-3
/
+2
*
USB: usb-serial: replace shutdown with disconnect, release
Alan Stern
2009-06-15
1
-2
/
+2
*
+ drivers-usb-serial-sierrac-fix-printk-warning.patch added to -mm tree
Andrew Morton
2009-06-15
1
-1
/
+1
*
USB: serial: sierra driver sierra_calc_num_ports() fix
Elina Pasheva
2009-06-15
1
-35
/
+14
*
USB: serial: sierra driver interrupt urb resubmit fix
Elina Pasheva
2009-06-15
1
-4
/
+3
*
USB: serial: sierra driver zero length packet fix
Elina Pasheva
2009-06-15
1
-1
/
+4
*
USB: serial: sierra driver read path bug fix
Elina Pasheva
2009-06-15
1
-11
/
+17
*
USB: serial: sierra driver write path improvements
Elina Pasheva
2009-06-15
1
-17
/
+35
*
USB: serial: sierra driver debug info visibility improvement
Elina Pasheva
2009-06-15
1
-25
/
+25
*
USB: serial: sierra driver performance improvements
Elina Pasheva
2009-06-15
1
-3
/
+3
*
sierra: driver interface blacklisting
Elina Pasheva
2009-06-11
1
-3
/
+48
*
sierra: driver urb handling improvements
Elina Pasheva
2009-06-11
1
-84
/
+144
*
tty: resolve some sierra breakage
Alan Cox
2009-06-11
1
-3
/
+14
*
tty: Bring the usb tty port structure into more use
Alan Cox
2009-06-11
1
-54
/
+43
*
USB: removal of tty->low_latency hack dating back to the old serial code
Oliver Neukum
2009-04-23
1
-3
/
+0
*
USB: serial: sierra driver bug fix for composite interface
Elina Pasheva
2009-04-23
1
-4
/
+17
*
sierra: Fix formatting
Alan Cox
2009-01-02
1
-1
/
+1
*
USB: remove info() macro from usb/serial drivers
Greg Kroah-Hartman
2008-10-17
1
-1
/
+2
*
USB Serial: Sierra: debug message fix
Kevin Lloyd
2008-10-17
1
-31
/
+38
*
tty: usb-serial krefs
Alan Cox
2008-10-13
1
-7
/
+9
*
USB Serial: Sierra: Add MC8785 VID/PID
Kevin Lloyd
2008-09-23
1
-0
/
+1
[next]