index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-30
8250_dwlib: Convert bitops to newer form
Ilpo Järvinen
1
-13
/
+13
2022-06-30
serial: 8250_dw: Drop PM ifdeffery
Andy Shevchenko
1
-7
/
+3
2022-06-30
serial: 8250_dw: Sort headers alphabetically
Andy Shevchenko
1
-8
/
+9
2022-06-30
serial: 8250_dw: Take port lock while accessing LSR
Ilpo Järvinen
1
-0
/
+3
2022-06-30
serial: 8250_port: Fix spelling mistake
Zhang Jiaming
1
-2
/
+2
2022-06-27
serial: 8250_dwlib: Support for 9th bit multipoint addressing
Ilpo Järvinen
1
-1
/
+101
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
7
-10
/
+14
2022-06-27
serial: 8250_lpss: Use 32-bit reads
Ilpo Järvinen
1
-1
/
+1
2022-06-27
serial: 8250: create lsr_save_mask
Ilpo Järvinen
3
-2
/
+6
2022-06-27
serial: 8250: make saved LSR larger
Ilpo Järvinen
6
-17
/
+17
2022-06-27
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
2
-10
/
+6
2022-06-27
serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPED
Ilpo Järvinen
1
-18
/
+20
2022-06-27
serial: 8250_pericom: Use UART_LCR_DLAB
Ilpo Järvinen
1
-1
/
+1
2022-06-27
serial: 8250: Use UART_LCR_WLEN8 instead of literal
Ilpo Järvinen
1
-1
/
+1
2022-06-20
Merge tag 'v5.19-rc3' into tty-next
Greg Kroah-Hartman
1
-0
/
+2
2022-06-10
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
1
-0
/
+2
2022-06-10
serial: 8250: Remove serial_rs485 sanitization from em485
Ilpo Järvinen
1
-16
/
+2
2022-06-10
serial: 8250_exar: Remove serial_rs485 assignment
Ilpo Järvinen
1
-2
/
+0
2022-06-10
serial: 8250_pci: Remove serial_rs485 sanitization
Ilpo Järvinen
1
-14
/
+0
2022-06-10
serial: 8250: lpc18xx: Remove serial_rs485 sanitization
Ilpo Järvinen
1
-13
/
+0
2022-06-10
serial: 8250_fintek: Remove serial_rs485 sanitization
Ilpo Järvinen
1
-14
/
+0
2022-06-10
serial: 8250_dwlib: Remove serial_rs485 sanitization
Ilpo Järvinen
1
-10
/
+0
2022-06-10
serial: 8250_pci: Fill in rs485_supported for pci_fintek
Ilpo Järvinen
1
-0
/
+6
2022-06-10
serial: 8250_of: Use serial8250_em485_supported
Ilpo Järvinen
1
-0
/
+1
2022-06-10
serial: 8250_lpc18cc: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-06-10
serial: 8250_fintek: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+15
2022-06-10
serial: 8250_exar: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+12
2022-06-10
serial: 8250_dwlib: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-06-10
serial: 8250_bcm2835aux: Use serial8250_em485_supported
Ilpo Järvinen
1
-0
/
+1
2022-06-10
serial: 8250: Create serial8250_em485_supported for em485 users
Ilpo Järvinen
2
-0
/
+9
2022-06-10
serial: Add rs485_supported to uart_port
Ilpo Järvinen
1
-0
/
+1
2022-06-10
serial: Add uart_rs485_config()
Ilpo Järvinen
2
-5
/
+3
2022-06-10
serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()
Ilpo Järvinen
1
-0
/
+3
2022-06-10
serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()
Ilpo Järvinen
1
-2
/
+2
2022-06-10
serial: 8250: Adjust misleading LSR related comment
Ilpo Järvinen
1
-3
/
+5
2022-06-10
serial: 8250: Get preserved flags using serial_lsr_in()
Ilpo Järvinen
1
-1
/
+1
2022-06-10
serial: 8250: Create serial_lsr_in()
Ilpo Järvinen
3
-13
/
+25
2022-06-10
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
1
-0
/
+2
2022-06-10
serial: 8250: handle __start_tx() call in start_tx()
Ilpo Järvinen
1
-11
/
+10
2022-06-10
serial: 8250: kill __do_stop_tx()
Ilpo Järvinen
1
-7
/
+3
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
14
-303
/
+784
2022-05-26
Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2022-05-19
serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485
Ilpo Järvinen
1
-4
/
+4
2022-05-19
Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"
AngeloGioacchino Del Regno
1
-7
/
+0
2022-05-19
serial: 8250_dw: Use dev_err_probe()
Andy Shevchenko
1
-17
/
+11
2022-05-19
serial: 8250_dw: Use devm_add_action_or_reset()
Andy Shevchenko
1
-32
/
+31
2022-05-19
serial: 8250_dw: Update the list of OF headers used by driver
Andy Shevchenko
1
-2
/
+1
2022-05-19
tty: remove CMSPAR ifdefs
Ilpo Järvinen
1
-2
/
+0
2022-05-16
Merge 5.18-rc7 into usb-next
Greg Kroah-Hartman
1
-9
/
+20
2022-05-05
serial: 8250_mtk: Fix register address for XON/XOFF character
AngeloGioacchino Del Regno
1
-2
/
+5
[next]