diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-04-21 10:27:01 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-04-21 10:27:01 -0700 |
commit | c0c6b5c090ead778b3a8132201d25040b1fdcbf8 (patch) | |
tree | b5089a317857813bb32d704fa555870a963d4f57 /MAINTAINERS | |
parent | 5fa0ab4547ceb1a0f839ac0b8ca5f7f14179b0e4 (diff) | |
parent | ea2624b5b829b8f93c0dce25721d835969b34faf (diff) | |
download | linux-stable-c0c6b5c090ead778b3a8132201d25040b1fdcbf8.tar.gz linux-stable-c0c6b5c090ead778b3a8132201d25040b1fdcbf8.tar.bz2 linux-stable-c0c6b5c090ead778b3a8132201d25040b1fdcbf8.zip |
Merge tag 'tty-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial driver fixes from Greg KH:
"Here are some small tty and serial driver fixes for 6.9-rc5 that
resolve a bunch of reported problems. Included in here are:
- MAINTAINERS and .mailmap update for Richard Genoud
- serial core regression fixes from 6.9-rc1 changes
- pci id cleanups
- serial core crash fix
- stm32 driver fixes
- 8250 driver fixes
All of these have been in linux-next for a while with no reported
problems"
* tag 'tty-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
serial: stm32: Reset .throttled state in .startup()
serial: stm32: Return IRQ_NONE in the ISR if no handling happend
serial: core: Fix missing shutdown and startup for serial base port
serial: core: Clearing the circular buffer before NULLifying it
MAINTAINERS: mailmap: update Richard Genoud's email address
serial/pmac_zilog: Remove flawed mitigation for rx irq flood
serial: 8250_pci: Remove redundant PCI IDs
serial: core: Fix regression when runtime PM is not enabled
serial: mxs-auart: add spinlock around changing cts state
serial: 8250_dw: Revert: Do not reclock if already at correct rate
serial: 8250_lpc18xx: disable clks on error in probe()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4b6db2054713..ebf03f5f0619 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14356,7 +14356,7 @@ F: drivers/dma/at_xdmac.c F: include/dt-bindings/dma/at91.h MICROCHIP AT91 SERIAL DRIVER -M: Richard Genoud <richard.genoud@gmail.com> +M: Richard Genoud <richard.genoud@bootlin.com> S: Maintained F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml F: drivers/tty/serial/atmel_serial.c |