summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2014-09-09serial: amba-pl011: Use container_of() to get uart_amba_portDaniel Thompson1-18/+36
2014-09-09serial: imx: clean up imx_poll_get_char()Dirk Behme1-25/+4
2014-09-09serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()Peter Hurley1-5/+8
2014-09-09serial: 8250: Document serial8250_modem_status() lockingPeter Hurley1-0/+1
2014-09-09serial: blackfin: Fix missing gpio.hPeter Hurley1-0/+1
2014-09-09serial: sunsab: Don't enable tx if tx stoppedPeter Hurley1-1/+1
2014-09-09serial: mpc52xx: Use default serial core x_char handlerPeter Hurley1-17/+0
2014-09-09serial: Fix send_xchar() handlersPeter Hurley2-0/+6
2014-09-09serial: core: Remove unsafe x_char optimizationPeter Hurley1-6/+2
2014-09-09serial: core: Fix x_char racePeter Hurley1-4/+3
2014-09-09serial: imx: Fix x_char handling and tx flow controlPeter Hurley1-23/+16
2014-09-09serial: Style fixPeter Hurley1-2/+1
2014-09-09Revert "serial: uart: add hw flow control support configuration"Peter Hurley3-17/+5
2014-09-09tty/serial: samsung: enable usage for 64-bit Exynos platformsNaveen Krishna Chatradhi1-1/+1
2014-09-09serial: vr41xx_siu: delete double assignmentJulia Lawall1-1/+0
2014-09-09serial: Fix build failure caused by missing header filePranith Kumar1-0/+1
2014-09-09ARM: meson: serial: add MesonX SoC on-chip uart driverCarlo Caione3-0/+653
2014-09-09tty: serial: uartlite: Remove .owner field for driverMichal Simek1-1/+0
2014-09-09tty: serial: xuartps: Remove .owner field for driverMichal Simek1-1/+0
2014-09-09serial: 8250_hp300: trivial: fix symbol name in #warning messageDaniele Forsi1-1/+1
2014-09-09serial: msm_serial: Fix kgdb continueStephen Boyd1-15/+7
2014-09-09serial: clps711x: Use mctrl_gpio helpers for handling modem signalsAlexander Shiyan2-22/+11
2014-09-09serial: serial_core.c: printk replacementSudip Mukherjee1-15/+11
2014-09-09serial: altera: Make of_device_id arrays constTobias Klauser2-2/+2
2014-09-09tty: serial: msm: Fix 'void function return statements are not generally usef...Kiran Padwal1-2/+0
2014-09-09tty: serial: msm: Fix 'else is not generally useful after a break or return' ...Kiran Padwal1-2/+2
2014-09-09tty: serial: msm: Fix style warnings relating to printk()Kiran Padwal1-6/+5
2014-09-09tty: serial: msm: Fix 'Missing a blank line after declarations' warningKiran Padwal1-2/+2
2014-09-09tty: serial: msm: remove braces {} in msm_serial.cKiran Padwal1-3/+2
2014-09-09serial: Add support for Fintek F81216A LPC to 4 UARTRicardo Ribalda Delgado3-0/+259
2014-09-09serial/8250: Add support for RS485 IOCTLsRicardo Ribalda Delgado1-0/+39
2014-09-09jsm: add support for additional Neo cardsBill Pemberton2-4/+44
2014-08-27module: make it possible to have unsafe, tainting module paramsJani Nikula1-1/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-6/+6
2014-08-11Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely2-6/+6
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-4/+0
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+9
2014-08-05sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze1-0/+9
2014-08-02pch_uart: don't hardcode PCI slot to get DMA deviceAndy Shevchenko1-3/+4
2014-07-27serial: sc16is7xx: Correct initialization of s->clkJon Ringle1-5/+4
2014-07-27serial: 8250_dw: Add support for deferred probingChen-Yu Tsai1-7/+34
2014-07-27serial: 8250_dw: Add optional reset control supportChen-Yu Tsai1-0/+9
2014-07-27serial: st-asc: Fix overflow in baudrate calculationMaxime COQUELIN1-5/+5
2014-07-27serial: st-asc: Don't call BUG in asc_console_setup()Maxime COQUELIN1-1/+2
2014-07-24tty: serial: msm: Make of_device_id array constKiran Padwal1-1/+1
2014-07-24serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE1-1/+1
2014-07-23drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang1-4/+4
2014-07-23serial: altera_jtaguart: Fix putchar function passed to uart_console_write()Tobias Klauser1-4/+2
2014-07-18serial: samsung: Remove support for legacy clock codeTomasz Figa1-4/+0
2014-07-18serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE2-15/+160