summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/pic32_uart.c
AgeCommit message (Expand)Author
2023-01-19serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()Yuan Can
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-02tty: serial: pic32_uart: use console_is_registered()John Ogness
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness
2022-11-03serial: pic32: Use uart_xmit_advance()Ilpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-30serial: pic32_uart: Convert to use GPIO descriptorsAndy Shevchenko
2022-08-30serial: pic32_uart: Utilize uart_console_enabled()Andy Shevchenko
2022-06-10serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...Yang Yingliang
2022-05-05serial: pic32: restore disabled irqs in pic32_uart_startup()Jiri Slaby
2022-05-05serial: pic32: free up irq names correctlyJiri Slaby
2022-05-05serial: pic32: don't zero members of kzalloc-ated structureJiri Slaby
2022-05-05serial: pic32: don't assign pic32_sport::cts_gpio twiceJiri Slaby
2022-05-05serial: pic32: convert to_pic32_sport() to an inlineJiri Slaby
2022-05-05serial: pic32: remove pic32_get_port() macroJiri Slaby
2022-05-05serial: pic32: simplify pic32_sport::enable_tx_irq handlingJiri Slaby
2022-05-05serial: pic32: simplify clk handlingJiri Slaby
2022-05-05serial: pic32: remove constants from struct pic32_sportJiri Slaby
2022-05-05serial: pic32: move header content to .cJiri Slaby
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2020-03-12serial: pic32_uart: Use uart_console() helperAndy Shevchenko
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2018-11-09serial: set suppress_bind_attrs flag only if builtinAnders Roxell
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-01-12serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancyChristophe JAILLET
2016-06-25serial: pic32_uart: Fix double free of 'sport->irq_fault_name'.Purna Chandra Mandal
2016-05-13serial: pic32_uart: Add PIC32 UART driverAndrei Pistirica