summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pic32_uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: pic32: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-5/+2
* serial: pic32: Use port lock wrappersThomas Gleixner2023-09-181-10/+10
* tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+0
* serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()Yuan Can2023-01-191-0/+2
* Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-2/+1
|\
| * serial: pic32: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* | tty: serial: pic32_uart: use console_is_registered()John Ogness2022-12-021-1/+1
* | serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness2022-12-021-1/+1
|/
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: pic32_uart: Convert to use GPIO descriptorsAndy Shevchenko2022-08-301-36/+12
* serial: pic32_uart: Utilize uart_console_enabled()Andy Shevchenko2022-08-301-1/+1
* serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...Yang Yingliang2022-06-101-1/+3
* serial: pic32: restore disabled irqs in pic32_uart_startup()Jiri Slaby2022-05-051-0/+2
* serial: pic32: free up irq names correctlyJiri Slaby2022-05-051-3/+6
* serial: pic32: don't zero members of kzalloc-ated structureJiri Slaby2022-05-051-1/+0
* serial: pic32: don't assign pic32_sport::cts_gpio twiceJiri Slaby2022-05-051-1/+0
* serial: pic32: convert to_pic32_sport() to an inlineJiri Slaby2022-05-051-1/+5
* serial: pic32: remove pic32_get_port() macroJiri Slaby2022-05-051-12/+4
* serial: pic32: simplify pic32_sport::enable_tx_irq handlingJiri Slaby2022-05-051-7/+6
* serial: pic32: simplify clk handlingJiri Slaby2022-05-051-23/+5
* serial: pic32: remove constants from struct pic32_sportJiri Slaby2022-05-051-12/+3
* serial: pic32: move header content to .cJiri Slaby2022-05-051-1/+103
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: pic32_uart: Use uart_console() helperAndy Shevchenko2020-03-121-7/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* serial: set suppress_bind_attrs flag only if builtinAnders Roxell2018-11-091-0/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-2/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancyChristophe JAILLET2017-01-121-3/+3
* serial: pic32_uart: Fix double free of 'sport->irq_fault_name'.Purna Chandra Mandal2016-06-251-1/+0
* serial: pic32_uart: Add PIC32 UART driverAndrei Pistirica2016-05-131-0/+960