Linux USB
 help / color / mirror / Atom feed
* [PATCH v2 0/3] usb: chipidea: An USB DMA fix + cleanups for Tegra
@ 2023-09-28 21:06 Michał Mirosław
  2023-09-28 21:06 ` [PATCH v2 1/3] usb: chipidea: Fix DMA overwrite " Michał Mirosław
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Michał Mirosław @ 2023-09-28 21:06 UTC (permalink / raw)
  To: Dmitry Osipenko, Greg Kroah-Hartman, Peter Chen, Peter Geis,
	Thierry Reding
  Cc: linux-kernel, linux-tegra, 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.

v2: reworded the commit message in patch #1

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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28 21:06 [PATCH v2 0/3] usb: chipidea: An USB DMA fix + cleanups for Tegra Michał Mirosław
2023-09-28 21:06 ` [PATCH v2 1/3] usb: chipidea: Fix DMA overwrite " Michał Mirosław
2023-10-11 21:51   ` Thierry Reding
2023-10-12 14:28   ` Peter Chen
2023-09-28 21:06 ` [PATCH v2 2/3] usb: chipidea: Simplify Tegra DMA alignment code Michał Mirosław
2023-10-11 21:53   ` Thierry Reding
2023-10-12 14:28     ` Peter Chen
2023-10-12 21:20     ` Michał Mirosław
2023-09-28 21:06 ` [PATCH v2 3/3] usb: chipidea: tegra: Consistently use dev_err_probe() Michał Mirosław
2023-10-11 21:53   ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox