Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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