summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-6/+16
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-8/+95
2014-01-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2014-01-24Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-51/+138
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-190/+170
2014-01-24Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-01-23Merge branch 'fixes' into tty-nextGreg Kroah-Hartman3-6/+16
2014-01-22s390/hvc_iucv: Automatically assign free HVC terminal devicesHendrik Brueckner1-7/+26
2014-01-22s390/hvc_iucv: Display connection details through device attributesHendrik Brueckner1-0/+68
2014-01-22s390/hvc_iucv: fix sparse warningHendrik Brueckner1-1/+1
2014-01-14audit: convert all sessionid declaration to unsigned intEric Paris1-1/+1
2014-01-14tty/serial: at91: disable uart timer at start of shutdownMarek Roszko1-12/+10
2014-01-10drivers/tty: ehv_bytechan fails to build as a moduleAnton Blanchard1-1/+1
2014-01-09Merge branch 'qcom/drivers' into next/driversOlof Johansson1-1/+1
2014-01-09tty: serial: Limit msm_serial_hs driver to platforms that use itStephen Boyd1-1/+1
2014-01-08serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren1-0/+4
2014-01-08tty/serial: at91: reset rx_ring when port is shutdownMark Deneen1-0/+6
2014-01-08tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko1-1/+2
2014-01-08tty/serial: at91: Handle shutdown more safelyMarek Roszko1-7/+13
2014-01-08serial: sirf: correct condition for fetching dma buffer into ttyQipan Li1-2/+6
2014-01-08serial: sirf: provide pm entries of uart_opsQipan Li1-3/+11
2014-01-08serial: sirf: use PM macro initialize PM functionsQipan Li1-6/+11
2014-01-08serial: clps711x: Enable driver compilation with COMPILE_TESTAlexander Shiyan2-20/+23
2014-01-08serial: clps711x: Add support for N_IRDA line disciplineAlexander Shiyan1-8/+12
2014-01-08tty: synclink: avoid sleep_on raceArnd Bergmann3-6/+6
2014-01-08tty/amiserial: avoid interruptible_sleep_onArnd Bergmann1-8/+18
2014-01-08tty: delete non-required instances of include <linux/init.h>Paul Gortmaker15-15/+0
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson1-2/+4
2014-01-02Merge tag 'renesas-sh-sci3-for-v3.14' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson1-50/+137
2014-01-02Merge branch 'renesas/drivers-sci2' into next/driversOlof Johansson2-168/+154
2014-01-02Merge tag 'renesas-sh-sci2-for-v3.14' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2-151/+132
2013-12-30Merge tag 'renesas-sh-sci-for-v3.14' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-17/+22
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson1-22/+16
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman4-6/+27
2013-12-24serial: sh-sci: Add OF supportBastian Hecht1-3/+98
2013-12-24serial: sh-sci: Remove platform data mapbase and irqs fieldsLaurent Pinchart1-26/+34
2013-12-24serial: sh-sci: Remove platform data scbrr_algo_id fieldLaurent Pinchart1-21/+5
2013-12-24serial: sh-sci: Rework baud rate calculationLaurent Pinchart1-7/+30
2013-12-24serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart1-12/+14
2013-12-24serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart1-67/+0
2013-12-24serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart2-28/+24
2013-12-24serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart1-16/+49
2013-12-24serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart1-4/+0
2013-12-24serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart1-1/+1
2013-12-24serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart1-1/+1
2013-12-24serial: sh-sci: Simplify baud rate calculation algorithmsLaurent Pinchart1-4/+4
2013-12-24serial: sh-sci: Remove baud rate calculation algorithm 5Laurent Pinchart1-2/+0
2013-12-24serial: sh-sci: Sort headers alphabeticallyLaurent Pinchart1-21/+21