summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | serial: etraxfs-uart: Convert to uart_console_device instead of open-codedAxel Lin2015-07-241-8/+1
* | serial: 8250_omap: Remove auto-IXON flow controlPeter Hurley2015-07-241-14/+2
* | serial: 8250_omap: workaround module disable errata on dra7x SoCsSekhar Nori2015-07-241-0/+1
* | serial: 8250_omap: workaround errata around idling UART after using DMASekhar Nori2015-07-241-6/+59
* | serial: 8250_omap: introduce "ti,am3352-uart" compatible propertySekhar Nori2015-07-241-11/+21
* | serial: 8250_omap: refactor mdr1 updateSekhar Nori2015-07-241-5/+12
* | serial: 8250_omap: fix kernel crash in suspend-to-ramSekhar Nori2015-07-241-2/+2
* | serial/8250_fintek: Support for any io address.Ricardo Ribalda Delgado2015-07-241-24/+27
* | serial/8250_fintek: Support keys different than defaultRicardo Ribalda Delgado2015-07-241-16/+23
* | serial/8250_fintek: Support for chip_ip 0x0501Ricardo Ribalda Delgado2015-07-241-10/+11
* | serial/8250_fintek: Support for multiple base_portsRicardo Ribalda Delgado2015-07-241-35/+52
* | serial/8250_fintek: Use private data structureRicardo Ribalda Delgado2015-07-241-17/+31
* | tty: Convert use of __constant_htons to htonsVaishali Thakkar2015-07-241-1/+1
|/
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2015-07-022-85/+8
|\
| * serial: 8250_omap: Move wake-up interrupt to generic wakeirqTony Lindgren2015-06-101-54/+4
| * serial: omap: Switch wake-up interrupt to generic wakeirqTony Lindgren2015-06-101-31/+4
* | Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-021-19/+1
|\ \
| * | tty/metag_da: Avoid module_init/module_exit in non-modular codeJames Hogan2015-06-161-19/+1
* | | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-1/+1
|\ \ \
| * | | hvc_xen: avoid uninitialized variable warningJan Beulich2015-05-281-1/+1
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-012-2/+2
|\ \ \ \
| * | | | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-282-2/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-07-011-1/+2
|\ \ \ \
| * | | | drivers/tty/hvc/hvc_tile.c: properly return -EAGAINChris Metcalf2015-05-111-1/+2
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-274-0/+279
|\ \ \ \ \
| * | | | | serial: 8250_ingenic: support for Ingenic SoC UARTsPaul Burton2015-06-213-0/+278
| * | | | | MIPS: Add SysRq operation to dump TLBs on all CPUsJames Hogan2015-06-211-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-2767-1636/+3062
|\ \ \ \ \
| * | | | | serial: sprd: check for NULL after calling devm_clk_getFernando Guzman Lugo2015-06-131-1/+1
| * | | | | serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald2015-06-131-3/+19
| * | | | | serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald2015-06-131-0/+21
| * | | | | serial: core: cleanup in uart_get_baud_rate()Joakim Nordell2015-06-131-5/+16
| * | | | | serial: stm32-usart: Add STM32 USART DriverMaxime Coquelin2015-06-113-0/+757
| * | | | | tty/serial: kill off set_irq_flags usageRob Herring2015-06-092-4/+4
| | |_|_|/ | |/| | |
| * | | | Merge 4.1-rc7 into tty-nextGreg Kroah-Hartman2015-06-084-14/+34
| |\| | |
| * | | | serial: 8250: add LPC18xx/43xx UART driverJoachim Eastwood2015-05-313-0/+239
| * | | | serial: 8250_uniphier: add UniPhier serial driverMasahiro Yamada2015-05-313-0/+265
| * | | | serial: 8250_dw: support ACPI platforms with integrated DMA engineHeikki Krogerus2015-05-311-1/+18
| * | | | serial: of_serial: check the return value of clk_prepare_enable()Masahiro Yamada2015-05-311-1/+4
| * | | | serial: of_serial: use devm_clk_get() instead of clk_get()Masahiro Yamada2015-05-311-1/+1
| * | | | serial: earlycon: Add support for big-endian MMIO accessesNoam Camus2015-05-312-5/+11
| * | | | serial: sirf: use hrtimer for data rxQipan Li2015-05-312-226/+135
| * | | | serial: sirf: correct the fifo empty_bitQipan Li2015-05-311-1/+1
| * | | | serial: sirf: fix system hung on console log outputQipan Li2015-05-311-1/+1
| * | | | serial: 8250: remove return statements from void functionMasahiro Yamada2015-05-311-2/+3
| * | | | sc16is7xx: use kworker for RS-485 configurationJakub Kicinski2015-05-311-12/+29
| * | | | sc16is7xx: use kworker to update ier bitsJakub Kicinski2015-05-311-10/+19
| * | | | sc16is7xx: use kworker for md_procJakub Kicinski2015-05-311-16/+31
| * | | | sc16is7xx: move RTS delay to workqueueJakub Kicinski2015-05-311-8/+6
| * | | | sc16is7xx: use kthread_worker for tx_work and irqJakub Kicinski2015-05-311-23/+43