Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
cf7d8a5550779486524f775c8cf4be9b91365d23
/
drivers
/
tty
/
serial
/
8250
/
8250.c
bc02d15
serial/8250_pci: add a "force background timer" flag and use it for the "kt" serial port
by Dan Williams
· 13 years ago
49b532f
Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller"
by Dan Williams
· 13 years ago
55e4016
serial: remove back and forth conversions in serial_out_sync
by Paul Gortmaker
· 13 years ago
4fd996a
serial: use serial_port_in/out vs serial_in/out in 8250
by Paul Gortmaker
· 13 years ago
dfe4244
serial: reduce number of indirections in 8250 code
by Paul Gortmaker
· 13 years ago
0d263a2
serial: delete useless void casts in 8250.c
by Paul Gortmaker
· 13 years ago
3f0ab32
serial: make 8250's serial_in shareable to other drivers.
by Paul Gortmaker
· 13 years ago
0acf519
serial: delete last unused traces of pausing I/O in 8250
by Paul Gortmaker
· 13 years ago
6816383
tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.h
by Paul Gortmaker
· 13 years ago
5a22e30
Merge tag 'tty-3.3-rc3' tty-next
by Greg Kroah-Hartman
· 13 years ago
e7c9bba
tty: fix a build failure on sparc
by Cong Wang
· 13 years ago
9bef3d4
serial: group all the 8250 related code together
by Paul Gortmaker
· 13 years ago
[Renamed from drivers/tty/serial/8250.c]
86b2119
serial: manually inline serial8250_handle_port
by Paul Gortmaker
· 13 years ago
a043147
serial: make 8250 timeout use the specified IRQ handler
by Paul Gortmaker
· 13 years ago
3986fb2
serial: export the key functions for an 8250 IRQ handler
by Paul Gortmaker
· 13 years ago
0690f41
serial: clean up parameter passing for 8250 Rx IRQ handling
by Paul Gortmaker
· 13 years ago
850624c
serial: move struct uart_8250_port from 8250.c to 8250.h
by Paul Gortmaker
· 13 years ago
7d73aaf
serial: 8250: replace hardcoded 0xbf with #define
by Wolfram Sang
· 13 years ago
448ac15
serial/8250_pci: setup-quirk workaround for the kt serial controller
by Dan Williams
· 13 years ago
1197ab2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
efb8d21
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
7808a4c
8250: ratelimit LSR safety check engaged warning.
by Konrad Rzeszutek Wilk
· 13 years ago
0631534
serial: Support the EFR-register of XR1715x uarts.
by Søren Holm
· 13 years ago
7df5659
serial/8250: Move UPIO_TSI to powerpc
by Arnd Bergmann
· 14 years ago
c7a1bdc
tty: 8250: export serial8250_handle_irq
by Jamie Iles
· 13 years ago
4834d02
tty: serial8250: remove UPIO_DWAPB{,32}
by Jamie Iles
· 13 years ago
583d28e
tty: serial8250: allow platforms to override irq handler
by Jamie Iles
· 13 years ago
dbb3b1c
8250: Fix race condition in serial8250_backup_timeout().
by Al Cooper
· 13 years ago
d5ef642
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 years ago
5568181
tty/serial: Fix XSCALE serial ports, e.g. ce4100
by Stephen Warren
· 14 years ago
e7328ae
serial: 8250, increase PASS_LIMIT
by Jiri Slaby
· 14 years ago
cb01ece
8250: Fix capabilities when changing the port type
by leitao@linux.vnet.ibm.com
· 14 years ago
5f873ba
tty/serial: Fix break handling for PORT_TEGRA
by Stephen Warren
· 14 years ago
4539c24
tty/serial: Add explicit PORT_TEGRA type
by Stephen Warren
· 14 years ago
99edb3d
tty: remove invalid location line in file header
by Jovi Zhang
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
0d0389e
serial: change the divisor latch only when prescalar actually changed
by Yin Kangkai
· 14 years ago
95926d2
serial: also set the uartclk value in resume after goes to highspeed
by Yin Kangkai
· 14 years ago
d0694e2
serial: unbreak billionton CF card
by Pavel Machek
· 14 years ago
ab4382d
tty: move drivers/serial/ to drivers/tty/serial/
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/serial/8250.c]
56b85f3
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
e4f05af
8250: fix uninitialized FIFOs
by Ondrej Puzman
· 14 years ago
a3ae0fc
8250: add a UPIO_DWAPB32 for 32 bit accesses
by Jamie Iles
· 14 years ago
49d5741
8250: use container_of() instead of casting
by Jamie Iles
· 14 years ago
67b738e
Merge branch 'devel-omap-irq' into omap-for-linus
by Tony Lindgren
· 14 years ago
662b083a
omap: Serial: Define register access modes in LCR
by Andrei Emeltchenko
· 14 years ago
a80c49d
serial8250: Mark console as CON_ANYTIME
by Peter Zijlstra
· 14 years ago
f8b372a
Revert "8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hang"
by Ingo Molnar
· 14 years ago
47d3904
8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hang
by Lawrence Rust
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
cd3ecad
serial8250: ratelimit "too much work" error
by Daniel Drake
· 14 years ago
af7f374
serial: abstraction for 8250 legacy ports
by Alan Cox
· 14 years ago
c161afe
8250: allow platforms to override PM hook.
by Manuel Lauss
· 14 years ago
5438106
serial: Factor out uart_poll_timeout() from 8250 driver
by Anton Vorontsov
· 14 years ago
97d303b
serial: 8250: Don't delay after transmitter is ready.
by David Daney
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
235dae5
U6715 16550A serial driver support
by Philippe Langlais
· 14 years ago
a0821df
8250: fix set_ldisc operation
by Arnd Bergmann
· 15 years ago
7a56aa4
serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definition
by Yegor Yefremov
· 15 years ago
12bf3f2
SERIAL: 8250: Remove SERIAL_8250_AU1X00
by Manuel Lauss
· 14 years ago
f5316b4
kgdb,8250,pl011: Return immediately from console poll
by Jason Wessel
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
dc77f16
serial 8250: enable PPS support
by Rodolfo Giometti
· 15 years ago
b5d228c
serial: copy UART properties of UPF_FIXED_TYPE ports provisioned using early_serial_setup
by Shmulik Ladkani
· 15 years ago
b2b13cd
SERIAL 8250: Fixes for Alchemy UARTs.
by Manuel Lauss
· 15 years ago
bca4761
serial: 8250: add serial transmitter fully empty test
by Dick Hollenbeck
· 15 years ago
68cb4f8
Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
by Ian Jackson
· 15 years ago
4c0ebb8
serial, 8250: calculate irqflags bitmask before loop
by André Goddard Rosa
· 15 years ago
80647b9
serial: fix printk format specifiers for struct uart_port::iobase
by Lennert Buytenhek
· 15 years ago
d41a4b5
serial: add parameter to force skipping the test for the TXEN bug
by Chuck Ebbert
· 15 years ago
bdc04e3
serial: move delta_msr_wait into the tty_port
by Alan Cox
· 15 years ago
ebd2c8f
serial: kill off uart_info
by Alan Cox
· 15 years ago
24d481e
8250: Now honours baud rate lower bounds
by Anton Vorontsov
· 15 years ago
1c2f049
serial: 8250: add IRQ trigger support
by Vikram Pandita
· 15 years ago
08e0992
serial: add support for the TI AR7 internal UART
by Florian Fainelli
· 16 years ago
b8e7e40
8250: Fix oops from setserial
by Alan Cox
· 16 years ago
b6adea3
8250: fix boot hang with serial console when using with Serial Over Lan port
by Mauro Carvalho Chehab
· 16 years ago
125c97d
fix early_serial_setup() regression
by Helge Deller
· 16 years ago
f1fb9bb
trivial: Add a space (and a comma) to a printk in 8250 driver
by Paul Bolle
· 16 years ago
6b06f19
Serial: UART driver changes for Cavium OCTEON.
by David Daney
· 16 years ago
8e23fcc
Serial: Allow port type to be specified when calling serial8250_register_port.
by David Daney
· 16 years ago
7d6a07d
8250: Serial driver changes to support future Cavium OCTEON serial patches.
by David Daney
· 16 years ago
b430428
8250: Don't clobber spinlocks.
by David Daney
· 16 years ago
9301975
Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
8ef5090
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 16 years ago
a62c413
drivers/serial: use nr_irqs
by Yinghai Lu
· 16 years ago
25db8ad
serial, 8250: remove NR_IRQ usage
by Alan Cox
· 16 years ago
2502991
Merge branch 'fixes' into for-linus
by Russell King
· 16 years ago
4aba41ea
8250: Fix lock warning (and possible crash)
by Alan Cox
· 16 years ago
8440838
serial: fix device name reporting when minor space is shared between drivers
by David S. Miller
· 16 years ago
b70ac77
serial: allow 8250 to be used on sparc
by David Miller
· 16 years ago
b5d674a
8250: remove a few inlines of dubious value
by Will Newton
· 16 years ago
f2eda27
[SERIAL] 8250: serial8250_port_size() - omap ports are larger
by Russell King
· 16 years ago
5668545
[ARM] omap: improve is_omap_port()
by Russell King
· 16 years ago
363f66f
8250: improve workaround for UARTs that don't re-assert THRE correctly
by Will Newton
· 16 years ago
c389d27
8250.c: port.lock is irq-safe
by Borislav Petkov
· 16 years ago
7500b1f
8250: fix break handling for Intel 82571
by Aristeu Rozanski
· 16 years ago
768aec0
serial: 8250: fix shared interrupts issues with SMP and RT kernels
by Anton Vorontsov
· 16 years ago
df4f4dd
serial: use tty_port
by Alan Cox
· 16 years ago
d87a6d9
drivers/serial/: remove CVS keywords
by Adrian Bunk
· 16 years ago
Next »