summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pic32_uart.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+1
2022-12-02tty: serial: pic32_uart: use console_is_registered()John Ogness1-1/+1
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness1-1/+1
2022-11-03serial: pic32: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-30serial: pic32_uart: Convert to use GPIO descriptorsAndy Shevchenko1-36/+12
2022-08-30serial: pic32_uart: Utilize uart_console_enabled()Andy Shevchenko1-1/+1
2022-06-10serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...Yang Yingliang1-1/+3
2022-05-05serial: pic32: restore disabled irqs in pic32_uart_startup()Jiri Slaby1-0/+2
2022-05-05serial: pic32: free up irq names correctlyJiri Slaby1-3/+6
2022-05-05serial: pic32: don't zero members of kzalloc-ated structureJiri Slaby1-1/+0
2022-05-05serial: pic32: don't assign pic32_sport::cts_gpio twiceJiri Slaby1-1/+0
2022-05-05serial: pic32: convert to_pic32_sport() to an inlineJiri Slaby1-1/+5
2022-05-05serial: pic32: remove pic32_get_port() macroJiri Slaby1-12/+4
2022-05-05serial: pic32: simplify pic32_sport::enable_tx_irq handlingJiri Slaby1-7/+6
2022-05-05serial: pic32: simplify clk handlingJiri Slaby1-23/+5
2022-05-05serial: pic32: remove constants from struct pic32_sportJiri Slaby1-12/+3
2022-05-05serial: pic32: move header content to .cJiri Slaby1-1/+103
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2020-03-12serial: pic32_uart: Use uart_console() helperAndy Shevchenko1-7/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2018-11-09serial: set suppress_bind_attrs flag only if builtinAnders Roxell1-0/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-01-12serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancyChristophe JAILLET1-3/+3
2016-06-25serial: pic32_uart: Fix double free of 'sport->irq_fault_name'.Purna Chandra Mandal1-1/+0
2016-05-13serial: pic32_uart: Add PIC32 UART driverAndrei Pistirica1-0/+960