All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] Misc OMAP GPIO/UART fixes
@ 2024-10-11 17:33 Judith Mendez
  2024-10-11 17:33 ` [PATCH RESEND 1/2] gpio: omap: Add omap_gpio_disable/enable_irq calls Judith Mendez
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Judith Mendez @ 2024-10-11 17:33 UTC (permalink / raw)
  To: Santosh Shilimkar, Kevin Hilman, Linus Walleij,
	Bartosz Golaszewski
  Cc: linux-omap, linux-gpio, linux-kernel, Bin Liu, linux-serial,
	Judith Mendez

This patch series carries some miscellaneous
OMAP driver fixes for GPIO and UART drivers.

For GPIO, add gpio_enable and gpio_disable calls
to gpio-omap which fixes an issue where if there
is an irq storm, serial console is unresponsive.

For UART, move pm_runtime_get_sync since the
current order of omap_8250_rx_dma_flush and
pm_runtime_get_sync calls are set in a way that
when omap_8250_shutdown returns, dma->rx_running
is set and this causes issues next time the UART
is re-opened.

Changes since v1:
- Fix CC list
- Drop Fixes tag

Judith Mendez (2):
  gpio: omap: Add omap_gpio_disable/enable_irq calls
  serial: 8250: omap: Move pm_runtime_get_sync

 drivers/gpio/gpio-omap.c            | 29 +++++++++++++++++++++++++++++
 drivers/tty/serial/8250/8250_omap.c |  4 ++--
 2 files changed, 31 insertions(+), 2 deletions(-)


base-commit: f45840d172a06d07a1a408b38bdb0be9ab3fd8cb
-- 
2.47.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-10-17 18:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 17:33 [PATCH RESEND 0/2] Misc OMAP GPIO/UART fixes Judith Mendez
2024-10-11 17:33 ` [PATCH RESEND 1/2] gpio: omap: Add omap_gpio_disable/enable_irq calls Judith Mendez
2024-10-11 19:07   ` Andrew Davis
2024-10-17 18:38     ` Judith Mendez
2024-10-11 17:33 ` [PATCH RESEND 2/2] serial: 8250: omap: Move pm_runtime_get_sync Judith Mendez
2024-10-12  0:19   ` Kevin Hilman
2024-10-12  8:03   ` Greg KH
2024-10-17 18:47     ` Judith Mendez
2024-10-12 12:27   ` Andreas Kemnade
     [not found]     ` <4297747A-8AB9-4E50-93FF-723672B6471C@gmail.com>
2024-10-14 15:22       ` Andreas Kemnade
2024-10-11 22:52 ` [PATCH RESEND 0/2] Misc OMAP GPIO/UART fixes Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.