aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2014-07-10serial: lpc32xx uart module can't do consoleArnd Bergmann1-1/+1
2014-07-10serial: pxa: fix build with !SERIAL_PXA_CONSOLEArnd Bergmann1-1/+1
2014-07-10serial/arc: Enable DT based earlyconVineet Gupta1-0/+1
2014-07-10serial/arc: inline the probe helperVineet Gupta1-50/+40
2014-07-10serial/arc: remove last remanants of platform dataVineet Gupta1-16/+6
2014-07-10serial/arc: remove earlyprintk support and switch to earlyconVineet Gupta1-75/+12
2014-07-10serial/arc: Use generic earlycon infrastructureVineet Gupta2-0/+31
2014-07-10serial/arc: Remove the workaround for legacy ISSVineet Gupta1-14/+0
2014-07-10serial/arc: Refactor by referencing to uart_port where possibleVineet Gupta1-86/+69
2014-07-10serial/arc: use uart_console_write() helperVineet Gupta1-14/+4
2014-07-10serial: 8250_dw: add ability to handle the peripheral clockHeiko Stübner1-3/+28
2014-07-10serial: 8250_dw: use UPF_* constants when define flagsAndy Shevchenko1-1/+1
2014-07-10serial: 8250_dw: clock rate handling for all ACPI platformsHeikki Krogerus1-75/+28
2014-07-10serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam1-2/+2
2014-07-09tty: serial: msm_serial.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-07-09serial: sirf: transfer more bytes once to decrease interruptsQipan Li2-2/+3
2014-07-09tty: serial: men_z135_uart: Wakeup UART after transmittingJohannes Thumshirn1-3/+3
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan40-239/+0
2014-07-09serial: core: Make enable_ms() optionalAlexander Shiyan1-6/+11
2014-07-09serial: samsung: no more support for S5PC100 SoCKukjin Kim1-2/+1
2014-07-09serial: samsung: no more support for S5P6440 and S5P6450 SoCsKukjin Kim2-2/+0
2014-07-09serial: samsung: Consider DT alias when probing portsTomasz Figa1-3/+10
2014-07-09serial: amba-pl010: Use devres APIsTushar Behera1-32/+16
2014-07-09serial: amba-pl011: Remove redundant labelTushar Behera1-20/+10
2014-07-09serial: samsung: Remove redundant labelTushar Behera1-4/+1
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely1-6/+3
2014-06-26of: Enable console on serial ports specified by /chosen/stdout-pathGrant Likely1-0/+3
2014-06-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-06-19tty/serial: fix 8250 early console option passing to regular consoleRob Herring2-2/+5
2014-06-19serial: Fix IGNBRK handlingPeter Hurley34-32/+44
2014-06-18tty: serial: msm: Fix section mismatch warningKumar Gala1-1/+1
2014-06-17serial: samsung: Fix build errorSachin Kamat1-1/+1
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+29
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds35-1000/+3720
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-51/+2
2014-05-30Merge tag 'qcom-drivers-for-3.16-2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-51/+2
2014-05-29Revert "serial: imx: remove the DMA wait queue"Greg Kroah-Hartman1-14/+28
2014-05-29serial: kgdb_nmi: Improve console integration with KDB I/ODaniel Thompson1-3/+13
2014-05-29serial: kgdb_nmi: Switch from tasklets to real timersDaniel Thompson1-21/+9
2014-05-29serial: kgdb_nmi: Use container_of() to locate private dataDaniel Thompson1-8/+5
2014-05-29serial: cpm_uart: No LF conversion in put_poll_char()Daniel Thompson1-4/+4
2014-05-29serial: sirf: Fix compilation failureDaniel Thompson1-1/+1
2014-05-29tty: serial: msm: Remove direct access to GSBIAndy Gross2-51/+2
2014-05-28printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers1-0/+1
2014-05-28serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus1-5/+12
2014-05-28serial: uart: add hw flow control support configurationMurali Karicheri3-5/+17
2014-05-28tty/serial: at91: add interrupts for modem control linesRichard Genoud1-3/+122
2014-05-28tty/serial: at91: use mctrl_gpio helpersRichard Genoud2-35/+71