All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] NVIDIA Tegra serial driver improvements
@ 2020-01-12 18:09 ` Dmitry Osipenko
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Osipenko @ 2020-01-12 18:09 UTC (permalink / raw)
  To: Laxman Dewangan, Greg Kroah-Hartman, Thierry Reding, Jonathan Hunter
  Cc: linux-serial-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Hello,

This series is a complement to [1], which changed APB DMA driver's runtime
PM to make DMA clock enabled only during of actual transfer activity.
Unfortunately turned out that it wasn't enough because serial driver keeps
RX DMA active all the time in practice and that's what the first patch of
this series addresses. Secondly, I noticed that DMA synchronization could
be improved, it is also addressed now. Please review and apply, thanks in
advance!

Dmitry Osipenko (2):
  tty: serial: tegra: Activate RX DMA transfer by request
  tty: serial: tegra: Optimize DMA buffer synchronization

 drivers/tty/serial/serial-tegra.c | 94 ++++++++++++++++++-------------
 1 file changed, 55 insertions(+), 39 deletions(-)

-- 
2.24.0

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

end of thread, other threads:[~2020-01-12 18:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 18:09 [PATCH v1 0/2] NVIDIA Tegra serial driver improvements Dmitry Osipenko
2020-01-12 18:09 ` Dmitry Osipenko
2020-01-12 18:09 ` [PATCH v1 1/2] tty: serial: tegra: Activate RX DMA transfer by request Dmitry Osipenko
2020-01-12 18:09 ` [PATCH v1 2/2] tty: serial: tegra: Optimize DMA buffer synchronization Dmitry Osipenko

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.