summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-05-178-33/+60
|\
| * pty: Fix input race when closingPeter Hurley2015-05-104-22/+50
| * tty/n_gsm.c: fix a memory leak when gsmtty is removedPan Xinhui2015-05-101-3/+2Star
| * Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"Dave Martin2015-05-091-1/+4
| * serial: omap: Fix error handling in probeSemen Protsenko2015-05-081-0/+2
| * earlycon: Revert log warningsPeter Hurley2015-05-081-7/+2Star
* | Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-05-071-1/+17
|\ \ | |/ |/|
| * xen/console: Update console event channel on resumeBoris Ostrovsky2015-05-051-1/+17
* | serial: 8250_pci: Add support for 16 port Exar boardsSoeren Grunewald2015-04-281-2/+23
* | serial: samsung: fix serial console breakRobert Baldyga2015-04-281-2/+3
* | tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches2015-04-281-0/+2
* | serial: of-serial: Remove device_type = "serial" registrationMichal Simek2015-04-281-1/+0Star
* | serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek2015-04-282-11/+12
* | serial: core: Fix kernel-doc build warningsPeter Hurley2015-04-281-1/+1
* | tty: Re-add external interface for tty_set_termios()Frederic Danis2015-04-281-1/+2
|/
* Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-04-243-1/+27
|\
| * serial: of_serial: Support big-endian register accessesKevin Cernekee2015-04-151-1/+2
| * serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee2015-04-152-0/+25
* | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-2152-4438/+1442Star
|\ \
| * | n_gsm: Drop unneeded cast on netdev_privJulia Lawall2015-04-101-5/+5
| * | sc16is7xx: expose RTS inversion in RS-485 modeJakub Kicinski2015-04-101-9/+25
| * | serial: 8250_pci: port failed after wakeup from S3Peter Hung2015-04-101-64/+50Star
| * | earlycon: 8250: Document kernel command line optionsPeter Hurley2015-04-101-2/+3
| * | earlycon: 8250: Fix command line regressionPeter Hurley2015-04-102-26/+24Star
| * | Merge 4.0-rc7 into tty-nextGreg Kroah-Hartman2015-04-072-0/+6
| |\ \
| * | | tty: clean up the tty time logic a bitGreg Kroah-Hartman2015-03-261-2/+8
| * | | serial: 8250_dw: only get the clock rate in one placeHeikki Krogerus2015-03-261-17/+13Star
| * | | serial: 8250_dw: remove useless ACPI ID checkHeikki Krogerus2015-03-261-5/+0Star
| * | | serial: 8250_pci: add Intel Tangier supportAndy Shevchenko2015-03-261-0/+49
| * | | serial: 8250_pci: replace switch-case by formula for Intel MIDAndy Shevchenko2015-03-261-44/+34Star
| * | | serial: 8250_pci: replace switch-case by formulaAndy Shevchenko2015-03-262-31/+10Star
| * | | tty: cpm_uart: replace CONFIG_8xx by CONFIG_CPM1Christophe Leroy2015-03-263-3/+3
| * | | serial: jsm: some off by one bugsDan Carpenter2015-03-262-4/+4
| * | | serial: xuartps: Fix check in console_setup().Thomas Betker2015-03-261-1/+1
| * | | serial: xuartps: Get rid of register access macros.Thomas Betker2015-03-261-112/+118
| * | | serial: xuartps: Fix iobase use.Thomas Betker2015-03-261-1/+0Star
| * | | serial: xuartps: Fix cdns_uart_port[] definition.Thomas Betker2015-03-261-1/+1
| * | | serial: xuartps: Fix register space size.Thomas Betker2015-03-261-1/+1
| * | | serial: of: set port iomem size from devicetreeMans Rullgard2015-03-261-0/+1
| * | | serial: 8250: allow specifying iomem size in addition to addressMans Rullgard2015-03-261-0/+4
| * | | serial: 8250_dw: add support for AMD SOC CarrizoKen Xue2015-03-261-0/+1
| * | | tty: constify of_device_id arrayFabian Frederick2015-03-2614-15/+15
| * | | tty/hvc_opal: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
| * | | serial: sh-sci: Update calculation of timeout for DMANobuhiro Iwamatsu2015-03-261-9/+31
| * | | serial: sh-sci: Add overrun handling of SCIFA and SCIFBNobuhiro Iwamatsu2015-03-261-12/+36
| * | | sc16is7xx: enable the clockJakub Kicinski2015-03-261-0/+1
| * | | sc16is7xx: don't wipe out port configuration on shutdownJakub Kicinski2015-03-261-3/+5
| * | | sc16is7xx: remove ports on probe error pathJakub Kicinski2015-03-261-0/+3
| * | | tty/serial: omap: fix !wakeirq messageDoug Kehn2015-03-261-5/+5
| * | | tty: serial: Remove orphaned serial driverStephen Boyd2015-03-263-1887/+0Star