index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
pic32_uart.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: pic32: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-23
1
-5
/
+2
*
serial: pic32: Use port lock wrappers
Thomas Gleixner
2023-09-18
1
-10
/
+10
*
tty: Explicitly include correct DT includes
Rob Herring
2023-07-25
1
-1
/
+0
*
serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()
Yuan Can
2023-01-19
1
-0
/
+2
*
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-12-16
1
-2
/
+1
|
\
|
*
serial: pic32: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-2
/
+1
*
|
tty: serial: pic32_uart: use console_is_registered()
John Ogness
2022-12-02
1
-1
/
+1
*
|
serial_core: replace uart_console_enabled() with uart_console_registered()
John Ogness
2022-12-02
1
-1
/
+1
|
/
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
serial: pic32_uart: Convert to use GPIO descriptors
Andy Shevchenko
2022-08-30
1
-36
/
+12
*
serial: pic32_uart: Utilize uart_console_enabled()
Andy Shevchenko
2022-08-30
1
-1
/
+1
*
serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...
Yang Yingliang
2022-06-10
1
-1
/
+3
*
serial: pic32: restore disabled irqs in pic32_uart_startup()
Jiri Slaby
2022-05-05
1
-0
/
+2
*
serial: pic32: free up irq names correctly
Jiri Slaby
2022-05-05
1
-3
/
+6
*
serial: pic32: don't zero members of kzalloc-ated structure
Jiri Slaby
2022-05-05
1
-1
/
+0
*
serial: pic32: don't assign pic32_sport::cts_gpio twice
Jiri Slaby
2022-05-05
1
-1
/
+0
*
serial: pic32: convert to_pic32_sport() to an inline
Jiri Slaby
2022-05-05
1
-1
/
+5
*
serial: pic32: remove pic32_get_port() macro
Jiri Slaby
2022-05-05
1
-12
/
+4
*
serial: pic32: simplify pic32_sport::enable_tx_irq handling
Jiri Slaby
2022-05-05
1
-7
/
+6
*
serial: pic32: simplify clk handling
Jiri Slaby
2022-05-05
1
-23
/
+5
*
serial: pic32: remove constants from struct pic32_sport
Jiri Slaby
2022-05-05
1
-12
/
+3
*
serial: pic32: move header content to .c
Jiri Slaby
2022-05-05
1
-1
/
+103
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-1
/
+1
*
serial: pic32_uart: Use uart_console() helper
Andy Shevchenko
2020-03-12
1
-7
/
+1
*
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
*
serial: set suppress_bind_attrs flag only if builtin
Anders Roxell
2018-11-09
1
-0
/
+1
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-2
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancy
Christophe JAILLET
2017-01-12
1
-3
/
+3
*
serial: pic32_uart: Fix double free of 'sport->irq_fault_name'.
Purna Chandra Mandal
2016-06-25
1
-1
/
+0
*
serial: pic32_uart: Add PIC32 UART driver
Andrei Pistirica
2016-05-13
1
-0
/
+960