linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mms: Use dma_request_chan() directly for channel request
@ 2019-11-13  9:36 Peter Ujfalusi
  2019-11-13  9:36 ` [PATCH 1/2] mmc: atmel-mci: " Peter Ujfalusi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peter Ujfalusi @ 2019-11-13  9:36 UTC (permalink / raw)
  To: ulf.hansson, ludovic.desroches
  Cc: vkoul, linux-mmc, linux-arm-kernel, linux-kernel, nicolas.ferre,
	alexandre.belloni

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 (2):
  mmc: atmel-mci: Use dma_request_chan() directly for channel request
  mmc: moxart: Use dma_request_chan() directly for channel request

 drivers/mmc/host/atmel-mci.c  | 3 +--
 drivers/mmc/host/moxart-mmc.c | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
Peter

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

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  9:36 [PATCH 0/2] mms: Use dma_request_chan() directly for channel request Peter Ujfalusi
2019-11-13  9:36 ` [PATCH 1/2] mmc: atmel-mci: " Peter Ujfalusi
2019-11-13 13:34   ` Ludovic.Desroches
2019-11-13  9:36 ` [PATCH 2/2] mmc: moxart: " Peter Ujfalusi
2019-11-14  4:33 ` [PATCH 0/2] mms: " Vinod Koul
2019-11-14 12:53 ` Ulf Hansson

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).