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
/
tty
/
serial
/
8250
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-18
8250/16?50: Add support for Broadcom TruManage redirected serial port
Stephen Hurd
3
-0
/
+50
2013-01-16
tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler
Maxime Ripard
1
-1
/
+1
2013-01-16
tty/8250: The correct device id for this card is 0x0022
Matt Schulte
1
-1
/
+1
2013-01-16
tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition
Matt Schulte
1
-1
/
+1
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-11-22
tty/8250 Add check for pci_ioremap_bar failure
Matt Schulte
1
-0
/
+2
2012-11-22
tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ...
Matt Schulte
1
-0
/
+163
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: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35...
Matt Schulte
1
-0
/
+4
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
2
-0
/
+167
2012-11-22
tty: remove use of __devexit
Bill Pemberton
7
-13
/
+13
2012-11-22
tty: remove use of __devinitconst
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devinitdata
Bill Pemberton
2
-2
/
+2
2012-11-22
tty: remove use of __devinit
Bill Pemberton
7
-12
/
+12
2012-11-22
tty: serial: remove use of __devexit_p
Bill Pemberton
7
-31
/
+31
2012-11-16
tty/8250_early: Turn serial_in/serial_out into weak symbols.
Noam Camus
1
-21
/
+21
2012-10-31
serial: 8250_pci: use module_pci_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2012-10-28
Merge branch 'master' into for-next
Jiri Kosina
11
-297
/
+360
2012-10-25
tty: Fix typo in tty drivers
Masanari Iida
1
-1
/
+1
2012-10-24
x86: ce4100: allow second UART usage
Maxime Bizon
1
-3
/
+3
2012-10-24
tty: serial: 8250_dw: Implement suspend/resume
James Hogan
1
-0
/
+25
2012-10-24
tty/serial/8250: Make omap hardware workarounds local to 8250.h
Tony Lindgren
2
-6
/
+39
2012-10-24
serial/8250/8250_early: Prevent rounding error in uartclk
Alexey Brodkin
1
-1
/
+1
2012-10-16
serial/8250_hp300: Missing 8250 register interface conversion bits
Geert Uytterhoeven
1
-10
/
+10
2012-10-01
Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
11
-286
/
+349
2012-09-27
serial: set correct baud_base for EXSYS EX-41092 Dual 16950
Flavio Leitner
1
-2
/
+7
2012-09-27
8250: blacklist Winbond CIR port
Sean Young
2
-7
/
+29
2012-09-27
8250_pnp: do pnp probe before legacy probe
Sean Young
5
-31
/
+41
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-09-08
make drivers with pci error handlers const
Stephen Hemminger
1
-1
/
+1
2012-09-06
8250_pci: Add additional WCH CHC353 devices
Alan Cox
1
-4
/
+37
2012-09-06
parport_serial: Add support for the WCH353 2S/1P multi-IO card
Guainluca Anzolin
1
-8
/
+30
2012-09-06
serial: diminish usage of struct serial_uart_config
Paul Gortmaker
1
-3
/
+0
2012-08-16
8250: add AgeStar AS-PRS2-009
Alan Cox
1
-0
/
+8
2012-07-27
serial/8250: Add LPC3220 standard UART type
Roland Stigge
1
-0
/
+8
2012-07-17
8250: three way resolve of the 8250 diffs
Alan Cox
2
-31
/
+1
2012-07-13
8250: add support for ASIX devices with a FIFO bug
Alan Cox
3
-5
/
+28
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
8
-178
/
+155
2012-06-27
Merge 3.5-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2012-06-13
8250_pci: Remove duplicate struct pciserial_board
Shawn Bohrer
1
-9
/
+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-24
Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Linus Torvalds
3
-71
/
+0
2012-05-18
serial: delete the MCA specific 8250 support.
Paul Gortmaker
3
-71
/
+0
2012-05-10
serial8250-em: Add DT support
Magnus Damm
1
-0
/
+7
2012-05-10
serial8250-em: clk_get() IS_ERR() error handling fix
Magnus Damm
1
-1
/
+2
[next]