Re: [RESEND PATCH] ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC

2019-01-04 Thread Olof Johansson
On Fri, Dec 21, 2018 at 05:51:24PM +0900, Masahiro Yamada wrote:
> Enable the UniPhier MIO DMAC driver. This is used as the DMA engine
> for accelerating the SD/eMMC controller drivers.
> 
> Signed-off-by: Masahiro Yamada 
> ---
> 
> When I sent this last time, Olof asked me to resend it later
> to avoid accidental drop.
> 
> I think the patches for v5.0 have been almost queued up.
> So, I am resending it on top of that.
> 
> The insert context was decided by savedefconfig
> based on next-20181221.

Applied now that the driver has landed in mainline.


-Olof


Re: [RESEND PATCH] ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC

2019-01-03 Thread Masahiro Yamada
Hi Olof, Arnd,

On Sat, Dec 22, 2018 at 12:27 AM Masahiro Yamada
 wrote:
>
> Enable the UniPhier MIO DMAC driver. This is used as the DMA engine
> for accelerating the SD/eMMC controller drivers.
>
> Signed-off-by: Masahiro Yamada 
> ---
>
> When I sent this last time, Olof asked me to resend it later
> to avoid accidental drop.
>
> I think the patches for v5.0 have been almost queued up.
> So, I am resending it on top of that.
>
> The insert context was decided by savedefconfig
> based on next-20181221.


Please let me confirm if this patch is on the right track...

https://lore.kernel.org/patchwork/patch/1027080/

Thanks.


>
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig 
> b/arch/arm/configs/multi_v7_defconfig
> index 63af623..715da88 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -862,6 +862,7 @@ CONFIG_STM32_DMA=y
>  CONFIG_STM32_DMAMUX=y
>  CONFIG_STM32_MDMA=y
>  CONFIG_TEGRA20_APB_DMA=y
> +CONFIG_UNIPHIER_MDMAC=y
>  CONFIG_XILINX_DMA=y
>  CONFIG_QCOM_BAM_DMA=y
>  CONFIG_DW_DMAC=y
> --
> 2.7.4
>


-- 
Best Regards
Masahiro Yamada


[RESEND PATCH] ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC

2018-12-21 Thread Masahiro Yamada
Enable the UniPhier MIO DMAC driver. This is used as the DMA engine
for accelerating the SD/eMMC controller drivers.

Signed-off-by: Masahiro Yamada 
---

When I sent this last time, Olof asked me to resend it later
to avoid accidental drop.

I think the patches for v5.0 have been almost queued up.
So, I am resending it on top of that.

The insert context was decided by savedefconfig
based on next-20181221.


 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig 
b/arch/arm/configs/multi_v7_defconfig
index 63af623..715da88 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -862,6 +862,7 @@ CONFIG_STM32_DMA=y
 CONFIG_STM32_DMAMUX=y
 CONFIG_STM32_MDMA=y
 CONFIG_TEGRA20_APB_DMA=y
+CONFIG_UNIPHIER_MDMAC=y
 CONFIG_XILINX_DMA=y
 CONFIG_QCOM_BAM_DMA=y
 CONFIG_DW_DMAC=y
-- 
2.7.4



Re: [PATCH] ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC

2018-11-30 Thread Olof Johansson
On Wed, Nov 28, 2018 at 12:04:03PM +0900, Masahiro Yamada wrote:
> Enable the UniPhier MIO DMAC driver. This is used as the DMA engine
> for accelerating the SD/eMMC controller drivers.
> 
> Signed-off-by: Masahiro Yamada 
> ---
> 
> The insertion context was decided by savedefconfig on next-20181127.

If we apply it now, there's a risk someone will accidentally drop it since the
config option is coming in through a different tree.

So, please resend this before -rc1 so we can include it towards the end of the
merge window. Thanks!


-Olof


Re: [PATCH] ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC

2018-11-30 Thread Olof Johansson
On Wed, Nov 28, 2018 at 12:04:03PM +0900, Masahiro Yamada wrote:
> Enable the UniPhier MIO DMAC driver. This is used as the DMA engine
> for accelerating the SD/eMMC controller drivers.
> 
> Signed-off-by: Masahiro Yamada 
> ---
> 
> The insertion context was decided by savedefconfig on next-20181127.

If we apply it now, there's a risk someone will accidentally drop it since the
config option is coming in through a different tree.

So, please resend this before -rc1 so we can include it towards the end of the
merge window. Thanks!


-Olof


[PATCH] ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC

2018-11-27 Thread Masahiro Yamada
Enable the UniPhier MIO DMAC driver. This is used as the DMA engine
for accelerating the SD/eMMC controller drivers.

Signed-off-by: Masahiro Yamada 
---

The insertion context was decided by savedefconfig on next-20181127.


 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig 
b/arch/arm/configs/multi_v7_defconfig
index 63af623..715da88 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -862,6 +862,7 @@ CONFIG_STM32_DMA=y
 CONFIG_STM32_DMAMUX=y
 CONFIG_STM32_MDMA=y
 CONFIG_TEGRA20_APB_DMA=y
+CONFIG_UNIPHIER_MDMAC=y
 CONFIG_XILINX_DMA=y
 CONFIG_QCOM_BAM_DMA=y
 CONFIG_DW_DMAC=y
-- 
2.7.4



[PATCH] ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC

2018-11-27 Thread Masahiro Yamada
Enable the UniPhier MIO DMAC driver. This is used as the DMA engine
for accelerating the SD/eMMC controller drivers.

Signed-off-by: Masahiro Yamada 
---

The insertion context was decided by savedefconfig on next-20181127.


 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig 
b/arch/arm/configs/multi_v7_defconfig
index 63af623..715da88 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -862,6 +862,7 @@ CONFIG_STM32_DMA=y
 CONFIG_STM32_DMAMUX=y
 CONFIG_STM32_MDMA=y
 CONFIG_TEGRA20_APB_DMA=y
+CONFIG_UNIPHIER_MDMAC=y
 CONFIG_XILINX_DMA=y
 CONFIG_QCOM_BAM_DMA=y
 CONFIG_DW_DMAC=y
-- 
2.7.4