summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2015-01-09serial: samsung: Add the support for Exynos5433 SoCChanwoo Choi-20/+36
2015-01-09tty: Add support for the WCH384 4S multi-IO cardSergej Pupykin-3/+26
2015-01-02serial: fix parisc boot hangJames Bottomley-1/+3
2014-12-19tty: 8250_omap: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-7/+7
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-45/+0
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1024/+4092
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-3/+9
2014-12-13tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-9/+6
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-12-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2014-12-06Merge 3.18-rc7 into tty-nextGreg Kroah-Hartman-1/+0
2014-12-02serial: mctrl_gpio: use gpiod_set_array functionRojhalat Ibrahim-3/+9
2014-11-26serial: pxa: hold port.lock when reporting modem line changesDmitry Eremin-Solenikov-0/+3
2014-11-25serial: of-serial: add PM suspend/resume supportJingchang Lu-0/+66
2014-11-25Revert "serial: of-serial: add PM suspend/resume support"Greg Kroah-Hartman-27/+0
2014-11-25Revert "serial: of-serial: fix up PM ops on no_console_suspend and port type"Greg Kroah-Hartman-46/+7
2014-11-25serial: 8250: don't attempt a trylock if in sysrqRabin Vincent-1/+3
2014-11-25serial: core: Add big-endian iotypeKevin Cernekee-0/+2
2014-11-25serial: samsung: use port->fifosize instead of hardcoded valuesRobert Baldyga-2/+2
2014-11-25serial: samsung: prefer to use fifosize from driver dataRobert Baldyga-5/+4
2014-11-25serial: samsung: fix style problemsRobert Baldyga-18/+28
2014-11-25serial: samsung: wait for transfer completion before clock disableRobert Baldyga-0/+4
2014-11-25serial: icom: fix error return codeJulia Lawall-1/+3
2014-11-25serial: tegra: clean up tty-flag assignmentsJohan Hovold-3/+3
2014-11-25serial: Fix io address assign flow with Fintek PCI-to-UART ProductPeter Hung-15/+46
2014-11-25serial: mxs-auart: fix tx_empty against shift registerJanusz Uzycki-3/+4
2014-11-25serial: mxs-auart: fix gpio change detection on interruptJanusz Uzycki-1/+2
2014-11-25serial: mxs-auart: Fix mxs_auart_set_ldisc()Fabio Estevam-2/+3
2014-11-25serial: 8250_dw: Use 64-bit access for OCTEON.David Daney-14/+41
2014-11-25serial: imx: Fix warning when building 'allmodconfig'Fabio Estevam-1/+1
2014-11-25tty: serial: omap_serial: line is unsigned, don't check < 0Sebastian Andrzej Siewior-5/+5
2014-11-25tty: serial: 8250: omap: line is unsigned, don't check < 0Sebastian Andrzej Siewior-7/+8
2014-11-25tty: serial: men_z135_uart: Add terminating entry for men_z135_idsAxel Lin-0/+1
2014-11-25serial: sirf: add a new uart type supportQipan Li-7/+31
2014-11-25tty: pr_warning->pr_warn and logging neateningJoe Perches-18/+16
2014-11-25serial: jsm: Fix unnecessary space before function ptr argumentsKonrad Zapalowicz-15/+15
2014-11-25serial: jsm: Replace magic value with the proper defineKonrad Zapalowicz-1/+1
2014-11-25serial: jsm: Fix the alignment of the switch satementKonrad Zapalowicz-12/+12
2014-11-25serial: jsm: Remove unnecessary if statementKonrad Zapalowicz-6/+0
2014-11-25serial: jsm: Remove unnecessary parameter from clear_break()Konrad Zapalowicz-4/+4
2014-11-25serial: sh-sci: Change checking for error rate of HSCIFNobuhiro Iwamatsu-4/+1
2014-11-25Revert "serial: of-serial: add PM suspend/resume support"Greg Kroah-Hartman-27/+0
2014-11-24tty: serial: msm_serial: Don't require DT aliasesStephen Boyd-3/+3
2014-11-22serial: samsung: Fix serial config dependencies for exynos7Pankaj Dubey-2/+2
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida-1/+1
2014-11-11Revert "serial: of-serial: fetch line number from DT"Greg Kroah-Hartman-4/+0
2014-11-10Merge 3.18-rc4 into tty-next.Greg Kroah-Hartman-1/+1
2014-11-07serial: pl011: Add device tree support for RX DMA pollingAndrew Jackson-3/+19
2014-11-07serial: pl011: Don't enable RX DMA if residue processing not supportedAndrew Jackson-0/+15