index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_pci.c
Age
Commit message (
Expand
)
Author
2013-03-20
Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards
Scott Ashcroft
2013-03-20
serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...
Wang YanQing
2013-01-17
8250/16?50: Add support for Broadcom TruManage redirected serial port
Stephen Hurd
2013-01-15
tty/8250: The correct device id for this card is 0x0022
Matt Schulte
2013-01-15
tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition
Matt Schulte
2012-11-21
tty/8250 Add check for pci_ioremap_bar failure
Matt Schulte
2012-11-21
tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ...
Matt Schulte
2012-11-21
serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35...
Matt Schulte
2012-11-21
Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCI...
Matt Schulte
2012-11-21
tty: remove use of __devexit
Bill Pemberton
2012-11-21
tty: remove use of __devinitdata
Bill Pemberton
2012-11-21
tty: remove use of __devinit
Bill Pemberton
2012-11-21
tty: serial: remove use of __devexit_p
Bill Pemberton
2012-10-30
serial: 8250_pci: use module_pci_driver to simplify the code
Wei Yongjun
2012-10-24
x86: ce4100: allow second UART usage
Maxime Bizon
2012-10-01
Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2012-09-26
serial: set correct baud_base for EXSYS EX-41092 Dual 16950
Flavio Leitner
2012-09-07
make drivers with pci error handlers const
Stephen Hemminger
2012-09-05
8250_pci: Add additional WCH CHC353 devices
Alan Cox
2012-09-05
parport_serial: Add support for the WCH353 2S/1P multi-IO card
Guainluca Anzolin
2012-08-16
8250: add AgeStar AS-PRS2-009
Alan Cox
2012-07-12
8250: add support for ASIX devices with a FIFO bug
Alan Cox
2012-07-12
8250: use the 8250 register interface not the legacy one
Alan Cox
2012-06-12
8250_pci: Remove duplicate struct pciserial_board
Shawn Bohrer
2012-04-29
8250_pci: fix pch uart matching
Arnaud Patard
2012-04-18
serial/8250_pci: fix suspend/resume vs init/exit quirks
Dan Williams
2012-04-18
serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI
Sudhakar Mamillapalli
2012-04-09
serial/8250_pci: add a "force background timer" flag and use it for the "kt" ...
Dan Williams
2012-04-09
Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller"
Dan Williams
2012-04-09
Revert "serial/8250_pci: init-quirk msi support for kt serial controller"
Dan Williams
2012-01-24
serial: group all the 8250 related code together
Paul Gortmaker