* Re: [PATCH 0/8 v2] dmaengine: shdma: use normal interface for passing slave id
@ 2015-01-20 4:14 Kuninori Morimoto
2015-01-20 9:58 ` Ulf Hansson
2015-01-20 13:03 ` Arnd Bergmann
0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2015-01-20 4:14 UTC (permalink / raw)
To: linux-sh
Hi Vinod
Cc Arnd, Ulf, Brian, Mark
These are v2 of shdma-base fixup patches.
Original patch came from Arnd, and, I tidyuped/tested on real board.
Arnd
can you please check these patches ?
Brian
can you please check 2) these patches ?
Ulf
can you please check 5) 6) patches ?
Mark
can you please check 3) 4) 7) 8) patches ?
I don't know who/how to merge these patches, but,
5) 6) patches needs Vinod's next branch and Ulf's next branch.
Arnd Bergmann (4):
1) dmaengine: shdma: use normal interface for passing slave id
2) mtd: sh_flctl: remove slave_id settings for DMAEngine
3) spi: rspi: remove slave_id settings for DMAEngine
4) spi: sh-msiof: remove slave_id settings for DMAEngine
Kuninori Morimoto (4):
5) mmc: sh_mmcif: remove slave_id settings for DMAEngine
6) mmc: tmio_mmc: remove slave_id settings for DMAEngine
7) ASoC: fsi: remove slave_id settings for DMAEngine
8) ASoC: rsnd: remove slave_id settings for DMAEngine
drivers/dma/sh/shdma-base.c | 73 +++++++++++++++++++++++++++----------
drivers/mmc/host/sh_mmcif.c | 12 +++---
drivers/mmc/host/sh_mobile_sdhi.c | 2 -
drivers/mmc/host/tmio_mmc.h | 2 -
drivers/mmc/host/tmio_mmc_dma.c | 4 --
drivers/mtd/nand/sh_flctl.c | 2 -
drivers/spi/spi-rspi.c | 1 -
drivers/spi/spi-sh-msiof.c | 1 -
include/linux/shdma-base.h | 1 +
sound/soc/sh/fsi.c | 3 +-
sound/soc/sh/rcar/core.c | 3 +-
11 files changed, 61 insertions(+), 43 deletions(-)
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH 0/8 v2] dmaengine: shdma: use normal interface for passing slave id
2015-01-20 4:14 [PATCH 0/8 v2] dmaengine: shdma: use normal interface for passing slave id Kuninori Morimoto
@ 2015-01-20 9:58 ` Ulf Hansson
2015-01-20 13:03 ` Arnd Bergmann
1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2015-01-20 9:58 UTC (permalink / raw)
To: linux-sh
On 20 January 2015 at 05:14, Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
>
> Hi Vinod
> Cc Arnd, Ulf, Brian, Mark
>
> These are v2 of shdma-base fixup patches.
> Original patch came from Arnd, and, I tidyuped/tested on real board.
>
> Arnd
> can you please check these patches ?
>
> Brian
> can you please check 2) these patches ?
>
> Ulf
> can you please check 5) 6) patches ?
I will.
>
> Mark
> can you please check 3) 4) 7) 8) patches ?
>
> I don't know who/how to merge these patches, but,
I am not sure what dependency there are between all the patches. I
would be easiest to handle them separately if possible.
> 5) 6) patches needs Vinod's next branch and Ulf's next branch.
I have shared the following immutable branch for tmio. Don't pull my
next branch, since I rebase it.
git.linaro.org/people/ulf.hansson/mmc.git tmio
>
> Arnd Bergmann (4):
> 1) dmaengine: shdma: use normal interface for passing slave id
> 2) mtd: sh_flctl: remove slave_id settings for DMAEngine
> 3) spi: rspi: remove slave_id settings for DMAEngine
> 4) spi: sh-msiof: remove slave_id settings for DMAEngine
>
> Kuninori Morimoto (4):
> 5) mmc: sh_mmcif: remove slave_id settings for DMAEngine
> 6) mmc: tmio_mmc: remove slave_id settings for DMAEngine
> 7) ASoC: fsi: remove slave_id settings for DMAEngine
> 8) ASoC: rsnd: remove slave_id settings for DMAEngine
>
> drivers/dma/sh/shdma-base.c | 73 +++++++++++++++++++++++++++----------
> drivers/mmc/host/sh_mmcif.c | 12 +++---
> drivers/mmc/host/sh_mobile_sdhi.c | 2 -
> drivers/mmc/host/tmio_mmc.h | 2 -
> drivers/mmc/host/tmio_mmc_dma.c | 4 --
> drivers/mtd/nand/sh_flctl.c | 2 -
> drivers/spi/spi-rspi.c | 1 -
> drivers/spi/spi-sh-msiof.c | 1 -
> include/linux/shdma-base.h | 1 +
> sound/soc/sh/fsi.c | 3 +-
> sound/soc/sh/rcar/core.c | 3 +-
> 11 files changed, 61 insertions(+), 43 deletions(-)
>
>
> Best regards
> ---
> Kuninori Morimoto
Kind regards
Uffe
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/8 v2] dmaengine: shdma: use normal interface for passing slave id
2015-01-20 4:14 [PATCH 0/8 v2] dmaengine: shdma: use normal interface for passing slave id Kuninori Morimoto
2015-01-20 9:58 ` Ulf Hansson
@ 2015-01-20 13:03 ` Arnd Bergmann
1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2015-01-20 13:03 UTC (permalink / raw)
To: linux-sh
On Tuesday 20 January 2015 04:14:42 Kuninori Morimoto wrote:
> Hi Vinod
> Cc Arnd, Ulf, Brian, Mark
>
> These are v2 of shdma-base fixup patches.
> Original patch came from Arnd, and, I tidyuped/tested on real board.
>
> Arnd
> can you please check these patches ?
>
>
I found one unrelated problem and replied with a patch, but all
your changes look good to me. For the ones that don't already
list me as the author:
Acked-by: Arnd Bergmann <arnd@arndb.de>
Arnd
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-20 13:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20 4:14 [PATCH 0/8 v2] dmaengine: shdma: use normal interface for passing slave id Kuninori Morimoto
2015-01-20 9:58 ` Ulf Hansson
2015-01-20 13:03 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox