Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f2a3c7f5c8e3c1356dbbce1e9ac2e7f4d5365ba9
/
drivers
/
serial
/
8250.c
b4c502a
8250: enable rate reporting via termios
by Alan Cox
· 17 years ago
6f803cd
serial8250: coding style
by Alan Cox
· 17 years ago
3e8d4e2
serial: Coding style
by Alan Cox
· 17 years ago
74a19741
8250.c: support specifying DW APB UARTs in device platform_data
by Will Newton
· 17 years ago
ad4c2aa
Serial 8250: handle saving the clear-on-read bits from the LSR and MSR
by Corey Minyard
· 17 years ago
b6b1d87
serial: fix 8250 early console setup
by Daniel Ritz
· 17 years ago
4f640ef
Use resource_size_t for serial port IO addresses
by Josh Boyer
· 17 years ago
18a8bd9
serial: convert early_uart to earlycon for 8250
by Yinghai Lu
· 17 years ago
b5b82df
NS16550A: Restore HS settings in EXCR2 on resume
by David Woodhouse
· 17 years ago
fef92c3
8250: Remove commented out irq cruft
by Josh Boyer
· 18 years ago
bd71c18
RM9000 serial driver
by Thomas Koeller
· 18 years ago
beab697
serial driver PMC MSP71xx
by Marc St-Jean
· 18 years ago
4bf3631
8250: fix possible deadlock between serial8250_handle_port() and serial8250_interrupt()
by Jiri Kosina
· 18 years ago
fdc30b3
Fix possible NULL pointer access in 8250 serial driver
by Taku Izumi
· 18 years ago
cc79aa9
[PATCH] 8250: Fix GCC4 signed/unsigned mismatch warning
by Thomas Koeller
· 18 years ago
40b36da
[PATCH] 8250 UART backup timer
by Alex Williamson
· 18 years ago
4821200
[PATCH] Perle multimodem card (PCI-RAS) detection
by Thomas Hoehn
· 18 years ago
118c0ac
[PATCH] x86-64: modpost add more symbols to whitelist pattern2
by Vivek Goyal
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
6f3a28f
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
by Linus Torvalds
· 18 years ago
e480af0
[SERIAL] tickle NMI watchdog on serial output.
by Dave Jones
· 18 years ago
255341c
[SERIAL] OMAP1510 serial fix for 115200 baud
by Jonathan McDowell
· 18 years ago
a4b7757
[SERIAL] suspend/resume handlers don't have level arg anymore
by Sergei Shtylyov
· 18 years ago
0b30d66
[SERIAL] 8250 resourse management fixes
by Sergei Shtylyov
· 18 years ago
9e84b60
[POWERPC] UPIO_TSI cleanup
by Al Viro
· 18 years ago
68aa2c0
[SERIAL] 8250: sysrq deadlock fix
by Andrew Morton
· 18 years ago
3be91ec
[SERIAL] 8250: add tsi108 serial support
by Zang Roy-r61911
· 18 years ago
40663cc
[PATCH] irq-flags: serial: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
aa4148c
[PATCH] devfs: Remove devfs support from the serial subsystem
by Greg Kroah-Hartman
· 19 years ago
d8a5a8d
[SERIAL] 8250: add locking to console write function
by Russell King
· 19 years ago
a88d75b
[SERIAL] Remove unconditional enable of TX irq for console
by Russell King
· 19 years ago
b32b19b
[SERIAL] 8250: set divisor register correctly for AMD Alchemy SoC uart
by Jon Anders Haugum
· 19 years ago
85835f4
[SERIAL] AMD Alchemy UART: claim memory range
by Sergei Shtylyov
· 19 years ago
7f927fc
[PATCH] Typo fixes
by Alexey Dobriyan
· 19 years ago
d358788
[SERIAL] kernel console should send CRLF not LFCR
by Russell King
· 19 years ago
d856c66
[SERIAL] Add comment about early_serial_setup()
by Russell King
· 19 years ago
dc7bf13
[SERIAL] Fix typo in comment
by Ralf Baechle
· 19 years ago
f5968b3
[SERIAL] 8250 serial console update uart_8250_port ier
by Kumar Gala
· 19 years ago
ca74080
[SERIAL] Remove UPF_AUTOPROBE and UPF_BOOT_ONLYMCA
by Russell King
· 19 years ago
f91a371
[SERIAL] 8250 serial console fixes
by Alan Cox
· 19 years ago
bc965a7
[SERIAL] Fix serial8250 driver initialisation ordering
by Russell King
· 19 years ago
7493a31
[SERIAL] serial8250: convert to the new platform device interface
by Dmitry Torokhov
· 19 years ago
f392ecf
[SERIAL] turn serial semaphores into mutexes
by Arjan van de Ven
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
a61c2d7
[SERIAL] Make the number of UARTs registered configurable.
by Dave Jones
· 19 years ago
ea8874d
[SERIAL] Remove _INLINE_
by Russell King
· 19 years ago
45e2460
[SERIAL] Move interrupt-time spinlocking inside serial8250_handle_port()
by Russell King
· 19 years ago
50aec3b5
[SERIAL] Use uart_match_port() to find a matching port in find_port()
by Russell King
· 19 years ago
2af7cd6
[Serial] Don't miss modem status changes
by Russell King
· 19 years ago
cb3592b
[SERIAL] mark several serial tables const
by Arjan van de Ven
· 19 years ago
5c8c755
[SERIAL] don't disable xscale serial ports after autoconfig
by Lennert Buytenhek
· 19 years ago
3ae5eae
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
by Russell King
· 19 years ago
78512ec
[PATCH] serial console: touch NMI watchdog
by Andrew Morton
· 19 years ago
21c614a
[SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.
by Pantelis Antoniou
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
9480e30
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
by Russell King
· 19 years ago
6f0d618
[SERIAL] Spelling fix in 8250.c
by Russell King
· 19 years ago
6df29de
[SERIAL] Use an enum for serial8250 platform device IDs
by Russell King
· 19 years ago
0f302dc
[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions
by Sascha Hauer
· 19 years ago
b129a8c
[SERIAL] Clean up and fix tty transmission start/stoping
by Russell King
· 19 years ago
44454bc
[PATCH] Serial: Fix small CONFIG_SERIAL_8250_NR_UARTS
by Russell King
· 19 years ago
026d02a
[PATCH] Serial: Split 8250 port table (part 2)
by Russell King
· 19 years ago
e763b90
[PATCH] Serial: Disable OX950 transmitter for flow control
by Russell King
· 19 years ago
c5f4644
[PATCH] Serial: Adjust serial locking
by Russell King
· 19 years ago
ec9f47c
[PATCH] Serial: Split 8250 port table
by Russell King
· 19 years ago
0a8b80c5
[PATCH] Serial: Eliminate magic numbers
by Russell King
· 19 years ago
67f7654
[PATCH] Serial: Bugs are not capabilities
by Russell King
· 19 years ago
55d3b28
[PATCH] Serial: Mobility's 16550A ports need a helping hand
by Russell King
· 19 years ago
4ba5e35
[PATCH] Serial: Convert 8250 revision-based bug fixes to bug bitmask
by Russell King
· 19 years ago
857dde2
When we detect that a 16550 was in fact part of a NatSemi SuperIO chip
by David Woodhouse
· 19 years ago
05ab301
[PATCH] Serial: Add uart_insert_char()
by Russell King
· 20 years ago
408b664
[PATCH] make lots of things static
by Adrian Bunk
· 20 years ago
23907eb
[PATCH] serial: fix comments in 8250.c
by Russell King
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago