summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: samsung_tty: drop unused argument to irq handlersAndré Draszik2024-08-141-6/+6
* Merge 6.11-rc3 into tty-nextGreg Kroah-Hartman2024-08-123-23/+30
|\
| * 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
* | 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 '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
| | |_|/ | |/| |
* | | | serial: qcom-geni: do not kill the machine on fifo underrunJohan Hovold2024-07-041-1/+1
* | | | serial: qcom-geni: fix hard lockup on buffer flushJohan Hovold2024-07-041-3/+13
* | | | serial: qcom-geni: fix soft lockup on sw flow control and suspendJohan Hovold2024-07-041-9/+24
* | | | serial: imx: ensure RTS signal is not left active after shutdownRasmus Villemoes2024-07-031-0/+51
* | | | tty: serial: ma35d1: Add a NULL check for of_nodeJacky Huang2024-07-031-6/+7
* | | | serial: 8250_omap: Fix Errata i2310 with RX FIFO level checkUdit Kumar2024-07-031-1/+2
* | | | serial: imx: only set receiver level if it is zeroStefan Eichenberger2024-07-031-2/+6
| |_|/ |/| |
* | | Merge tag 'tty-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-06-309-178/+41
|\ \ \
| * | | Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...Greg Kroah-Hartman2024-06-253-86/+0
| * | | Revert "serial: core: Handle serial console options"Greg Kroah-Hartman2024-06-251-49/+0
| * | | Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman2024-06-253-34/+0