diff mbox series

[2/2] riscv: sifive: fu540: Enable SiFive PWM driver

Message ID 20200529064452.7735-3-pragnesh.patel@sifive.com
State Accepted
Commit 3d5ac3536be97a679763e261c55167bfd356a412
Delegated to: Andes
Headers show
Series Enable all cache ways and Enable SiFive PWM driver | expand

Commit Message

Pragnesh Patel May 29, 2020, 6:44 a.m. UTC
This patch enables SiFive PWM driver for the SiFive
Unleashed board.

Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
---
 board/sifive/fu540/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bin Meng June 23, 2020, 7:49 a.m. UTC | #1
On Fri, May 29, 2020 at 2:45 PM Pragnesh Patel
<pragnesh.patel@sifive.com> wrote:
>
> This patch enables SiFive PWM driver for the SiFive
> Unleashed board.
>
> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
> ---
>  board/sifive/fu540/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
>

Reviewed-by: Bin Meng <bin.meng@windriver.com>
Rick Chen June 24, 2020, 12:59 a.m. UTC | #2
Hi Pragnesh

> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
> Sent: Friday, May 29, 2020 2:45 PM
> To: u-boot@lists.denx.de
> Cc: atish.patra@wdc.com; palmerdabbelt@google.com; bmeng.cn@gmail.com; paul.walmsley@sifive.com; anup.patel@wdc.com; sagar.kadam@sifive.com; Rick Jian-Zhi Chen(陳建志); Pragnesh Patel; Palmer Dabbelt
> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
>
> This patch enables SiFive PWM driver for the SiFive Unleashed board.
>
> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
> ---
>  board/sifive/fu540/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index 86193d7668..683668d059 100644
> --- a/board/sifive/fu540/Kconfig
> +++ b/board/sifive/fu540/Kconfig
> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
>         imply SMP
>         imply MISC
>         imply SIFIVE_OTP
> +       imply DM_PWM
> +       imply PWM_SIFIVE
>

This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
It is weird to introduce here and not appropriate to depend on another patch.

Thanks,
Rick

>  endif
> --
> 2.17.1
Pragnesh Patel June 24, 2020, 4:32 a.m. UTC | #3
Hi Rick,

>-----Original Message-----
>From: Rick Chen <rickchen36@gmail.com>
>Sent: 24 June 2020 06:30
>To: Pragnesh Patel <pragnesh.patel@sifive.com>
>Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
>Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>;
>Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>; Alan
>Kao <alankao@andestech.com>
>Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
>
>[External Email] Do not click links or attachments unless you recognize the
>sender and know the content is safe
>
>Hi Pragnesh
>
>> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
>> Sent: Friday, May 29, 2020 2:45 PM
>> To: u-boot@lists.denx.de
>> Cc: atish.patra@wdc.com; palmerdabbelt@google.com;
>bmeng.cn@gmail.com; paul.walmsley@sifive.com; anup.patel@wdc.com;
>sagar.kadam@sifive.com; Rick Jian-Zhi Chen(陳建志); Pragnesh Patel; Palmer
>Dabbelt
>> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
>>
>> This patch enables SiFive PWM driver for the SiFive Unleashed board.
>>
>> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
>> ---
>>  board/sifive/fu540/Kconfig | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index
>86193d7668..683668d059 100644
>> --- a/board/sifive/fu540/Kconfig
>> +++ b/board/sifive/fu540/Kconfig
>> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
>>         imply SMP
>>         imply MISC
>>         imply SIFIVE_OTP
>> +       imply DM_PWM
>> +       imply PWM_SIFIVE
>>
>
>This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
>It is weird to introduce here and not appropriate to depend on another patch.

Do you want me to send this 2 patches separately independent of each other ?

>
>Thanks,
>Rick
>
>>  endif
>> --
>> 2.17.1
Rick Chen June 24, 2020, 5:14 a.m. UTC | #4
Hi Pragnesh

> Hi Rick,
>
> >-----Original Message-----
> >From: Rick Chen <rickchen36@gmail.com>
> >Sent: 24 June 2020 06:30
> >To: Pragnesh Patel <pragnesh.patel@sifive.com>
> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
> ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
> ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
> >Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>;
> >Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>; Alan
> >Kao <alankao@andestech.com>
> >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> >
> >[External Email] Do not click links or attachments unless you recognize the
> >sender and know the content is safe
> >
> >Hi Pragnesh
> >
> >> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
> >> Sent: Friday, May 29, 2020 2:45 PM
> >> To: u-boot@lists.denx.de
> >> Cc: atish.patra@wdc.com; palmerdabbelt@google.com;
> >bmeng.cn@gmail.com; paul.walmsley@sifive.com; anup.patel@wdc.com;
> >sagar.kadam@sifive.com; Rick Jian-Zhi Chen(陳建志); Pragnesh Patel; Palmer
> >Dabbelt
> >> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> >>
> >> This patch enables SiFive PWM driver for the SiFive Unleashed board.
> >>
> >> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
> >> ---
> >>  board/sifive/fu540/Kconfig | 2 ++
> >>  1 file changed, 2 insertions(+)
> >>
> >> diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index
> >86193d7668..683668d059 100644
> >> --- a/board/sifive/fu540/Kconfig
> >> +++ b/board/sifive/fu540/Kconfig
> >> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
> >>         imply SMP
> >>         imply MISC
> >>         imply SIFIVE_OTP
> >> +       imply DM_PWM
> >> +       imply PWM_SIFIVE
> >>
> >
> >This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
> >It is weird to introduce here and not appropriate to depend on another patch.
>
> Do you want me to send this 2 patches separately independent of each other ?

How about merged [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
into [PATCH v2 0/2] Add support for PWM SiFive ?

Thanks,
Rick

>
> >
> >Thanks,
> >Rick
> >
> >>  endif
> >> --
> >> 2.17.1
Pragnesh Patel June 24, 2020, 5:24 a.m. UTC | #5
Hi Rick,

>-----Original Message-----
>From: Rick Chen <rickchen36@gmail.com>
>Sent: 24 June 2020 10:44
>To: Pragnesh Patel <pragnesh.patel@sifive.com>
>Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
>Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>;
>Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>; Alan
>Kao <alankao@andestech.com>
>Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
>
>[External Email] Do not click links or attachments unless you recognize the
>sender and know the content is safe
>
>Hi Pragnesh
>
>> Hi Rick,
>>
>> >-----Original Message-----
>> >From: Rick Chen <rickchen36@gmail.com>
>> >Sent: 24 June 2020 06:30
>> >To: Pragnesh Patel <pragnesh.patel@sifive.com>
>> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
>> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
>> ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
>> ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
>> >Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
><palmer@dabbelt.com>;
>> >Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>;
>> >Alan Kao <alankao@andestech.com>
>> >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM
>> >driver
>> >
>> >[External Email] Do not click links or attachments unless you
>> >recognize the sender and know the content is safe
>> >
>> >Hi Pragnesh
>> >
>> >> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
>> >> Sent: Friday, May 29, 2020 2:45 PM
>> >> To: u-boot@lists.denx.de
>> >> Cc: atish.patra@wdc.com; palmerdabbelt@google.com;
>> >bmeng.cn@gmail.com; paul.walmsley@sifive.com; anup.patel@wdc.com;
>> >sagar.kadam@sifive.com; Rick Jian-Zhi Chen(陳建志); Pragnesh Patel;
>> >Palmer Dabbelt
>> >> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
>> >>
>> >> This patch enables SiFive PWM driver for the SiFive Unleashed board.
>> >>
>> >> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
>> >> ---
>> >>  board/sifive/fu540/Kconfig | 2 ++
>> >>  1 file changed, 2 insertions(+)
>> >>
>> >> diff --git a/board/sifive/fu540/Kconfig
>> >> b/board/sifive/fu540/Kconfig index
>> >86193d7668..683668d059 100644
>> >> --- a/board/sifive/fu540/Kconfig
>> >> +++ b/board/sifive/fu540/Kconfig
>> >> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
>> >>         imply SMP
>> >>         imply MISC
>> >>         imply SIFIVE_OTP
>> >> +       imply DM_PWM
>> >> +       imply PWM_SIFIVE
>> >>
>> >
>> >This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
>> >It is weird to introduce here and not appropriate to depend on another
>patch.
>>
>> Do you want me to send this 2 patches separately independent of each
>other ?
>
>How about merged [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
>into [PATCH v2 0/2] Add support for PWM SiFive ?

I am okay with it, you can go ahead and merge this patch into PWM series of Yash.

>
>Thanks,
>Rick
>
>>
>> >
>> >Thanks,
>> >Rick
>> >
>> >>  endif
>> >> --
>> >> 2.17.1
Bin Meng June 24, 2020, 5:29 a.m. UTC | #6
Hi Rick,

On Wed, Jun 24, 2020 at 1:24 PM Pragnesh Patel
<pragnesh.patel@sifive.com> wrote:
>
> Hi Rick,
>
> >-----Original Message-----
> >From: Rick Chen <rickchen36@gmail.com>
> >Sent: 24 June 2020 10:44
> >To: Pragnesh Patel <pragnesh.patel@sifive.com>
> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
> ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
> ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
> >Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>;
> >Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>; Alan
> >Kao <alankao@andestech.com>
> >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> >
> >[External Email] Do not click links or attachments unless you recognize the
> >sender and know the content is safe
> >
> >Hi Pragnesh
> >
> >> Hi Rick,
> >>
> >> >-----Original Message-----
> >> >From: Rick Chen <rickchen36@gmail.com>
> >> >Sent: 24 June 2020 06:30
> >> >To: Pragnesh Patel <pragnesh.patel@sifive.com>
> >> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> >> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
> >> ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
> >> ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
> >> >Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
> ><palmer@dabbelt.com>;
> >> >Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>;
> >> >Alan Kao <alankao@andestech.com>
> >> >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM
> >> >driver
> >> >
> >> >[External Email] Do not click links or attachments unless you
> >> >recognize the sender and know the content is safe
> >> >
> >> >Hi Pragnesh
> >> >
> >> >> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
> >> >> Sent: Friday, May 29, 2020 2:45 PM
> >> >> To: u-boot@lists.denx.de
> >> >> Cc: atish.patra@wdc.com; palmerdabbelt@google.com;
> >> >bmeng.cn@gmail.com; paul.walmsley@sifive.com; anup.patel@wdc.com;
> >> >sagar.kadam@sifive.com; Rick Jian-Zhi Chen(陳建志); Pragnesh Patel;
> >> >Palmer Dabbelt
> >> >> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> >> >>
> >> >> This patch enables SiFive PWM driver for the SiFive Unleashed board.
> >> >>
> >> >> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
> >> >> ---
> >> >>  board/sifive/fu540/Kconfig | 2 ++
> >> >>  1 file changed, 2 insertions(+)
> >> >>
> >> >> diff --git a/board/sifive/fu540/Kconfig
> >> >> b/board/sifive/fu540/Kconfig index
> >> >86193d7668..683668d059 100644
> >> >> --- a/board/sifive/fu540/Kconfig
> >> >> +++ b/board/sifive/fu540/Kconfig
> >> >> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
> >> >>         imply SMP
> >> >>         imply MISC
> >> >>         imply SIFIVE_OTP
> >> >> +       imply DM_PWM
> >> >> +       imply PWM_SIFIVE
> >> >>
> >> >
> >> >This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
> >> >It is weird to introduce here and not appropriate to depend on another
> >patch.
> >>
> >> Do you want me to send this 2 patches separately independent of each
> >other ?
> >
> >How about merged [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> >into [PATCH v2 0/2] Add support for PWM SiFive ?
>
> I am okay with it, you can go ahead and merge this patch into PWM series of Yash.
>

They are separate patches and should keep separate. I am not sure
what's the issue we want to resolve?

Regards,
Bin
Rick Chen June 24, 2020, 6:26 a.m. UTC | #7
Hi Bin

> Hi Rick,
>
> On Wed, Jun 24, 2020 at 1:24 PM Pragnesh Patel
> <pragnesh.patel@sifive.com> wrote:
> >
> > Hi Rick,
> >
> > >-----Original Message-----
> > >From: Rick Chen <rickchen36@gmail.com>
> > >Sent: 24 June 2020 10:44
> > >To: Pragnesh Patel <pragnesh.patel@sifive.com>
> > >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> > ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
> > ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
> > ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
> > >Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>;
> > >Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>; Alan
> > >Kao <alankao@andestech.com>
> > >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> > >
> > >[External Email] Do not click links or attachments unless you recognize the
> > >sender and know the content is safe
> > >
> > >Hi Pragnesh
> > >
> > >> Hi Rick,
> > >>
> > >> >-----Original Message-----
> > >> >From: Rick Chen <rickchen36@gmail.com>
> > >> >Sent: 24 June 2020 06:30
> > >> >To: Pragnesh Patel <pragnesh.patel@sifive.com>
> > >> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> > >> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
> > >> ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
> > >> ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
> > >> >Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
> > ><palmer@dabbelt.com>;
> > >> >Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>;
> > >> >Alan Kao <alankao@andestech.com>
> > >> >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM
> > >> >driver
> > >> >
> > >> >[External Email] Do not click links or attachments unless you
> > >> >recognize the sender and know the content is safe
> > >> >
> > >> >Hi Pragnesh
> > >> >
> > >> >> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
> > >> >> Sent: Friday, May 29, 2020 2:45 PM
> > >> >> To: u-boot@lists.denx.de
> > >> >> Cc: atish.patra@wdc.com; palmerdabbelt@google.com;
> > >> >bmeng.cn@gmail.com; paul.walmsley@sifive.com; anup.patel@wdc.com;
> > >> >sagar.kadam@sifive.com; Rick Jian-Zhi Chen(陳建志); Pragnesh Patel;
> > >> >Palmer Dabbelt
> > >> >> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> > >> >>
> > >> >> This patch enables SiFive PWM driver for the SiFive Unleashed board.
> > >> >>
> > >> >> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
> > >> >> ---
> > >> >>  board/sifive/fu540/Kconfig | 2 ++
> > >> >>  1 file changed, 2 insertions(+)
> > >> >>
> > >> >> diff --git a/board/sifive/fu540/Kconfig
> > >> >> b/board/sifive/fu540/Kconfig index
> > >> >86193d7668..683668d059 100644
> > >> >> --- a/board/sifive/fu540/Kconfig
> > >> >> +++ b/board/sifive/fu540/Kconfig
> > >> >> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
> > >> >>         imply SMP
> > >> >>         imply MISC
> > >> >>         imply SIFIVE_OTP
> > >> >> +       imply DM_PWM
> > >> >> +       imply PWM_SIFIVE
> > >> >>
> > >> >
> > >> >This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
> > >> >It is weird to introduce here and not appropriate to depend on another
> > >patch.
> > >>
> > >> Do you want me to send this 2 patches separately independent of each
> > >other ?
> > >
> > >How about merged [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> > >into [PATCH v2 0/2] Add support for PWM SiFive ?
> >
> > I am okay with it, you can go ahead and merge this patch into PWM series of Yash.
> >
>
> They are separate patches and should keep separate. I am not sure
> what's the issue we want to resolve?

Nothing about resolve.
Logically if they can be put together, it will be more reasonable.

Thanks,
Rick

>
> Regards,
> Bin
Bin Meng June 24, 2020, 7:34 a.m. UTC | #8
Hi Rick,

On Wed, Jun 24, 2020 at 2:26 PM Rick Chen <rickchen36@gmail.com> wrote:
>
> Hi Bin
>
> > Hi Rick,
> >
> > On Wed, Jun 24, 2020 at 1:24 PM Pragnesh Patel
> > <pragnesh.patel@sifive.com> wrote:
> > >
> > > Hi Rick,
> > >
> > > >-----Original Message-----
> > > >From: Rick Chen <rickchen36@gmail.com>
> > > >Sent: 24 June 2020 10:44
> > > >To: Pragnesh Patel <pragnesh.patel@sifive.com>
> > > >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> > > ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
> > > ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
> > > ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
> > > >Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>;
> > > >Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>; Alan
> > > >Kao <alankao@andestech.com>
> > > >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> > > >
> > > >[External Email] Do not click links or attachments unless you recognize the
> > > >sender and know the content is safe
> > > >
> > > >Hi Pragnesh
> > > >
> > > >> Hi Rick,
> > > >>
> > > >> >-----Original Message-----
> > > >> >From: Rick Chen <rickchen36@gmail.com>
> > > >> >Sent: 24 June 2020 06:30
> > > >> >To: Pragnesh Patel <pragnesh.patel@sifive.com>
> > > >> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> > > >> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
> > > >> ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
> > > >> ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
> > > >> >Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
> > > ><palmer@dabbelt.com>;
> > > >> >Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>;
> > > >> >Alan Kao <alankao@andestech.com>
> > > >> >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM
> > > >> >driver
> > > >> >
> > > >> >[External Email] Do not click links or attachments unless you
> > > >> >recognize the sender and know the content is safe
> > > >> >
> > > >> >Hi Pragnesh
> > > >> >
> > > >> >> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
> > > >> >> Sent: Friday, May 29, 2020 2:45 PM
> > > >> >> To: u-boot@lists.denx.de
> > > >> >> Cc: atish.patra@wdc.com; palmerdabbelt@google.com;
> > > >> >bmeng.cn@gmail.com; paul.walmsley@sifive.com; anup.patel@wdc.com;
> > > >> >sagar.kadam@sifive.com; Rick Jian-Zhi Chen(陳建志); Pragnesh Patel;
> > > >> >Palmer Dabbelt
> > > >> >> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> > > >> >>
> > > >> >> This patch enables SiFive PWM driver for the SiFive Unleashed board.
> > > >> >>
> > > >> >> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
> > > >> >> ---
> > > >> >>  board/sifive/fu540/Kconfig | 2 ++
> > > >> >>  1 file changed, 2 insertions(+)
> > > >> >>
> > > >> >> diff --git a/board/sifive/fu540/Kconfig
> > > >> >> b/board/sifive/fu540/Kconfig index
> > > >> >86193d7668..683668d059 100644
> > > >> >> --- a/board/sifive/fu540/Kconfig
> > > >> >> +++ b/board/sifive/fu540/Kconfig
> > > >> >> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
> > > >> >>         imply SMP
> > > >> >>         imply MISC
> > > >> >>         imply SIFIVE_OTP
> > > >> >> +       imply DM_PWM
> > > >> >> +       imply PWM_SIFIVE
> > > >> >>
> > > >> >
> > > >> >This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
> > > >> >It is weird to introduce here and not appropriate to depend on another
> > > >patch.
> > > >>
> > > >> Do you want me to send this 2 patches separately independent of each
> > > >other ?
> > > >
> > > >How about merged [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> > > >into [PATCH v2 0/2] Add support for PWM SiFive ?
> > >
> > > I am okay with it, you can go ahead and merge this patch into PWM series of Yash.
> > >
> >
> > They are separate patches and should keep separate. I am not sure
> > what's the issue we want to resolve?
>
> Nothing about resolve.
> Logically if they can be put together, it will be more reasonable.

Agree. Thanks for the clarification.

That's why I recommend developers submit all related patch sets in a
series to help maintainers' work :)

Regards,
Bin
Pragnesh Patel June 24, 2020, 7:44 a.m. UTC | #9
Hi Rick,

>-----Original Message-----
>From: Bin Meng <bmeng.cn@gmail.com>
>Sent: 24 June 2020 13:04
>To: Rick Chen <rickchen36@gmail.com>
>Cc: Pragnesh Patel <pragnesh.patel@sifive.com>; U-Boot Mailing List <u-
>boot@lists.denx.de>; Atish Patra <atish.patra@wdc.com>;
>palmerdabbelt@google.com; Paul Walmsley ( Sifive)
><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
>Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>;
>Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>; Alan
>Kao <alankao@andestech.com>
>Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
>
>[External Email] Do not click links or attachments unless you recognize the
>sender and know the content is safe
>
>Hi Rick,
>
>On Wed, Jun 24, 2020 at 2:26 PM Rick Chen <rickchen36@gmail.com> wrote:
>>
>> Hi Bin
>>
>> > Hi Rick,
>> >
>> > On Wed, Jun 24, 2020 at 1:24 PM Pragnesh Patel
>> > <pragnesh.patel@sifive.com> wrote:
>> > >
>> > > Hi Rick,
>> > >
>> > > >-----Original Message-----
>> > > >From: Rick Chen <rickchen36@gmail.com>
>> > > >Sent: 24 June 2020 10:44
>> > > >To: Pragnesh Patel <pragnesh.patel@sifive.com>
>> > > >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
>> > > ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
>> > > ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
>> > > ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>;
>> > > >Sagar Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
>> > > ><palmer@dabbelt.com>; Jagan Teki <jagan@amarulasolutions.com>;
>> > > >rick <rick@andestech.com>; Alan Kao <alankao@andestech.com>
>> > > >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM
>> > > >driver
>> > > >
>> > > >[External Email] Do not click links or attachments unless you
>> > > >recognize the sender and know the content is safe
>> > > >
>> > > >Hi Pragnesh
>> > > >
>> > > >> Hi Rick,
>> > > >>
>> > > >> >-----Original Message-----
>> > > >> >From: Rick Chen <rickchen36@gmail.com>
>> > > >> >Sent: 24 June 2020 06:30
>> > > >> >To: Pragnesh Patel <pragnesh.patel@sifive.com>
>> > > >> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
>> > > >> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
>> > > >> ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
>> > > >> ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>;
>> > > >> >Sagar Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
>> > > ><palmer@dabbelt.com>;
>> > > >> >Jagan Teki <jagan@amarulasolutions.com>; rick
>> > > >> ><rick@andestech.com>; Alan Kao <alankao@andestech.com>
>> > > >> >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive
>> > > >> >PWM driver
>> > > >> >
>> > > >> >[External Email] Do not click links or attachments unless you
>> > > >> >recognize the sender and know the content is safe
>> > > >> >
>> > > >> >Hi Pragnesh
>> > > >> >
>> > > >> >> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
>> > > >> >> Sent: Friday, May 29, 2020 2:45 PM
>> > > >> >> To: u-boot@lists.denx.de
>> > > >> >> Cc: atish.patra@wdc.com; palmerdabbelt@google.com;
>> > > >> >bmeng.cn@gmail.com; paul.walmsley@sifive.com;
>> > > >> >anup.patel@wdc.com; sagar.kadam@sifive.com; Rick Jian-Zhi
>> > > >> >Chen(陳建志); Pragnesh Patel; Palmer Dabbelt
>> > > >> >> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM
>> > > >> >> driver
>> > > >> >>
>> > > >> >> This patch enables SiFive PWM driver for the SiFive Unleashed
>board.
>> > > >> >>
>> > > >> >> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
>> > > >> >> ---
>> > > >> >>  board/sifive/fu540/Kconfig | 2 ++
>> > > >> >>  1 file changed, 2 insertions(+)
>> > > >> >>
>> > > >> >> diff --git a/board/sifive/fu540/Kconfig
>> > > >> >> b/board/sifive/fu540/Kconfig index
>> > > >> >86193d7668..683668d059 100644
>> > > >> >> --- a/board/sifive/fu540/Kconfig
>> > > >> >> +++ b/board/sifive/fu540/Kconfig
>> > > >> >> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
>> > > >> >>         imply SMP
>> > > >> >>         imply MISC
>> > > >> >>         imply SIFIVE_OTP
>> > > >> >> +       imply DM_PWM
>> > > >> >> +       imply PWM_SIFIVE
>> > > >> >>
>> > > >> >
>> > > >> >This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
>> > > >> >It is weird to introduce here and not appropriate to depend on
>> > > >> >another
>> > > >patch.
>> > > >>
>> > > >> Do you want me to send this 2 patches separately independent of
>> > > >> each
>> > > >other ?
>> > > >
>> > > >How about merged [PATCH 2/2] riscv: sifive: fu540: Enable SiFive
>> > > >PWM driver into [PATCH v2 0/2] Add support for PWM SiFive ?
>> > >
>> > > I am okay with it, you can go ahead and merge this patch into PWM
>series of Yash.
>> > >
>> >
>> > They are separate patches and should keep separate. I am not sure
>> > what's the issue we want to resolve?
>>
>> Nothing about resolve.
>> Logically if they can be put together, it will be more reasonable.
>
>Agree. Thanks for the clarification.
>
>That's why I recommend developers submit all related patch sets in a series to
>help maintainers' work :)

Just to clarify, you are going to merge this patch into [PATCH v2 0/2] Add support for PWM SiFive, right ?
Let me know if I am wrong and you want to resubmit anything from me.

>
>Regards,
>Bin
Pragnesh Patel July 20, 2020, 6:49 a.m. UTC | #10
Hi Rick,

Any comments on this patch ?

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Pragnesh Patel
>Sent: 24 June 2020 13:14
>To: Bin Meng <bmeng.cn@gmail.com>; Rick Chen <rickchen36@gmail.com>
>Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
><atish.patra@wdc.com>; palmerdabbelt@google.com; Paul Walmsley ( Sifive)
><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
>Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>;
>Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>; Alan
>Kao <alankao@andestech.com>
>Subject: RE: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
>
>Hi Rick,
>
>>-----Original Message-----
>>From: Bin Meng <bmeng.cn@gmail.com>
>>Sent: 24 June 2020 13:04
>>To: Rick Chen <rickchen36@gmail.com>
>>Cc: Pragnesh Patel <pragnesh.patel@sifive.com>; U-Boot Mailing List <u-
>>boot@lists.denx.de>; Atish Patra <atish.patra@wdc.com>;
>>palmerdabbelt@google.com; Paul Walmsley ( Sifive)
>><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
>>Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
><palmer@dabbelt.com>;
>>Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>;
>>Alan Kao <alankao@andestech.com>
>>Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
>>
>>[External Email] Do not click links or attachments unless you recognize
>>the sender and know the content is safe
>>
>>Hi Rick,
>>
>>On Wed, Jun 24, 2020 at 2:26 PM Rick Chen <rickchen36@gmail.com> wrote:
>>>
>>> Hi Bin
>>>
>>> > Hi Rick,
>>> >
>>> > On Wed, Jun 24, 2020 at 1:24 PM Pragnesh Patel
>>> > <pragnesh.patel@sifive.com> wrote:
>>> > >
>>> > > Hi Rick,
>>> > >
>>> > > >-----Original Message-----
>>> > > >From: Rick Chen <rickchen36@gmail.com>
>>> > > >Sent: 24 June 2020 10:44
>>> > > >To: Pragnesh Patel <pragnesh.patel@sifive.com>
>>> > > >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
>>> > > ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
>>> > > ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
>>> > > ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>;
>>> > > >Sagar Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
>>> > > ><palmer@dabbelt.com>; Jagan Teki <jagan@amarulasolutions.com>;
>>> > > >rick <rick@andestech.com>; Alan Kao <alankao@andestech.com>
>>> > > >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM
>>> > > >driver
>>> > > >
>>> > > >[External Email] Do not click links or attachments unless you
>>> > > >recognize the sender and know the content is safe
>>> > > >
>>> > > >Hi Pragnesh
>>> > > >
>>> > > >> Hi Rick,
>>> > > >>
>>> > > >> >-----Original Message-----
>>> > > >> >From: Rick Chen <rickchen36@gmail.com>
>>> > > >> >Sent: 24 June 2020 06:30
>>> > > >> >To: Pragnesh Patel <pragnesh.patel@sifive.com>
>>> > > >> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
>>> > > >> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
>>> > > >> ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
>>> > > >> ><paul.walmsley@sifive.com>; Anup Patel
><anup.patel@wdc.com>;
>>> > > >> >Sagar Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
>>> > > ><palmer@dabbelt.com>;
>>> > > >> >Jagan Teki <jagan@amarulasolutions.com>; rick
>>> > > >> ><rick@andestech.com>; Alan Kao <alankao@andestech.com>
>>> > > >> >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive
>>> > > >> >PWM driver
>>> > > >> >
>>> > > >> >[External Email] Do not click links or attachments unless you
>>> > > >> >recognize the sender and know the content is safe
>>> > > >> >
>>> > > >> >Hi Pragnesh
>>> > > >> >
>>> > > >> >> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
>>> > > >> >> Sent: Friday, May 29, 2020 2:45 PM
>>> > > >> >> To: u-boot@lists.denx.de
>>> > > >> >> Cc: atish.patra@wdc.com; palmerdabbelt@google.com;
>>> > > >> >bmeng.cn@gmail.com; paul.walmsley@sifive.com;
>>> > > >> >anup.patel@wdc.com; sagar.kadam@sifive.com; Rick Jian-Zhi
>>> > > >> >Chen(陳建志); Pragnesh Patel; Palmer Dabbelt
>>> > > >> >> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive
>>> > > >> >> PWM driver
>>> > > >> >>
>>> > > >> >> This patch enables SiFive PWM driver for the SiFive
>>> > > >> >> Unleashed
>>board.
>>> > > >> >>
>>> > > >> >> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
>>> > > >> >> ---
>>> > > >> >>  board/sifive/fu540/Kconfig | 2 ++
>>> > > >> >>  1 file changed, 2 insertions(+)
>>> > > >> >>
>>> > > >> >> diff --git a/board/sifive/fu540/Kconfig
>>> > > >> >> b/board/sifive/fu540/Kconfig index
>>> > > >> >86193d7668..683668d059 100644
>>> > > >> >> --- a/board/sifive/fu540/Kconfig
>>> > > >> >> +++ b/board/sifive/fu540/Kconfig
>>> > > >> >> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
>>> > > >> >>         imply SMP
>>> > > >> >>         imply MISC
>>> > > >> >>         imply SIFIVE_OTP
>>> > > >> >> +       imply DM_PWM
>>> > > >> >> +       imply PWM_SIFIVE
>>> > > >> >>
>>> > > >> >
>>> > > >> >This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
>>> > > >> >It is weird to introduce here and not appropriate to depend
>>> > > >> >on another
>>> > > >patch.
>>> > > >>
>>> > > >> Do you want me to send this 2 patches separately independent
>>> > > >> of each
>>> > > >other ?
>>> > > >
>>> > > >How about merged [PATCH 2/2] riscv: sifive: fu540: Enable SiFive
>>> > > >PWM driver into [PATCH v2 0/2] Add support for PWM SiFive ?
>>> > >
>>> > > I am okay with it, you can go ahead and merge this patch into PWM
>>series of Yash.
>>> > >
>>> >
>>> > They are separate patches and should keep separate. I am not sure
>>> > what's the issue we want to resolve?
>>>
>>> Nothing about resolve.
>>> Logically if they can be put together, it will be more reasonable.
>>
>>Agree. Thanks for the clarification.
>>
>>That's why I recommend developers submit all related patch sets in a
>>series to help maintainers' work :)
>
>Just to clarify, you are going to merge this patch into [PATCH v2 0/2] Add
>support for PWM SiFive, right ?
>Let me know if I am wrong and you want to resubmit anything from me.
>
>>
>>Regards,
>>Bin
Rick Chen July 20, 2020, 8:22 a.m. UTC | #11
Hi Pragnesh

> Hi Rick,
>
> Any comments on this patch ?

Applied to u-boot-riscv/master !

Thanks,
Rick

> >From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Pragnesh Patel
> >Sent: 24 June 2020 13:14
> >To: Bin Meng <bmeng.cn@gmail.com>; Rick Chen <rickchen36@gmail.com>
> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Paul Walmsley ( Sifive)
> ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
> >Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>;
> >Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>; Alan
> >Kao <alankao@andestech.com>
> >Subject: RE: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> >
> >Hi Rick,
> >
> >>-----Original Message-----
> >>From: Bin Meng <bmeng.cn@gmail.com>
> >>Sent: 24 June 2020 13:04
> >>To: Rick Chen <rickchen36@gmail.com>
> >>Cc: Pragnesh Patel <pragnesh.patel@sifive.com>; U-Boot Mailing List <u-
> >>boot@lists.denx.de>; Atish Patra <atish.patra@wdc.com>;
> >>palmerdabbelt@google.com; Paul Walmsley ( Sifive)
> >><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>; Sagar
> >>Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
> ><palmer@dabbelt.com>;
> >>Jagan Teki <jagan@amarulasolutions.com>; rick <rick@andestech.com>;
> >>Alan Kao <alankao@andestech.com>
> >>Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
> >>
> >>[External Email] Do not click links or attachments unless you recognize
> >>the sender and know the content is safe
> >>
> >>Hi Rick,
> >>
> >>On Wed, Jun 24, 2020 at 2:26 PM Rick Chen <rickchen36@gmail.com> wrote:
> >>>
> >>> Hi Bin
> >>>
> >>> > Hi Rick,
> >>> >
> >>> > On Wed, Jun 24, 2020 at 1:24 PM Pragnesh Patel
> >>> > <pragnesh.patel@sifive.com> wrote:
> >>> > >
> >>> > > Hi Rick,
> >>> > >
> >>> > > >-----Original Message-----
> >>> > > >From: Rick Chen <rickchen36@gmail.com>
> >>> > > >Sent: 24 June 2020 10:44
> >>> > > >To: Pragnesh Patel <pragnesh.patel@sifive.com>
> >>> > > >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> >>> > > ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
> >>> > > ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
> >>> > > ><paul.walmsley@sifive.com>; Anup Patel <anup.patel@wdc.com>;
> >>> > > >Sagar Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
> >>> > > ><palmer@dabbelt.com>; Jagan Teki <jagan@amarulasolutions.com>;
> >>> > > >rick <rick@andestech.com>; Alan Kao <alankao@andestech.com>
> >>> > > >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM
> >>> > > >driver
> >>> > > >
> >>> > > >[External Email] Do not click links or attachments unless you
> >>> > > >recognize the sender and know the content is safe
> >>> > > >
> >>> > > >Hi Pragnesh
> >>> > > >
> >>> > > >> Hi Rick,
> >>> > > >>
> >>> > > >> >-----Original Message-----
> >>> > > >> >From: Rick Chen <rickchen36@gmail.com>
> >>> > > >> >Sent: 24 June 2020 06:30
> >>> > > >> >To: Pragnesh Patel <pragnesh.patel@sifive.com>
> >>> > > >> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Atish Patra
> >>> > > >> ><atish.patra@wdc.com>; palmerdabbelt@google.com; Bin Meng
> >>> > > >> ><bmeng.cn@gmail.com>; Paul Walmsley ( Sifive)
> >>> > > >> ><paul.walmsley@sifive.com>; Anup Patel
> ><anup.patel@wdc.com>;
> >>> > > >> >Sagar Kadam <sagar.kadam@sifive.com>; Palmer Dabbelt
> >>> > > ><palmer@dabbelt.com>;
> >>> > > >> >Jagan Teki <jagan@amarulasolutions.com>; rick
> >>> > > >> ><rick@andestech.com>; Alan Kao <alankao@andestech.com>
> >>> > > >> >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive
> >>> > > >> >PWM driver
> >>> > > >> >
> >>> > > >> >[External Email] Do not click links or attachments unless you
> >>> > > >> >recognize the sender and know the content is safe
> >>> > > >> >
> >>> > > >> >Hi Pragnesh
> >>> > > >> >
> >>> > > >> >> From: Pragnesh Patel [mailto:pragnesh.patel@sifive.com]
> >>> > > >> >> Sent: Friday, May 29, 2020 2:45 PM
> >>> > > >> >> To: u-boot@lists.denx.de
> >>> > > >> >> Cc: atish.patra@wdc.com; palmerdabbelt@google.com;
> >>> > > >> >bmeng.cn@gmail.com; paul.walmsley@sifive.com;
> >>> > > >> >anup.patel@wdc.com; sagar.kadam@sifive.com; Rick Jian-Zhi
> >>> > > >> >Chen(陳建志); Pragnesh Patel; Palmer Dabbelt
> >>> > > >> >> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive
> >>> > > >> >> PWM driver
> >>> > > >> >>
> >>> > > >> >> This patch enables SiFive PWM driver for the SiFive
> >>> > > >> >> Unleashed
> >>board.
> >>> > > >> >>
> >>> > > >> >> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
> >>> > > >> >> ---
> >>> > > >> >>  board/sifive/fu540/Kconfig | 2 ++
> >>> > > >> >>  1 file changed, 2 insertions(+)
> >>> > > >> >>
> >>> > > >> >> diff --git a/board/sifive/fu540/Kconfig
> >>> > > >> >> b/board/sifive/fu540/Kconfig index
> >>> > > >> >86193d7668..683668d059 100644
> >>> > > >> >> --- a/board/sifive/fu540/Kconfig
> >>> > > >> >> +++ b/board/sifive/fu540/Kconfig
> >>> > > >> >> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
> >>> > > >> >>         imply SMP
> >>> > > >> >>         imply MISC
> >>> > > >> >>         imply SIFIVE_OTP
> >>> > > >> >> +       imply DM_PWM
> >>> > > >> >> +       imply PWM_SIFIVE
> >>> > > >> >>
> >>> > > >> >
> >>> > > >> >This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive.
> >>> > > >> >It is weird to introduce here and not appropriate to depend
> >>> > > >> >on another
> >>> > > >patch.
> >>> > > >>
> >>> > > >> Do you want me to send this 2 patches separately independent
> >>> > > >> of each
> >>> > > >other ?
> >>> > > >
> >>> > > >How about merged [PATCH 2/2] riscv: sifive: fu540: Enable SiFive
> >>> > > >PWM driver into [PATCH v2 0/2] Add support for PWM SiFive ?
> >>> > >
> >>> > > I am okay with it, you can go ahead and merge this patch into PWM
> >>series of Yash.
> >>> > >
> >>> >
> >>> > They are separate patches and should keep separate. I am not sure
> >>> > what's the issue we want to resolve?
> >>>
> >>> Nothing about resolve.
> >>> Logically if they can be put together, it will be more reasonable.
> >>
> >>Agree. Thanks for the clarification.
> >>
> >>That's why I recommend developers submit all related patch sets in a
> >>series to help maintainers' work :)
> >
> >Just to clarify, you are going to merge this patch into [PATCH v2 0/2] Add
> >support for PWM SiFive, right ?
> >Let me know if I am wrong and you want to resubmit anything from me.
> >
> >>
> >>Regards,
> >>Bin
diff mbox series

Patch

diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig
index 86193d7668..683668d059 100644
--- a/board/sifive/fu540/Kconfig
+++ b/board/sifive/fu540/Kconfig
@@ -65,5 +65,7 @@  config BOARD_SPECIFIC_OPTIONS # dummy
 	imply SMP
 	imply MISC
 	imply SIFIVE_OTP
+	imply DM_PWM
+	imply PWM_SIFIVE
 
 endif