linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] i2c: Use dma_request_chan() directly for channel request
@ 2019-11-13  9:22 Peter Ujfalusi
  2019-11-13  9:22 ` [PATCH 1/4] i2c: at91: " Peter Ujfalusi
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Peter Ujfalusi @ 2019-11-13  9:22 UTC (permalink / raw)
  To: ludovic.desroches, agross, wsa+renesas, ldewangan
  Cc: vkoul, linux-i2c, linux-kernel, linux-arm-kernel, linux-arm-msm,
	digetx, linux-tegra, thierry.reding, jonathanh, nicolas.ferre,
	alexandre.belloni, bjorn.andersson

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 (4):
  i2c: at91: Use dma_request_chan() directly for channel request
  i2c: qup: Use dma_request_chan() directly for channel request
  i2c: sh_mobile: Use dma_request_chan() directly for channel request
  i2c: tegra: Use dma_request_chan() directly for channel request

 drivers/i2c/busses/i2c-at91-master.c | 4 ++--
 drivers/i2c/busses/i2c-qup.c         | 4 ++--
 drivers/i2c/busses/i2c-sh_mobile.c   | 2 +-
 drivers/i2c/busses/i2c-tegra.c       | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

-- 
Peter

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


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  9:22 [PATCH 0/4] i2c: Use dma_request_chan() directly for channel request Peter Ujfalusi
2019-11-13  9:22 ` [PATCH 1/4] i2c: at91: " Peter Ujfalusi
2019-11-13 13:35   ` Ludovic.Desroches
2019-11-13  9:22 ` [PATCH 2/4] i2c: qup: " Peter Ujfalusi
2019-11-13  9:22 ` [PATCH 3/4] i2c: sh_mobile: " Peter Ujfalusi
2019-11-13  9:22 ` [PATCH 4/4] i2c: tegra: " Peter Ujfalusi
2019-11-14  7:05   ` Jon Hunter
2019-11-14  4:34 ` [PATCH 0/4] i2c: " Vinod Koul
2019-11-14 20:43 ` Wolfram Sang

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