index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
usb-serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-27
tty: Fix a USB serial crash/scribble
Alan Cox
1
-1
/
+18
2009-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-1
/
+2
2009-07-13
USB: console: Fix regression in usb console on kernel boot
Jason Wessel
1
-1
/
+2
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2009-06-25
usb_serial: Fix oops when unexisting usb serial device is opened.
Thadeu Lima de Souza Cascardo
1
-0
/
+3
2009-06-16
USB: usb-serial: replace shutdown with disconnect, release
Alan Stern
1
-16
/
+13
2009-06-16
USB: usb-serial: call port_probe and port_remove at the right times
Alan Stern
1
-2
/
+22
2009-06-11
tty: Bring the usb tty port structure into more use
Alan Cox
1
-44
/
+100
2009-05-29
usb-serial: fix crash when sub-driver updates firmware
Alan Stern
1
-0
/
+1
2009-04-24
USB: serial: fix lifetime and locking problems
Alan Stern
1
-36
/
+68
2009-04-01
proc tty: switch usb-serial to ->proc_fops
Alexey Dobriyan
1
-31
/
+27
2009-03-25
usb-serial: fix usb_serial_register bug when boot with nousb param
Dave Young
1
-0
/
+3
2009-03-25
USB: serial: refuse to open recently removed USB Serial devices
James Woodcock
1
-0
/
+5
2009-03-25
USB: serial: remove recourse to generic method
Oliver Neukum
1
-1
/
+0
2009-03-25
USB: serial: use generic method if no alternative is provided in usb serial l...
Oliver Neukum
1
-2
/
+5
2009-03-25
USB: serial: introduce a flag into the usb serial layer to tell drivers that ...
Oliver Neukum
1
-0
/
+4
2009-01-13
usb-serial: remove NULL check
Alan Cox
1
-3
/
+0
2009-01-02
tty: Drop the lock_kernel in the private ioctl hook
Alan Cox
1
-6
/
+1
2009-01-02
tty: USB tty devices can block in tcdrain when unplugged
Alan Cox
1
-0
/
+4
2009-01-02
tty: Fix close races in USB serial
Alan Cox
1
-5
/
+10
2008-10-30
tty: Fix USB kref leak
Alan Cox
1
-0
/
+1
2008-10-18
USB: remove use of err() in drivers/usb/serial
Greg Kroah-Hartman
1
-7
/
+12
2008-10-18
USB: remove info() macro from usb/serial drivers
Greg Kroah-Hartman
1
-3
/
+4
2008-10-13
tty: usb-serial krefs
Alan Cox
1
-9
/
+15
2008-09-24
usb-serial: Add Siemens EF81 to PL-2303 hack triggers
Andreas Bombe
1
-1
/
+3
2008-08-14
usb-serial: don't release unregistered minors
Alan Stern
1
-4
/
+3
2008-07-23
tty: rework break handling
Alan Cox
1
-1
/
+2
2008-07-23
usb-serial: Coding style
Alan Cox
1
-140
/
+164
2008-07-23
usb_serial: API all change
Alan Cox
1
-41
/
+41
2008-07-22
USB: fix usb serial pm counter decrement for disconnected interfaces
Oliver Neukum
1
-1
/
+4
2008-07-22
USB: usb-serial: fix a sparse warning about different signedness
Andre Haupt
1
-1
/
+1
2008-07-22
USB: usb dev_set_name() instead of dev->bus_id
Kay Sievers
1
-1
/
+1
2008-07-22
USB: usb dev_name() instead of dev->bus_id
Kay Sievers
1
-2
/
+2
2008-04-30
tty: The big operations rework
Alan Cox
1
-106
/
+23
2008-04-25
usb serial: more fixes and groundwork for tty changes
Alan Cox
1
-0
/
+2
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-39
/
+39
2008-04-25
USB: serial: remove endpoints setting checks from core and header
Greg Kroah-Hartman
1
-16
/
+0
2008-04-25
USB: usb-serial: Prepare for BKL push down
Alan Cox
1
-2
/
+9
2008-04-16
USB: remove broken usb-serial num_endpoints check
Greg Kroah-Hartman
1
-0
/
+2
2008-02-02
USB: stop io performed by mos7720 upon close()
Oliver Neukum
1
-14
/
+14
2008-02-02
USB: Prepare serial core for autosuspend.
Sarah Sharp
1
-2
/
+10
2008-02-02
USB: usb_serial: clean tty reference in the last close
Aristeu Rozanski
1
-2
/
+4
2007-10-25
USB: usb_serial_resume bug fix
Sarah Sharp
1
-1
/
+3
2007-10-25
usb-serial: handle NULL termios methods as "no hardware changing support"
Alan Cox
1
-0
/
+2
2007-10-13
USB: serial core should respect driver requirements
Alan Stern
1
-9
/
+22
2007-10-13
USB: fix errornous assumption in the usb serial framework revealed by iuu_pho...
Oliver Neukum
1
-0
/
+11
2007-07-31
USB: fix BUG: sleeping function called from invalid context at /home/jeremy/h...
Oliver Neukum
1
-9
/
+8
2007-07-31
USB: fix usb_serial_suspend(): buggy code
Oliver Neukum
1
-7
/
+8
2007-07-13
synchronization in usb_serial_put
Benny Halevy
1
-2
/
+2
2007-07-13
USB: suspend support for usb serial
Oliver Neukum
1
-0
/
+31
[next]