summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2014-03-06sparc: serial: Clean up the locking for -rtDavid Miller-39/+25
2014-02-13serial: 8250: Support XR17V35x fraction divisorJoe Schultz-0/+18
2014-02-13serial: sirf: fix kernel panic caused by unpaired spinlockQipan Li-1/+3
2014-02-13serial: 8250_pci: unbreak last serial ports on NetMos 9865 cardsDmitry Eremin-Solenikov-1/+2
2014-02-13serial: omap: fix rs485 probe on defered pinctrlMichael Grzeschik-1/+4
2014-02-13serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg-2/+2
2014-02-13serial: omap-serial: Move info message to probe functionMarkus Pargmann-3/+3
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-6/+3
2014-01-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-11/+79
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt-11/+79
2014-01-28Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-6/+16
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-51/+138
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-190/+170
2014-01-23tty: serial: bcm63xx_uart: use linux/serial_bcm63xx.hFlorian Fainelli-2/+1
2014-01-23tty: serial: bcm63xx_uart: drop bcm_{readl,writel} macrosFlorian Fainelli-3/+2
2014-01-23tty: serial: bcm63xx_uart: remove unused inclusionFlorian Fainelli-1/+0
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-01-22Merge branch 'fixes' into tty-nextGreg Kroah-Hartman-6/+16
2014-01-13tty/serial: at91: disable uart timer at start of shutdownMarek Roszko-12/+10
2014-01-12serial: mpc512x: setup the PSC FIFO clock as wellGerhard Sittig-6/+44
2014-01-12serial: mpc512x: adjust for OF based clock lookupGerhard Sittig-5/+35
2014-01-09Merge branch 'qcom/drivers' into next/driversOlof Johansson-1/+1
2014-01-09tty: serial: Limit msm_serial_hs driver to platforms that use itStephen Boyd-1/+1
2014-01-07serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren-0/+4
2014-01-07tty/serial: at91: reset rx_ring when port is shutdownMark Deneen-0/+6
2014-01-07tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko-1/+2
2014-01-07tty/serial: at91: Handle shutdown more safelyMarek Roszko-7/+13
2014-01-07serial: sirf: correct condition for fetching dma buffer into ttyQipan Li-2/+6
2014-01-07serial: sirf: provide pm entries of uart_opsQipan Li-3/+11
2014-01-07serial: sirf: use PM macro initialize PM functionsQipan Li-6/+11
2014-01-07serial: clps711x: Enable driver compilation with COMPILE_TESTAlexander Shiyan-20/+23
2014-01-07serial: clps711x: Add support for N_IRDA line disciplineAlexander Shiyan-8/+12
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker-9/+0
2014-01-07treewide: fix comments and printk msgsMasanari Iida-1/+1
2014-01-02Merge tag 'renesas-sh-sci3-for-v3.14' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson-50/+137
2014-01-02Merge branch 'renesas/drivers-sci2' into next/driversOlof Johansson-168/+154
2014-01-02Merge tag 'renesas-sh-sci2-for-v3.14' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson-151/+132
2013-12-29Merge tag 'renesas-sh-sci-for-v3.14' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson-17/+22
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman-2/+8
2013-12-24serial: sh-sci: Add OF supportBastian Hecht-3/+98
2013-12-24serial: sh-sci: Remove platform data mapbase and irqs fieldsLaurent Pinchart-26/+34
2013-12-24serial: sh-sci: Remove platform data scbrr_algo_id fieldLaurent Pinchart-21/+5
2013-12-24serial: sh-sci: Rework baud rate calculationLaurent Pinchart-7/+30
2013-12-24serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart-12/+14
2013-12-24serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart-67/+0
2013-12-24serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart-28/+24
2013-12-24serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart-16/+49
2013-12-24serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart-4/+0
2013-12-24serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart-1/+1
2013-12-24serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart-1/+1