All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pragnesh Patel <pragnesh.patel@sifive.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver
Date: Wed, 24 Jun 2020 07:44:04 +0000	[thread overview]
Message-ID: <MN2PR13MB279797967C65224BF0F48E1BE5950@MN2PR13MB2797.namprd13.prod.outlook.com> (raw)
In-Reply-To: <CAEUhbmWHTjj_ACKK1tLykJO0sFUXoaJhEGevL1trM9Dcnx1F8Q@mail.gmail.com>

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 at lists.denx.de>; Atish Patra <atish.patra@wdc.com>;
>palmerdabbelt at 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 at 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 at 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 at sifive.com]
>> > > >> >> Sent: Friday, May 29, 2020 2:45 PM
>> > > >> >> To: u-boot at lists.denx.de
>> > > >> >> Cc: atish.patra at wdc.com; palmerdabbelt at google.com;
>> > > >> >bmeng.cn at gmail.com; paul.walmsley at sifive.com;
>> > > >> >anup.patel at wdc.com; sagar.kadam at 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

  reply	other threads:[~2020-06-24  7:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-29  6:44 [PATCH 0/2] Enable all cache ways and Enable SiFive PWM driver Pragnesh Patel
2020-05-29  6:44 ` [PATCH 1/2] riscv: sifive: fu540: enable all cache ways from U-Boot proper Pragnesh Patel
2020-05-29 13:05   ` Bin Meng
2020-05-29  6:44 ` [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver Pragnesh Patel
2020-06-23  7:49   ` Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FA471C0BE@ATCPCS16.andestech.com>
2020-06-24  0:59     ` Rick Chen
2020-06-24  4:32       ` Pragnesh Patel
2020-06-24  5:14         ` Rick Chen
2020-06-24  5:24           ` Pragnesh Patel
2020-06-24  5:29             ` Bin Meng
2020-06-24  6:26               ` Rick Chen
2020-06-24  7:34                 ` Bin Meng
2020-06-24  7:44                   ` Pragnesh Patel [this message]
2020-07-20  6:49                     ` Pragnesh Patel
2020-07-20  8:22                       ` Rick Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MN2PR13MB279797967C65224BF0F48E1BE5950@MN2PR13MB2797.namprd13.prod.outlook.com \
    --to=pragnesh.patel@sifive.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.