aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-25TTY: 8250, revert module name changeJiri Slaby1-3448/+0
2013-03-12serial: 8250: Keep 8250.<xxxx> module options functional after driver renameJosh Boyer1-0/+29
2013-03-12tty/serial: Add support for Altera serial portLey Foon Tan1-1/+22
2013-01-30serial: ralink: adds support for the serial core found on ralink wisocJohn Crispin1-3/+3
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-0/+11
2013-01-178250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd1-0/+11
2013-01-15serial: 8250: Add support for dmaengineHeikki Krogerus1-3/+28
2013-01-15serial: 8250: Allow drivers to deliver capabilitiesHeikki Krogerus1-6/+16
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+1
2013-01-15serial: Remove RM9000 series serial driver.Ralf Baechle1-69/+1
2012-11-21tty/8250 Add XR17D15x devices to the exar_handle_irq overrideMatt Schulte1-2/+4
2012-11-21tty/8250: Add sleep capability to XR17D15X portsMatt Schulte1-3/+9
2012-11-21serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_inMatt Schulte1-3/+3
2012-11-21Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCIe UARTsMatt Schulte1-0/+71
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-24tty/serial/8250: Make omap hardware workarounds local to 8250.hTony Lindgren1-6/+3
2012-09-268250: blacklist Winbond CIR portSean Young1-2/+14
2012-09-268250_pnp: do pnp probe before legacy probeSean Young1-13/+18
2012-09-218250: fix autoconfig to work with serial consoleFlavio Leitner1-11/+14
2012-09-11serial/8250: Limit the omap workarounds to omap1Tony Lindgren1-2/+2
2012-07-128250: add support for ASIX devices with a FIFO bugAlan Cox1-2/+6
2012-07-128250: propogate the bugs fieldAlan Cox1-0/+1
2012-07-128250: use the 8250 register interface not the legacy oneAlan Cox1-47/+24
2012-06-26Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman1-1/+1
2012-06-12serial/8250: Add LPC3220 standard UART typeRoland Stigge1-0/+8
2012-06-12serial: fix kernel-doc warnings in 8250.cRandy Dunlap1-1/+1
2012-05-02serial8250: Introduce serial8250_register_8250_port()Magnus Damm1-32/+59
2012-05-02serial8250: Clean up default map and dl codeMagnus Damm1-26/+12
2012-05-02serial8250: Use dl_read()/dl_write() on RM9KMagnus Damm1-33/+29
2012-05-02serial8250: Use dl_read()/dl_write() on AlchemyMagnus Damm1-41/+26
2012-05-02serial8250: Add dl_read()/dl_write() callbacksMagnus Damm1-53/+64
2012-05-018250.c: less than 2400 baud fix.Christian Melki1-4/+5
2012-04-18serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BISudhakar Mamillapalli1-0/+10
2012-04-18Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman1-6/+6
2012-04-18tegra, serial8250: add ->handle_break() uart_port opDan Williams1-31/+3
2012-04-09serial/8250_pci: add a "force background timer" flag and use it for the "kt" serial portDan Williams1-3/+5
2012-04-09Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller"Dan Williams1-3/+1
2012-03-09serial: remove back and forth conversions in serial_out_syncPaul Gortmaker1-4/+3
2012-03-09serial: use serial_port_in/out vs serial_in/out in 8250Paul Gortmaker1-80/+80
2012-03-09serial: reduce number of indirections in 8250 codePaul Gortmaker1-155/+167
2012-03-09serial: delete useless void casts in 8250.cPaul Gortmaker1-11/+11
2012-03-09serial: make 8250's serial_in shareable to other drivers.Paul Gortmaker1-5/+0
2012-03-09serial: delete last unused traces of pausing I/O in 8250Paul Gortmaker1-158/+150
2012-02-10tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.hPaul Gortmaker1-4/+3
2012-02-10Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman1-14/+7
2012-02-03tty: fix a build failure on sparcCong Wang1-1/+1
2012-01-24serial: group all the 8250 related code togetherPaul Gortmaker1-0/+3357