summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-05serial: pch: inline pop_tx() into handle_tx()Jiri Slaby1-18/+7
2022-05-05serial: pch: simplify pop_tx() even moreJiri Slaby1-7/+5
2022-05-05serial: pch: remove xmit circ_buf size double checkJiri Slaby1-6/+1
2022-05-05serial: pch: remove debug print from pop_txJiri Slaby1-5/+1
2022-05-05serial: pch: decomission pch_uart_hal_write()Jiri Slaby1-33/+13
2022-05-05serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby1-20/+7
2022-05-05serial: pch: move size check from pop_tx one level upJiri Slaby1-6/+8
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 Slaby2-117/+103
2022-05-05serial: pic32: remove unused items from the headerJiri Slaby1-9/+0
2022-05-05serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut2-2/+41
2022-05-05serial: stm32: Factor out GPIO RTS toggling into separate functionMarek Vasut1-21/+38
2022-05-05serial: sifive: Remove duplicate `clkin_rate' settingMaciej W. Rozycki1-8/+6
2022-05-05serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki1-1/+1
2022-05-05serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki1-68/+271
2022-05-05serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2-21/+22
2022-05-05serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki1-51/+25
2022-05-05serial: men_z135_uart: Drop duplicated iotype assignmentIlpo Järvinen1-1/+0
2022-05-05serial: 8250: pxa: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven1-1/+0
2022-05-05serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven1-1/+0
2022-05-05serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus1-1/+1
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman310-1985/+2976
2022-05-01Merge tag 'irq_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2022-04-30Merge tag 'char-misc-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-113/+148
2022-04-30Merge tag 'tty-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-215/+293
2022-04-30Merge tag 'usb-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-44/+191
2022-04-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+5
2022-04-30Merge tag 'soc-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-19/+67
2022-04-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-32/+169
2022-04-30Merge tag 'random-5.18-rc5-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+8
2022-04-29Merge tag 'imx-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-1/+1
2022-04-29Merge tag 'sunxi-fixes-for-5.18-1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+2
2022-04-29Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-155/+195
2022-04-29Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...Dave Airlie10-140/+165
2022-04-29Merge tag 'drm-intel-fixes-2022-04-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-12/+30
2022-04-29Merge tag 'drm-misc-fixes-2022-04-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-3/+0
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-208/+188
2022-04-28Merge tag 'thermal-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+7
2022-04-28Merge tag 'pm-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-26/+75
2022-04-28Merge tag 'acpi-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-6/+2
2022-04-28Merge tag 'platform-drivers-x86-v5.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-20/+58