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
/
pic32_uart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-10
serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...
Yang Yingliang
1
-1
/
+3
2022-05-05
serial: pic32: restore disabled irqs in pic32_uart_startup()
Jiri Slaby
1
-0
/
+2
2022-05-05
serial: pic32: free up irq names correctly
Jiri Slaby
1
-3
/
+6
2022-05-05
serial: pic32: don't zero members of kzalloc-ated structure
Jiri Slaby
1
-1
/
+0
2022-05-05
serial: pic32: don't assign pic32_sport::cts_gpio twice
Jiri Slaby
1
-1
/
+0
2022-05-05
serial: pic32: convert to_pic32_sport() to an inline
Jiri Slaby
1
-1
/
+5
2022-05-05
serial: pic32: remove pic32_get_port() macro
Jiri Slaby
1
-12
/
+4
2022-05-05
serial: pic32: simplify pic32_sport::enable_tx_irq handling
Jiri Slaby
1
-7
/
+6
2022-05-05
serial: pic32: simplify clk handling
Jiri Slaby
1
-23
/
+5
2022-05-05
serial: pic32: remove constants from struct pic32_sport
Jiri Slaby
1
-12
/
+3
2022-05-05
serial: pic32: move header content to .c
Jiri Slaby
1
-1
/
+103
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2020-03-12
serial: pic32_uart: Use uart_console() helper
Andy Shevchenko
1
-7
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2018-11-09
serial: set suppress_bind_attrs flag only if builtin
Anders Roxell
1
-0
/
+1
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-2
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-01-12
serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancy
Christophe JAILLET
1
-3
/
+3
2016-06-25
serial: pic32_uart: Fix double free of 'sport->irq_fault_name'.
Purna Chandra Mandal
1
-1
/
+0
2016-05-13
serial: pic32_uart: Add PIC32 UART driver
Andrei Pistirica
1
-0
/
+960