All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] usb: chipidea: Tegra USB DMA fix + cleanups
@ 2023-09-23 19:41 ` Michał Mirosław
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Mirosław @ 2023-09-23 19:41 UTC (permalink / raw)
  To: Dmitry Osipenko, Greg Kroah-Hartman, Jonathan Hunter, Peter Chen,
	Peter Geis, Thierry Reding
  Cc: linux-tegra, linux-arm-kernel, linux-kernel, linux-usb

This series contains a fix for a DMA buffer overflow in Tegra USB driver
followed by a cleanup of the DMA bounce buffer code and another cleanup
to make probe() consistently use dev_err_probe() for error printk()s.

Michał Mirosław (3):
  usb: chipidea: Fix DMA overwrite for Tegra
  usb: chipidea: Simplify Tegra DMA alignment code
  usb: chipidea: tegra: Consistently use dev_err_probe()

 drivers/usb/chipidea/ci_hdrc_tegra.c | 16 ++++------
 drivers/usb/chipidea/host.c          | 48 ++++++++++++----------------
 2 files changed, 27 insertions(+), 37 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-09-26 12:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-23 19:41 [PATCH 0/3] usb: chipidea: Tegra USB DMA fix + cleanups Michał Mirosław
2023-09-23 19:41 ` Michał Mirosław
2023-09-23 19:41 ` [PATCH 1/3] usb: chipidea: Fix DMA overwrite for Tegra Michał Mirosław
2023-09-23 19:41   ` Michał Mirosław
2023-09-25 11:45   ` Peter Chen
2023-09-25 11:45     ` Peter Chen
2023-09-25 23:53     ` Michał Mirosław
2023-09-25 23:53       ` Michał Mirosław
2023-09-26 12:11       ` Peter Chen
2023-09-26 12:11         ` Peter Chen
2023-09-23 19:41 ` [PATCH 3/3] usb: chipidea: tegra: Consistently use dev_err_probe() Michał Mirosław
2023-09-23 19:41   ` Michał Mirosław
2023-09-25 11:47   ` Peter Chen
2023-09-25 11:47     ` Peter Chen
2023-09-23 19:41 ` [PATCH 2/3] usb: chipidea: Simplify Tegra DMA alignment code Michał Mirosław
2023-09-23 19:41   ` Michał Mirosław

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.