index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-04
8250_men_mcb: Fix unsigned comparison with less than zero
Jiapeng Chong
1
-3
/
+5
2023-08-04
tty: serial: samsung: Set missing PM ops for hibernation support
Anton Eliasson
1
-3
/
+2
2023-08-04
tty: serial: xilinx_uartps: Do not check for 0 return after calling platform_...
Ruan Jinjie
1
-2
/
+2
2023-08-04
tty: synclink_gt: Fix potential deadlock on &info->lock
Chengfeng Ye
1
-2
/
+3
2023-08-03
tty: vt: Remove some repetitive initialization
oushixiong
1
-12
/
+4
2023-08-03
tty: serial: Remove redundant initialization for ma35d1serial_driver
Li Zetao
1
-1
/
+0
2023-08-03
serial: core: Fix serial_base_match() after fixing controller port name
Tony Lindgren
1
-2
/
+8
2023-08-01
serial: core: Fix serial core controller port name to show controller id
Tony Lindgren
1
-12
/
+20
2023-08-01
serial: core: Fix serial core port id to not use port->line
Tony Lindgren
2
-1
/
+3
2023-08-01
tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...
Sherry Sun
1
-2
/
+2
2023-07-31
tty: synclink_gt: mark as BROKEN
Jiri Slaby
1
-0
/
+1
2023-07-31
tty: synclink_gt: make default_params const
Jiri Slaby
1
-1
/
+1
2023-07-31
tty: synclink_gt: use PCI_VDEVICE
Jiri Slaby
1
-5
/
+5
2023-07-31
tty: synclink_gt: drop info messages from init/exit functions
Jiri Slaby
1
-10
/
+0
2023-07-31
tty: synclink_gt: define global strings as const strings
Jiri Slaby
1
-2
/
+2
2023-07-31
tty: synclink_gt: drop global slgt_driver_name array
Jiri Slaby
1
-2
/
+1
2023-07-31
tty: synclink_gt: convert CALC_REGADDR() macro to an inline
Jiri Slaby
1
-18
/
+18
2023-07-31
serial: altera_jtaguart: switch status to u32
Jiri Slaby
1
-1
/
+1
2023-07-31
tty: hvsi: remove an extra variable from hvsi_write()
Jiri Slaby
1
-2
/
+1
2023-07-31
serial: move WARN_ON() in uart_write() to the condition
Jiri Slaby
1
-6
/
+2
2023-07-31
Merge 6.5-rc4 into tty-next
Greg Kroah-Hartman
7
-14
/
+11
2023-07-30
Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-7
/
+11
2023-07-30
serial: 8250_pci: add support for ASIX AX99100
Jiaqing Zhao
1
-0
/
+10
2023-07-30
serial: sprd: Fix DMA buffer leak issue
Chunyan Zhang
1
-2
/
+3
2023-07-30
serial: sprd: Assign sprd_port after initialized to avoid wrong access
Chunyan Zhang
1
-8
/
+17
2023-07-30
serial: sc16is7xx: Put IOControl register into regmap_volatile
Hui Wang
1
-0
/
+1
2023-07-30
drivers:tty: fix return value check in asc_init_port
Yuanjun Gong
1
-1
/
+3
2023-07-30
tty: serial: meson: refactor objects definition for different devnames
Dmitry Rokosov
1
-23
/
+16
2023-07-30
8250_men_mcb: fix error handling in read_uarts_available_from_reg()
Yang Yingliang
1
-1
/
+4
2023-07-25
serial: 8250_dw: Preserve original value of DLF register
Ruihong Luo
1
-2
/
+4
2023-07-25
tty: serial: sh-sci: Fix sleeping in atomic context
Biju Das
1
-1
/
+1
2023-07-25
serial: sifive: Fix sifive_serial_console_setup() section
Samuel Holland
1
-1
/
+1
2023-07-25
serial: st-asc: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
serial: imx: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
serial: sifive: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-5
/
+2
2023-07-25
serial: mvebu-uart: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-8
/
+3
2023-07-25
serial: sccnxp: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+2
2023-07-25
serial: sprd: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
serial: mps2-uart: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
serial: vt8500: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-5
/
+1
2023-07-25
serial: fsl_lpuart: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
serial: omap: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
serial: tegra: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-7
/
+2
2023-07-25
serial: linflexuart: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-6
/
+2
2023-07-25
serial: clps711x: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
serial: bcm63xx-uart: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-6
/
+2
2023-07-25
serial: ar933x: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
serial: qcom-geni: clean up clock-rate debug printk
Johan Hovold
1
-1
/
+1
2023-07-25
serial: qcom-geni: fix opp vote on shutdown
Johan Hovold
1
-0
/
+5
2023-07-25
tty: serial: fsl_lpuart: add IDLE interrupt support for rx_dma on imx7ulp/imx...
Sherry Sun
1
-2
/
+42
[prev]
[next]