linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] tty: serial: Use dma_request_chan() directly for channel request
@ 2019-11-13  9:46 Peter Ujfalusi
  2019-11-13  9:46 ` [PATCH 1/3] tty: serial: amba-pl011: " Peter Ujfalusi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter Ujfalusi @ 2019-11-13  9:46 UTC (permalink / raw)
  To: gregkh, linux, agross, bjorn.andersson, ldewangan,
	thierry.reding, jonathanh
  Cc: vkoul, jslaby, linux-serial, linux-kernel, linux-arm-msm, linux-tegra

Hi,

I'm going through the tree to remove dma_request_slave_channel_reason() as it
is just:
#define dma_request_slave_channel_reason(dev, name) \
	dma_request_chan(dev, name)

Regards,
Peter
---
Peter Ujfalusi (3):
  tty: serial: amba-pl011: Use dma_request_chan() directly for channel
    request
  tty: serial: msm_serial: Use dma_request_chan() directly for channel
    request
  tty: serial: tegra: Use dma_request_chan() directly for channel
    request

 drivers/tty/serial/amba-pl011.c   | 2 +-
 drivers/tty/serial/msm_serial.c   | 4 ++--
 drivers/tty/serial/serial-tegra.c | 3 +--
 3 files changed, 4 insertions(+), 5 deletions(-)

-- 
Peter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

end of thread, other threads:[~2019-11-14  7:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  9:46 [PATCH 0/3] tty: serial: Use dma_request_chan() directly for channel request Peter Ujfalusi
2019-11-13  9:46 ` [PATCH 1/3] tty: serial: amba-pl011: " Peter Ujfalusi
2019-11-13  9:46 ` [PATCH 2/3] tty: serial: msm_serial: " Peter Ujfalusi
2019-11-13  9:46 ` [PATCH 3/3] tty: serial: tegra: " Peter Ujfalusi
2019-11-14  7:05   ` Jon Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).