summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-294-130/+141
|\
| * Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman2013-04-141-7/+5
| |\
| * | serial: 8250_dw: Fix the stub for dw8250_probe_acpi()Heikki Krogerus2013-04-121-1/+1
| * | serial: 8250_dw: Convert to devm_ioremap()Heikki Krogerus2013-04-111-1/+2
| * | serial: 8250_dw: Set port capabilities based on CPR registerHeikki Krogerus2013-04-111-0/+4
| * | serial: 8250_dw: Let ACPI code extract the DMA client infoHeikki Krogerus2013-04-111-66/+9
| * | serial: 8250_dw: Support clk framework also with ACPIHeikki Krogerus2013-04-111-13/+5
| * | serial: 8250_dw: Enable runtime PMHeikki Krogerus2013-04-111-9/+52
| * | serial: 8250_dma: Provide default slave configuration parametersHeikki Krogerus2013-04-111-2/+8
| * | serial: 8250_dma: Use dmaengine helpers to get the slave channelsHeikki Krogerus2013-04-111-2/+6
| * | serial: 8250_dma: Fix RX handlingHeikki Krogerus2013-04-111-7/+16
| * | serial: 8250_dma: TX cleanupHeikki Krogerus2013-04-111-7/+4
| * | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-014-6/+38
| |\ \
| * | | serial: 8250_dw: add support for clk apiEmilio López2013-03-281-9/+24
| * | | serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctlyKarthik Manamcheri2013-03-281-7/+7
| * | | serial: 8250: remove a few lines of dead codePaul Bolle2013-03-251-7/+0
| * | | serial: 8250: Allow probe drivers to ignore tx_loadszHeikki Krogerus2013-03-251-0/+4
* | | | Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman2013-04-141-7/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "tty/8250_pnp: serial port detection regression since v3.7"Sean Young2013-04-081-7/+5
| | |/ | |/|
* | | Merge v3.9-rc5 into char-misc-nextGreg Kroah-Hartman2013-04-014-6/+38
|\ \ \ | |/ /
| * | TTY: 8250, deprecated 8250_core.* optionsJiri Slaby2013-03-252-0/+19
| * | TTY: 8250, revert module name changeJiri Slaby2013-03-252-6/+6
| * | serial: 8250_pci: Add WCH CH352 quirk to avoid Xscale detectionWang YanQing2013-03-151-0/+13
| |/
* | Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-03-263-16/+69
|\ \ | |/
| * serial: 8250: Keep 8250.<xxxx> module options functional after driver renameJosh Boyer2013-03-121-0/+29
| * tty/8250_pnp: serial port detection regression since v3.7Sean Young2013-03-121-5/+7
| * serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...Wang YanQing2013-03-121-0/+4
| * Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft2013-03-121-10/+7
| * tty/serial: Add support for Altera serial portLey Foon Tan2013-03-121-1/+22
* | drivers/tty: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-151-13/+1
|/
* serial: ralink: adds support for the serial core found on ralink wisocJohn Crispin2013-01-302-3/+11
* serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers2013-01-301-0/+33
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-254-3/+53
|\
| * 8250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd2013-01-173-0/+50
| * tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard2013-01-151-1/+1
| * tty/8250: The correct device id for this card is 0x0022Matt Schulte2013-01-151-1/+1
| * tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definitionMatt Schulte2013-01-151-1/+1
* | drivers/tty/serial/8250: use strlcpy instead of strcpyChen Gang2013-01-201-1/+1
* | serial: 8250_dw: Set maxburst sizeHeikki Krogerus2013-01-161-2/+4
* | serial: 8250_dw: Use ifdef with ACPIHeikki Krogerus2013-01-161-0/+7
* | serial: 8250_dma: TX optimisationHeikki Krogerus2013-01-161-3/+3
* | serial: 8250_dma: Switch to using tty_portHeikki Krogerus2013-01-161-4/+7
* | serial: 8250_dw: Enable DMA support with ACPIHeikki Krogerus2013-01-151-0/+65
* | serial: 8250: Add support for dmaengineHeikki Krogerus2013-01-155-3/+300
* | serial: 8250_dw: Add ACPI 5.0 supportHeikki Krogerus2013-01-152-1/+42
* | serial: 8250_dw: Set FIFO size dynamicallyHeikki Krogerus2013-01-151-4/+53
* | serial: 8250_dw: Move device tree code to separate functionHeikki Krogerus2013-01-151-31/+47
* | serial: 8250_dw: Map IO memoryHeikki Krogerus2013-01-151-2/+5
* | serial: 8250_dw: Don't use UPF_FIXED_TYPEHeikki Krogerus2013-01-151-1/+1
* | serial: 8250: Allow drivers to deliver capabilitiesHeikki Krogerus2013-01-151-6/+16
OpenPOWER on IntegriCloud