summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * tty_port: make tty_port_register_device wrap tty_port_register_device_attrRob Herring2017-01-191-2/+1
| * tty_port: allow a port to be opened with a tty that has no file handleAlan Cox2017-01-192-3/+3
| * tty: serial: meson: allow baud-rates higher than 115200Martin Blumenstingl2017-01-191-1/+1
| * tty: move the non-file related parts of tty_release to new tty_release_structRob Herring2017-01-191-18/+32
| * tty: serial: 8250: 8250_gsc:- Handle return NULL error from ioremap_nocacheArvind Yadav2017-01-191-0/+4
| * serial: omap: Add omapserial earlyconLokesh Vutla2017-01-191-0/+55
| * serial: pl011: Mark console as CON_ANYTIMEAlexander Sverdlin2017-01-191-1/+1
| * tty: serial: constify dev_pm_ops structuresBhumika Goyal2017-01-191-1/+1
| * serial: 8250_mid: set PCI master only for DMA capable deviceAndy Shevchenko2017-01-191-2/+2
| * serial: 8250_mid: enable MSI on DenvertonAndy Shevchenko2017-01-191-1/+7
| * serial: 8250_mid: handle interrupt correctly in DMA caseAndy Shevchenko2017-01-191-0/+33
| * serial: 8250_dw: Allow hardware flow control to be usedJason Uy2017-01-191-3/+2
| * serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart2017-01-191-1/+7
| * serial: sh-sci: Remove unused platform data capabilities fieldLaurent Pinchart2017-01-191-4/+7
| * serial: sh-sci: Remove manual break debouncingLaurent Pinchart2017-01-191-117/+7
| * serial: sh-sci: Remove the platform data dma slave rx/tx channel IDsLaurent Pinchart2017-01-191-17/+6
| * serial: sh-sci: Extend sci_port_params with more port parametersLaurent Pinchart2017-01-192-83/+102
| * serial: sh-sci: Constify platform dataLaurent Pinchart2017-01-191-48/+49
| * serial: sh-sci: Replace regmap array with port parametersLaurent Pinchart2017-01-191-123/+155
| * serial: sh-sci: Remove initialization of zero fields in sci_port_paramsLaurent Pinchart2017-01-191-94/+0
| * serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart2017-01-191-9/+8
| * serial: sh-sci: Don't rely on platform data flags when not neededLaurent Pinchart2017-01-191-4/+3
| * serial: sh-sci: Set the SCSCR TE and RE bits in the driverLaurent Pinchart2017-01-191-6/+7
| * Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman2017-01-165-17/+25
| |\
| * | serial: 8250: Add new port type for TI DA8xx/66AK2xDavid Lechner2017-01-122-0/+23
| * | serial: 8250_mid: make option visibleJean Delvare2017-01-121-1/+1
| * | serial: 8250_lpss: make option visibleJean Delvare2017-01-121-1/+1
| * | serial: 8250_pci: make option visibleJean Delvare2017-01-121-1/+1
| * | serial: 8250_port: Remove dangerous pr_debug()Alexey Brodkin2017-01-121-4/+0
| * | tty: goldfish: Fix a parameter of a call to free_irqChristophe JAILLET2017-01-121-1/+1
| * | serial: imx: Allow passing 'rst-gpios' for rs485 modeFabio Estevam2017-01-121-1/+5
| * | serial: 8250_lpss: avoid potential kernel crash when removeAndy Shevchenko2017-01-121-2/+2
| * | tty: serial: msm: Fix module autoloadJavier Martinez Canillas2017-01-121-0/+1
| * | serial: 8250: moxa: Store num_ports in brdMatwey V. Kornilov2017-01-121-0/+1
| * | serial: 8250_fintek: Add resource check for Fintek F81504/508/512Ji-Ze Hong (Peter Hong)2017-01-121-4/+9
| * | tty: update my email addressJohn Crispin2017-01-121-1/+1
| * | tty: serial: lantiq: implement earlycon supportMartin Blumenstingl2017-01-122-7/+32
| * | serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancyChristophe JAILLET2017-01-121-3/+3
| * | serial: samsung: Simplify DMA engine initialization codeMarek Szyprowski2017-01-122-15/+6
| * | serial: mxs-auart: support CMSPAR termios cflagWolfgang Ocker2017-01-121-0/+3
| * | serial: max310x: Add support for newer silicon revisionsAlexander Shiyan2017-01-121-1/+1
| * | tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlockNikita Yushchenko2017-01-121-18/+17
| * | tty: serial: sh-sci: set error code when kasprintf failsPan Bian2017-01-121-1/+3
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-10/+8
|\ \ \ | |_|/ |/| |
| * | sched/core: Remove set_task_state()Davidlohr Bueso2017-01-141-5/+5
| * | drivers/tty: Compute 'current' directlyDavidlohr Bueso2017-01-141-10/+8
| |/
* | sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita2017-01-111-2/+2
* | Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu2017-01-111-1/+1
* | Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakDaniel Jedrychowski2017-01-111-1/+1
* | 8250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi2017-01-111-7/+5