index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-22
tty/8250 Add XR17D15x devices to the exar_handle_irq override
Matt Schulte
1
-2
/
+4
2012-11-22
tty/8250: Add sleep capability to XR17D15X ports
Matt Schulte
1
-3
/
+9
2012-11-22
serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_in
Matt Schulte
1
-3
/
+3
2012-11-22
Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCI...
Matt Schulte
1
-0
/
+71
2012-11-22
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-24
tty/serial/8250: Make omap hardware workarounds local to 8250.h
Tony Lindgren
1
-6
/
+3
2012-09-27
8250: blacklist Winbond CIR port
Sean Young
1
-2
/
+14
2012-09-27
8250_pnp: do pnp probe before legacy probe
Sean Young
1
-13
/
+18
2012-09-21
8250: fix autoconfig to work with serial console
Flavio Leitner
1
-11
/
+14
2012-09-11
serial/8250: Limit the omap workarounds to omap1
Tony Lindgren
1
-2
/
+2
2012-07-13
8250: add support for ASIX devices with a FIFO bug
Alan Cox
1
-2
/
+6
2012-07-13
8250: propogate the bugs field
Alan Cox
1
-0
/
+1
2012-07-13
8250: use the 8250 register interface not the legacy one
Alan Cox
1
-47
/
+24
2012-06-27
Merge 3.5-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2012-06-13
serial/8250: Add LPC3220 standard UART type
Roland Stigge
1
-0
/
+8
2012-06-13
serial: fix kernel-doc warnings in 8250.c
Randy Dunlap
1
-1
/
+1
2012-05-03
serial8250: Introduce serial8250_register_8250_port()
Magnus Damm
1
-32
/
+59
2012-05-03
serial8250: Clean up default map and dl code
Magnus Damm
1
-26
/
+12
2012-05-03
serial8250: Use dl_read()/dl_write() on RM9K
Magnus Damm
1
-33
/
+29
2012-05-03
serial8250: Use dl_read()/dl_write() on Alchemy
Magnus Damm
1
-41
/
+26
2012-05-03
serial8250: Add dl_read()/dl_write() callbacks
Magnus Damm
1
-53
/
+64
2012-05-01
8250.c: less than 2400 baud fix.
Christian Melki
1
-4
/
+5
2012-04-19
serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI
Sudhakar Mamillapalli
1
-0
/
+10
2012-04-19
Merge 3.4-rc3 into tty-next
Greg Kroah-Hartman
1
-6
/
+6
2012-04-19
tegra, serial8250: add ->handle_break() uart_port op
Dan Williams
1
-31
/
+3
2012-04-09
serial/8250_pci: add a "force background timer" flag and use it for the "kt" ...
Dan Williams
1
-3
/
+5
2012-04-09
Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller"
Dan Williams
1
-3
/
+1
2012-03-10
serial: remove back and forth conversions in serial_out_sync
Paul Gortmaker
1
-4
/
+3
2012-03-10
serial: use serial_port_in/out vs serial_in/out in 8250
Paul Gortmaker
1
-80
/
+80
2012-03-10
serial: reduce number of indirections in 8250 code
Paul Gortmaker
1
-155
/
+167
2012-03-10
serial: delete useless void casts in 8250.c
Paul Gortmaker
1
-11
/
+11
2012-03-10
serial: make 8250's serial_in shareable to other drivers.
Paul Gortmaker
1
-5
/
+0
2012-03-10
serial: delete last unused traces of pausing I/O in 8250
Paul Gortmaker
1
-158
/
+150
2012-02-10
tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.h
Paul Gortmaker
1
-4
/
+3
2012-02-10
Merge tag 'tty-3.3-rc3' tty-next
Greg Kroah-Hartman
1
-14
/
+7
2012-02-03
tty: fix a build failure on sparc
Cong Wang
1
-1
/
+1
2012-01-24
serial: group all the 8250 related code together
Paul Gortmaker
1
-0
/
+3357