summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | | | vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-8/+9
| * | | | | | vt: keyboard, use bool for repJiri Slaby2020-11-041-1/+1
| * | | | | | vt: keyboard, use DECLARE_BITMAP for key_downJiri Slaby2020-11-041-1/+1
| * | | | | | vt: keyboard, union perm checks in vt_do_kdsk_ioctlJiri Slaby2020-11-041-4/+1
| * | | | | | vt: keyboard, extract vt_kdgkbent and vt_kdskbentJiri Slaby2020-11-041-87/+102
| * | | | | | vt: keyboard, clean up max_valsJiri Slaby2020-11-041-4/+16
| * | | | | | vt: keyboard, sort includesJiri Slaby2020-11-041-16/+15
| * | | | | | vt: keyboard, include linux/spinlock.hJiri Slaby2020-11-041-0/+1
| * | | | | | vt: keyboard, remove ctrl_alt_del declarationJiri Slaby2020-11-041-2/+0
| * | | | | | Merge 5.10-rc2 into tty-nextGreg Kroah-Hartman2020-11-044-38/+37
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | tty: goldfish: use __raw_writel()/__raw_readl()Laurent Vivier2020-10-281-9/+9
| * | | | | | tty: nozomi: remove unneeded breakTom Rix2020-10-281-4/+1
| * | | | | | serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2020-10-281-15/+15