summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge 6.11-rc3 into tty-nextGreg Kroah-Hartman2024-08-123-23/+30
| |\ \
| * | | serial: remove quot_frac from serial8250_do_set_divisor()Jiri Slaby (SUSE)2024-08-074-5/+5
| * | | serial: don't use uninitialized value in uart_poll_init()Jiri Slaby (SUSE)2024-08-071-7/+6
| * | | serial: protect uart_port_dtr_rts() in uart_shutdown() tooJiri Slaby (SUSE)2024-08-071-7/+9
| * | | tty: simplify tty_dev_name_to_number() using guard(mutex)Jiri Slaby (SUSE)2024-08-071-7/+4
| * | | serdev: Use of_property_present()Rob Herring (Arm)2024-08-071-1/+1
| * | | serial: 8250_platform: fix uart_8250_port initializerArnd Bergmann2024-08-071-1/+1
| * | | serial: 8250_platform: remove ACPI_PTR() annotationArnd Bergmann2024-08-071-1/+1
| * | | serial: 8250_platform: Enable generic 16550A platform devicesSunil V L2024-07-311-0/+77
| * | | serial: 8250_bcm2835aux: add PM suspend/resume supportStefan Wahren2024-07-311-0/+37
| * | | serial: 8250_early: add xscale earlycon supportJisheng Zhang2024-07-311-0/+1
| * | | serial: 8250: move mmp|pxa uart earlycon codeJisheng Zhang2024-07-312-16/+10
| * | | tty: serial: 8250_dma: use sgl with 2 nents to take care of buffer wrapFerry Toth2024-07-311-9/+10
| * | | serial: st-asc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou2024-07-311-7/+3
* | | | Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-211-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'bpf/master' into for-6.12Tejun Heo2024-09-046-56/+33
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'v6.11-rc1' into for-6.12Tejun Heo2024-07-3044-718/+867
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched_ext: Add sysrq-S which disables the BPF schedulerTejun Heo2024-06-181-0/+1
* | | | | Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-174-13/+13
|\ \ \ \ \
| * | | | | tty: sysfs: Add nbcon support for 'active'John Ogness2024-09-041-1/+1
| * | | | | serial: core: Introduce wrapper to set @uart_port->consJohn Ogness2024-08-213-12/+12
| | |_|/ / | |/| | |
* / | | | file: reclaim 24 bytes from f_ownerChristian Brauner2024-08-281-0/+6
|/ / / /
* | | | Revert "serial: 8250_omap: Set the console genpd always on if no console susp...Griffin Kroah-Hartman2024-08-151-28/+5
* | | | tty: atmel_serial: use the correct RTS flag.Mathieu Othacehe2024-08-131-1/+1
* | | | tty: vt: conmakehash: remove non-portable code printing comment headerMasahiro Yamada2024-08-131-10/+2
* | | | tty: serial: fsl_lpuart: mark last busy before uart_add_one_portPeng Fan2024-08-131-0/+1
| |_|/ |/| |
* | | tty: vt: conmakehash: cope with abs_srctree no longer in envMax Krummenacher2024-07-311-13/+7
* | | serial: sc16is7xx: fix invalid FIFO access with special register setHugo Villeneuve2024-07-311-0/+4
* | | serial: sc16is7xx: fix TX fifo corruptionHugo Villeneuve2024-07-311-10/+11
* | | serial: core: check uartclk for zero to avoid divide by zeroGeorge Kennedy2024-07-311-0/+8
| |/ |/|
* | Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-07-271-3/+1
|\ \
| * | of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-251-3/+1
* | | Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-251-1/+1
|\ \ \
| * | | printk: Rename console_replay_all() and update contextSreenath Vijayan2024-06-031-1/+1
| | |/ | |/|
* | | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-2/+2
|\ \ \ | |_|/ |/| |
| * | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-2/+2
* | | Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-07-2029-510/+697
|\ \ \
| * | | serial: core: Add serial_base_match_and_update_preferred_console()Tony Lindgren2024-07-043-0/+57
| * | | Merge 6.10-rc6 into tty-nextGreg Kroah-Hartman2024-07-0111-178/+42
| |\ \ \
| * | | | serial: sc16is7xx: hardware reset chip if reset-gpios is defined in DTHui Wang2024-06-241-3/+28
| * | | | serial: 8250_platform: Explicitly show we initialise ISA ports only onceAndy Shevchenko2024-06-241-6/+7
| * | | | tty: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-2415-0/+15
| * | | | serial: sh-sci: Add support for RZ/V2H(P) SoCLad Prabhakar2024-06-241-5/+50
| * | | | serial: 8250_dw: Use reset array API to get resetsHal Feng2024-06-241-1/+1
| * | | | Merge tag 'v6.10-rc4' into tty-nextGreg Kroah-Hartman2024-06-189-45/+64
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | serial: 8250: Extract platform driverAndy Shevchenko2024-06-044-339/+369
| * | | | serial: 8250: Extract RSA bitsAndy Shevchenko2024-06-044-120/+145
| * | | | serial: imx: stop casting struct uart_port to struct imx_portRasmus Villemoes2024-06-041-18/+23
| * | | | vt: keyboard: Use led_set_brightness() in LED trigger activate() callbackHans de Goede2024-06-041-3/+1
| * | | | tty: sunsu: Simplify device_node cleanup by using __freeShresth Prasad2024-06-041-26/+11
| | |_|/ | |/| |