2019-08-14 07:19:12

by Mao Wenan

[permalink] [raw]
Subject: [PATCH v2 linux-next 0/2] change mux_configure32() to static

First patch is to make mux_configure32() static to avoid sparse warning,
the second patch is to chage alignment of two functions.

v2: change subject from "drivers: dma: Fix sparse warning for mux_configure32"
to "drivers: dma: make mux_configure32 static", and cleanup the log. And add
one patch to change alignment of two functions.

Mao Wenan (2):
drivers: dma: make mux_configure32 static
drivers: dma: change alignment of mux_configure32 and
fsl_edma_chan_mux

drivers/dma/fsl-edma-common.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

--
2.20.1


2019-08-20 11:45:43

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH v2 linux-next 0/2] change mux_configure32() to static

On 14-08-19, 15:21, Mao Wenan wrote:
> First patch is to make mux_configure32() static to avoid sparse warning,
> the second patch is to chage alignment of two functions.

The subsystem name is "dmaengine" please use that in future, I have
fixed that and applied

> v2: change subject from "drivers: dma: Fix sparse warning for mux_configure32"
> to "drivers: dma: make mux_configure32 static", and cleanup the log. And add
> one patch to change alignment of two functions.
>
> Mao Wenan (2):
> drivers: dma: make mux_configure32 static
> drivers: dma: change alignment of mux_configure32 and
> fsl_edma_chan_mux
>
> drivers/dma/fsl-edma-common.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> --
> 2.20.1

--
~Vinod

2019-08-20 11:51:10

by Mao Wenan

[permalink] [raw]
Subject: Re: [PATCH v2 linux-next 0/2] change mux_configure32() to static



On 2019/8/20 19:41, Vinod Koul wrote:
> On 14-08-19, 15:21, Mao Wenan wrote:
>> First patch is to make mux_configure32() static to avoid sparse warning,
>> the second patch is to chage alignment of two functions.
>
> The subsystem name is "dmaengine" please use that in future, I have
> fixed that and applied

Okay, thanks.

>
>> v2: change subject from "drivers: dma: Fix sparse warning for mux_configure32"
>> to "drivers: dma: make mux_configure32 static", and cleanup the log. And add
>> one patch to change alignment of two functions.
>>
>> Mao Wenan (2):
>> drivers: dma: make mux_configure32 static
>> drivers: dma: change alignment of mux_configure32 and
>> fsl_edma_chan_mux
>>
>> drivers/dma/fsl-edma-common.c | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> --
>> 2.20.1
>