summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | serial: imx: Remove unused platform data supportFabio Estevam2020-11-121-29/+3
| * | | | | vt: keyboard, make use of assign_bit() APIAndy Shevchenko2020-11-121-4/+1
| * | | | | vt: keyboard, replace numbers with \r, \n where appropriateAndy Shevchenko2020-11-121-3/+3
| * | | | | vt: keyboard, use BIT() macro instead of open coded variantsAndy Shevchenko2020-11-121-13/+13
| * | | | | serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra2020-11-121-13/+13
| * | | | | serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra2020-11-121-0/+1
| * | | | | Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman2020-11-096-42/+30
| |\ \ \ \ \
| * | | | | | tty: serial: msm_serial: Constify msm_uart_popsRikard Falkeborn2020-11-061-1/+1
| * | | | | | serial: 8250: 8250_omap: Disable RX interrupt after DMA enableVignesh Raghavendra2020-11-061-1/+41
| * | | | | | tty: serial: linflexuart: Remove unnecessary '|' operation and add error countLiu Xiang2020-11-061-10/+9
| * | | | | | serial: mctrl_gpio: Fix passing zero to 'ERR_PTR' warningYueHaibing2020-11-061-1/+1
| * | | | | | tty: Remove redundant synclinkmp driverLee Jones2020-11-063-5595/+0
| * | | | | | tty: Remove redundant synclink driverLee Jones2020-11-063-7913/+0
| * | | | | | tty: serial: remove pnx8xxx uart driverThomas Bogendoerfer2020-11-063-875/+0
| * | | | | | tty: synclink: Provide missing description for 'hdlcdev_tx_timeout's 'txqueue...Lee Jones2020-11-061-0/+1
| * | | | | | tty: hvc: hvc_opal: Staticify function invoked by referenceLee Jones2020-11-061-1/+1
| * | | | | | tty: hvc: hvc_vio: Staticify function invoked only by referenceLee Jones2020-11-061-1/+1
| * | | | | | tty: serial: serial-tegra: Provide some missing struct member descriptionsLee Jones2020-11-061-0/+5
| * | | | | | tty: tty_ldisc: Supply missing description for 'tty_ldisc_get's 'tty' paramLee Jones2020-11-061-0/+1
| * | | | | | tty: serial: stm32-usart: Remove set but unused 'cookie' variablesLee Jones2020-11-061-4/+2
| * | | | | | tty: synclinkmp: Add missing description for function param 'txqueue'Lee Jones2020-11-061-0/+1
| * | | | | | tty: serial: sifive: Struct headers should start with 'struct <name>'Lee Jones2020-11-061-1/+2
| * | | | | | tty: serial: serial-tegra: Struct headers should start with 'struct <name>'Lee Jones2020-11-061-1/+1
| * | | | | | tty: synclink_gt: Demote one kernel-doc header and repair anotherLee Jones2020-11-061-1/+2
| * | | | | | tty: serial: xilinx_uartps: Supply description for missing member 'cts_override'Lee Jones2020-11-061-0/+1
| * | | | | | tty: serial: ifx6x60: Fix function documentation headersLee Jones2020-11-061-1/+2
| * | | | | | tty: serial: msm_serial: Remove set but unused variable 'status'Lee Jones2020-11-061-2/+1
| * | | | | | tty: serial: lpc32xx_hs: Remove unused variable 'tmp'Lee Jones2020-11-061-2/+1
| * | | | | | tty: n_gsm: Demote obvious abuse of kernel-doc and supply other missing docssLee Jones2020-11-061-1/+3
| * | | | | | tty: serial: amba-pl011: Mark 'sbsa_uart_acpi_match' as __maybe_unusedLee Jones2020-11-061-1/+1
| * | | | | | tty: pty: Provide descriptions for the 'file' parametersLee Jones2020-11-061-0/+2
| * | | | | | tty: tty_audit: Demote non-conformant kernel-doc headersLee Jones2020-11-061-6/+6
| * | | | | | tty: serial: 8250: serial_cs: Remove unused/unchecked variable 'err'Lee Jones2020-11-061-6/+3
| * | | | | | tty: tty_io: Fix some kernel-doc issuesLee Jones2020-11-061-3/+7
| * | | | | | tty: serial: jsm: jsm_cls: Remove unused variable 'discard'Lee Jones2020-11-061-3/+1
| * | | | | | tty: n_tty: Add 2 missing parameter descriptionsLee Jones2020-11-061-0/+2
| * | | | | | tty: vt: consolemap: Demote weakly documented function headerLee Jones2020-11-061-2/+1
| * | | | | | tty: tty_jobctrl: Add missing function parameter descriptionsLee Jones2020-11-061-0/+3
| * | | | | | tty: tty_port: Demote obvious abuse of kernel-doc formattingLee Jones2020-11-061-2/+2
| * | | | | | tty: tty_buffer: Add missing description for 'limit'Lee Jones2020-11-061-0/+1
| * | | | | | tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones2020-11-061-2/+0
| * | | | | | tty: tty_baudrate: Add missing description for 'tty'Lee Jones2020-11-061-0/+1
| * | | | | | tty: serdev: core: Provide missing description for 'owner'Lee Jones2020-11-061-0/+1
| * | | | | | tty: serdev: core: Remove unused variable 'dummy'Lee Jones2020-11-061-4/+1
| * | | | | | vt: keyboard, use tty_insert_flip_string in puts_queueJiri Slaby2020-11-041-5/+2
| * | | | | | vt: keyboard, use find_next_bit in kbd_matchJiri Slaby2020-11-041-8/+6
| * | | | | | vt: keyboard, make HW_RAW a functionJiri Slaby2020-11-041-6/+16
| * | | | | | vt: keyboard, union perm checks in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-4/+1
| * | | | | | vt: keyboard, extract and simplify vt_kdskbsentJiri Slaby2020-11-041-79/+23
| * | | | | | vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-22/+20