aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27serial: 8250: Set Altera 16550 TX FIFO ThresholdThor Thayer1-0/+43
2016-09-27serial: 8250: of: Load TX FIFO Threshold from DTThor Thayer1-0/+7
2016-09-27Documentation: dt: serial: Add TX FIFO threshold parameterThor Thayer1-0/+2
2016-09-27drivers/tty: Explicitly pass current to show_stackMark Rutland1-1/+1
2016-09-27serial: imx: Fix DCD readingSascha Hauer1-1/+2
2016-09-27serial: stm32: mark symbols static where possibleBaoyou Xie1-3/+4
2016-09-27serial: xuartps: Add some register initialisation to cdns_early_console_setup()Scott Telford2-6/+32
2016-09-27serial: xuartps: Removed unwanted checks while reading the error conditionsNava kishore Manne1-37/+35
2016-09-27serial: xuartps: Rewrite the interrupt handling logicAnirudha Sarangi1-105/+114
2016-09-27serial: stm32: use mapbase instead of membase for DMAArnd Bergmann1-2/+2
2016-09-27tty/serial: atmel: fix fractional baud rate computationAlexey Starikovskiy2-4/+7
2016-09-23devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman1-9/+4
2016-09-23devpts: Remove sync_filesystemsEric W. Biederman1-1/+0
2016-09-23devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman1-1/+2
2016-09-23devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman1-18/+1
2016-09-23devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman1-8/+11
2016-09-23devpts: Move parse_mount_options into fill_superEric W. Biederman1-8/+8
2016-09-22serial: xuartps: Do not enable parity error interruptAnirudha Sarangi1-2/+15
2016-09-22serial: stm32: fix uart enable managementAlexandre TORGUE1-1/+5
2016-09-22serial: stm32: fix spin_lock managementAlexandre TORGUE1-0/+4
2016-09-22serial: stm32: adding dma supportAlexandre TORGUE2-25/+378
2016-09-22dt-bindings: Add DMA bindings for STM32 USARTAlexandre TORGUE1-0/+12
2016-09-22serial: stm32: clock disabling managementAlexandre TORGUE1-2/+3
2016-09-22serial: stm32: correct flow control property spellingAlexandre TORGUE1-1/+1
2016-09-22serial: stm32: disable tx and rx during shutdownAlexandre TORGUE1-1/+1
2016-09-22serial: stm32: header file creationAlexandre TORGUE2-208/+216