index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
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: 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