summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-07-22drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang
2014-07-22serial: altera_jtaguart: Fix putchar function passed to uart_console_write()Tobias Klauser
2014-07-18serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE
2014-07-18Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman
2014-07-18tty: kgdb_nmi: Automatically manage tty enableDaniel Thompson
2014-07-18serial: altera_jtaguart: Adpot uart_console_write()Tobias Klauser
2014-07-18serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi
2014-07-18serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi
2014-07-18serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi
2014-07-18serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko
2014-07-18tty: serial: fsl_lpuart: add 32-bit register interface supportJingchang Lu
2014-07-18serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu
2014-07-18serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu
2014-07-18serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu
2014-07-13Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman
2014-07-13Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds
2014-07-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-07-13clk: spear3xx: Set proper clock parent of uart1/2Thomas Gleixner
2014-07-13clk: spear3xx: Use proper control register offsetThomas Gleixner
2014-07-13Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-07-13Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson
2014-07-13drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes
2014-07-12Merge tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-07-12Merge tag 'tty-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-07-12Merge tag 'char-misc-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-07-12Merge tag 'staging-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-07-12phy: omap-usb2: Balance pm_runtime_enable() on probe failure and removeRoger Quadros
2014-07-12phy: core: Fix error path in phy_create()Roger Quadros
2014-07-12drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLESjoerd Simons
2014-07-12phy: omap-usb2: fix devm_ioremap_resource error detection codeHimangi Saraogi
2014-07-12phy: sun4i: depend on RESET_CONTROLLERMaxime Ripard
2014-07-12USB: serial: ftdi_sio: Add Infineon TriboardMichal Sojka
2014-07-12drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes
2014-07-12serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven
2014-07-12serial/arc: Fix warning with CONSOLE_POLLVineet Gupta
2014-07-12serial: altera: Adopt uart_console_write()Daniel Thompson
2014-07-12serial: efm32: correct namespacing of location propertyUwe Kleine-König
2014-07-12serial: imx: Fix build breakagePeter Hurley
2014-07-11Merge tag 'dm-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds
2014-07-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-07-11Merge tag 'pm+acpi-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-07-10serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley
2014-07-10serial: Test for no tx data on tx restartPeter Hurley
2014-07-10tty: serial: msm: Support big-endian CPUsStephen Boyd
2014-07-10serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK defineDan Carpenter
2014-07-10serial: blackfin: Fix CTS flow controlPeter Hurley
2014-07-10tty: serial: Fix termios/port flags mismatchPeter Hurley
2014-07-10tty: Call hangup method in modern stylePeter Hurley
2014-07-10char: synclink: Remove WARN_ON for bad port countPeter Hurley
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley