aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2024-01-27tty: serial: samsung: drop superfluous commentTudor Ambarus1-2/+0
2024-01-27tty: serial: samsung: move open brace '{' on the next lineTudor Ambarus1-1/+2
2024-01-27tty: serial: samsung: remove braces on single statement blockTudor Ambarus1-2/+1
2024-01-27tty: serial: samsung: use u32 for register interactionsTudor Ambarus1-40/+39
2024-01-27tty: serial: samsung: explicitly include <linux/types.h>Tudor Ambarus1-0/+1
2024-01-27tty: serial: samsung: sort headers alphabeticallyTudor Ambarus1-13/+14
2024-01-27tty: serial: samsung: add gs101 earlycon supportTudor Ambarus1-0/+11
2024-01-27tty: serial: samsung: set UPIO_MEM32 iotype for gs101Tudor Ambarus1-10/+28
2024-01-27tty: serial: samsung: prepare for different IO typesTudor Ambarus1-1/+8
2024-01-27tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMTTudor Ambarus1-3/+2
2024-01-27serial: max310x: fix indentationHugo Villeneuve1-1/+2
2024-01-27serial: max310x: reformat and improve commentsHugo Villeneuve1-15/+25
2024-01-27serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)Hugo Villeneuve1-4/+4
2024-01-27serial: max310x: use common power function for all variantsHugo Villeneuve1-25/+19
2024-01-27serial: max310x: use common detect function for all variantsHugo Villeneuve1-80/+54
2024-01-27serial: max310x: replace hardcoded masks with preferred GENMASK()Hugo Villeneuve1-7/+7
2024-01-27serial: max310x: use dev_err_probe() instead of dev_err()Hugo Villeneuve1-6/+4
2024-01-27serial: max310x: add explicit return for some switch default casesHugo Villeneuve1-9/+3
2024-01-27serial: max310x: simplify probe() and remove() error handlingHugo Villeneuve1-8/+7
2024-01-27serial: max310x: use separate regmap name for each portHugo Villeneuve1-0/+17
2024-01-27serial: max310x: add macro for max number of portsHugo Villeneuve1-2/+3
2024-01-27serial: max310x: remove holes in struct max310x_devtypeHugo Villeneuve1-2/+2
2024-01-27serial: max310x: fix syntax error in IRQ error messageHugo Villeneuve1-1/+1
2024-01-27serial: max310x: use spi_get_device_match_data()Hugo Villeneuve1-2/+2
2024-01-27serial: max310x: use i2c_get_match_data()Hugo Villeneuve1-1/+1
2024-01-27serial: max310x: add I2C device table for instantiation from userspaceHugo Villeneuve1-0/+10
2024-01-27serial: max310x: fix NULL pointer dereference in I2C instantiationHugo Villeneuve1-2/+5
2024-01-27serial: stm32: get FIFO size from hwcfg registerValentin Caron2-70/+94
2024-01-27serial: stm32: change register's offset type from u8 to u16Valentin Caron1-13/+13
2024-01-27serial: stm32: extend max number of U(S)ART to 9Valentin Caron1-1/+1
2024-01-27serial: stm32: implement prescaler tuning to compute low baudrateValentin Caron2-21/+56
2024-01-27serial: qcom-geni: Don't cancel/abort if we can't get the port lockDouglas Anderson1-14/+13
2024-01-27serial: linflexuart: Remove redundant uart type assignmentLizhe1-1/+0
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+25
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds80-914/+1028
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+16
2024-01-10tty/serial: Add RISC-V SBI debug console based earlyconAnup Patel2-4/+25
2024-01-04serial: sc16is7xx: refactor EFR lockHugo Villeneuve1-49/+57
2024-01-04serial: sc16is7xx: reorder code to remove prototype declarationsHugo Villeneuve1-39/+36
2024-01-04serial: sc16is7xx: refactor FIFO access functions to increase commonalityHugo Villeneuve1-8/+6
2024-01-04serial: sc16is7xx: drop unneeded MODULE_ALIASHugo Villeneuve1-2/+0
2024-01-04serial: sc16is7xx: replace hardcoded divisor value with BIT() macroHugo Villeneuve1-1/+1
2024-01-04serial: sc16is7xx: add explicit return for some switch default casesHugo Villeneuve1-6/+2
2024-01-04serial: sc16is7xx: add macro for max number of UART portsHugo Villeneuve1-4/+5
2024-01-04serial: sc16is7xx: add driver name to struct uart_driverHugo Villeneuve1-0/+1
2024-01-04serial: sc16is7xx: use i2c_get_match_data()Hugo Villeneuve1-8/+3
2024-01-04serial: sc16is7xx: use spi_get_device_match_data()Hugo Villeneuve1-9/+3
2024-01-04serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfieldHugo Villeneuve1-5/+5
2024-01-04serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()Hugo Villeneuve1-5/+6
2024-01-04serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()Hugo Villeneuve1-44/+41