aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/synclinkmp.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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