aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2016-08-31serial: pch_uart: Add support for reading clock-frequency from DTZubair Lutfullah Kakakhel2-1/+6
2016-08-31serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang1-1/+1
2016-08-31serial: vt8500_serial: Fix a parameter of find_first_zero_bit.Christophe JAILLET1-4/+4
2016-08-31tty: serial_core: convert uart_close to use tty_port_closeRob Herring1-37/+19
2016-08-31tty: serial_core: convert uart_open to use tty_port_openRob Herring1-47/+23
2016-08-31serial: samsung: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2-2/+2
2016-08-31tty/serial: atmel: add fractional baud rate supportLudovic Desroches1-8/+33
2016-08-31Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko5-68/+15
2016-08-31tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-IDShawn Guo1-1/+6
2016-08-31tty: amba-pl011: add .get_fifosize for ZTE deviceShawn Guo1-1/+6
2016-08-31tty: amba-pl011: define flag register bits for ZTE deviceShawn Guo1-10/+35
2016-08-188250/fintek: rename IRQ_MODE macroArnd Bergmann1-2/+2
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-2/+2
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2016-07-27sparc: serial: sunhv: fix a double lock bugDan Carpenter1-6/+0
2016-07-06serial: clps711x: Changing the compatibility string to match with the smalles...Alexander Shiyan1-1/+1
2016-06-26tty/serial: atmel: enforce tasklet init and termination sequencesNicolas Ferre1-23/+38
2016-06-26serial: sh-sci: Stop transfers in sci_shutdown()Geert Uytterhoeven1-0/+4
2016-06-25serial: 8250_ingenic: drop #if conditional surrounding earlycon codeMasahiro Yamada2-3/+1
2016-06-25serial: 8250_mtk: drop !defined(MODULE) conditionalMasahiro Yamada1-1/+1
2016-06-25serial: 8250_uniphier: drop !defined(MODULE) conditionalMasahiro Yamada1-1/+1
2016-06-25tty/serial/8250: use mctrl_gpio helpersYegor Yefremov5-15/+68
2016-06-25serial: mctrl_gpio: enable API usage only for initialized mctrl_gpios structYegor Yefremov1-0/+18
2016-06-25serial: mctrl_gpio: add modem control read routineYegor Yefremov2-1/+32
2016-06-25tty/serial/8250: make UART_MCR register access consistentYegor Yefremov3-26/+35
2016-06-25serial: 8250_mid: Read RX buffer on RX DMA timeout for DNVChuah, Kim Tatt1-2/+4
2016-06-25serial: 8250_dma: Export serial8250_rx_dma_flush()Chuah, Kim Tatt1-0/+1
2016-06-25dmaengine: hsu: Export hsu_dma_get_status()Chuah, Kim Tatt1-5/+17
2016-06-25tty: serial: 8250: add CON_CONSDEV to flagsMatthew Leach1-1/+1
2016-06-25tty: serial: samsung: add byte-order aware bit functionsMatthew Leach2-9/+35
2016-06-25tty: serial: samsung: fixup accessors for endianMatthew Leach1-4/+4
2016-06-25serial: sirf: make fifo functions staticBen Dooks1-2/+2
2016-06-25serial: mps2-uart: make driver explicitly non-modularVladimir Murzin1-25/+4
2016-06-25serial: mvebu-uart: free the IRQ in ->shutdown()Thomas Petazzoni1-0/+2
2016-06-25serial/bcm63xx_uart: use correct alias namingJonas Gorski1-2/+6
2016-06-25serial: m32r_sio: make it explicitly non-modularPaul Gortmaker1-17/+1
2016-06-25serial: vt8500_serial: make it explicitly non-modularPaul Gortmaker1-28/+2
2016-06-25serial: pxa: make it explicitly non-modularPaul Gortmaker1-28/+2
2016-06-25serial: 8250_uniphier: add COMPILE_TEST optionMasahiro Yamada1-1/+2
2016-06-25serial: max310x: Assign port line automaticallyAlexander Shiyan1-9/+32
2016-06-25serial: max310x: Unregister UARTs on errorAlexander Shiyan1-0/+3
2016-06-25serial: max310x: Remove duplicate bits definitionAlexander Shiyan1-9/+4
2016-06-25serial: max310x: Register UART driver at module_initAlexander Shiyan1-31/+48
2016-06-25serial: max310x: Using resource-managed function for GPIOAlexander Shiyan1-12/+5
2016-06-25serial: max310x: Fix RS485 handlingAlexander Shiyan1-14/+27
2016-06-258250_pci: Adds support for the WCH CH355 4S cardAlexandr Petrenko1-0/+24
2016-06-25serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski1-2/+2
2016-06-25serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski1-5/+13
2016-06-25serial: 8250_fintek: fix the mismatched IRQ modeJi-Ze Hong (Peter Hong)1-1/+35
2016-06-25serial: pic32_uart: Fix double free of 'sport->irq_fault_name'.Purna Chandra Mandal1-1/+0