All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: "gene_chen(陳俊宇)" <gene_chen@richtek.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"cy_huang(黃啟原)" <cy_huang@richtek.com>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"Gene Chen" <gene.chen.richtek@gmail.com>,
	"Wilma.Wu@mediatek.com" <Wilma.Wu@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"shufan_lee(李書帆)" <shufan_lee@richtek.com>
Subject: Re: [PATCH resend v8] mfd: mt6360: add pmic mt6360 driver
Date: Wed, 15 Apr 2020 08:21:08 +0100	[thread overview]
Message-ID: <20200415072108.GE2167633@dell> (raw)
In-Reply-To: <0f60497f62d24a37a0530941d6eec258@ex1.rt.l>

On Wed, 15 Apr 2020, gene_chen(陳俊宇) wrote:

> Hi Lee/Matthias,
> 
> I try to fix subject and update again, please help to review it, thanks

Few things wrong with this.

 - Please don't top post
 - Please snip the parts of the message you're not directly replying to 
 - Please do not send contentless pings

With regards to the latter point; you sent this patch during the
merge-window (please pay attention to the release cycle).  Not a great
deal of reviewing happens during this period.  If ~2 weeks have passed
(they haven't), you may assume that your patch has been missed and
submit a [RESEND], but whatever happens, do not ping.

FYI, your patch is on the list - you do not need to send a [RESEND].

> -----Original Message-----
> From: Gene Chen [mailto:gene.chen.richtek@gmail.com]
> Sent: Tuesday, April 07, 2020 11:37 PM
> To: lee.jones@linaro.org; matthias.bgg@gmail.com
> Cc: linux-arm-kernel@lists.infradead.org; linux-mediatek@lists.infradead.org; linux-kernel@vger.kernel.org; gene_chen(陳俊宇) <gene_chen@richtek.com>; Wilma.Wu@mediatek.com; shufan_lee(李書帆) <shufan_lee@richtek.com>; cy_huang(黃啟原) <cy_huang@richtek.com>
> Subject: [PATCH resend v8] mfd: mt6360: add pmic mt6360 driver
> 
> Add mfd driver for mt6360 pmic chip include Battery Charger/USB_PD/Flash LED/RGB LED/LDO/Buck
> 
> Signed-off-by: Gene Chen <gene_chen@richtek.com>
> ---
>  drivers/mfd/Kconfig        |  12 ++
>  drivers/mfd/Makefile       |   1 +
>  drivers/mfd/mt6360-core.c  | 425 +++++++++++++++++++++++++++++++++++++++++++++
>  include/linux/mfd/mt6360.h | 240 +++++++++++++++++++++++++
>  4 files changed, 678 insertions(+)
>  create mode 100644 drivers/mfd/mt6360-core.c  create mode 100644 include/linux/mfd/mt6360.h

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: "gene_chen(陳俊宇)" <gene_chen@richtek.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"cy_huang(黃啟原)" <cy_huang@richtek.com>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"Gene Chen" <gene.chen.richtek@gmail.com>,
	"Wilma.Wu@mediatek.com" <Wilma.Wu@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"shufan_lee(李書帆)" <shufan_lee@richtek.com>
Subject: Re: [PATCH resend v8] mfd: mt6360: add pmic mt6360 driver
Date: Wed, 15 Apr 2020 08:21:08 +0100	[thread overview]
Message-ID: <20200415072108.GE2167633@dell> (raw)
In-Reply-To: <0f60497f62d24a37a0530941d6eec258@ex1.rt.l>

On Wed, 15 Apr 2020, gene_chen(陳俊宇) wrote:

> Hi Lee/Matthias,
> 
> I try to fix subject and update again, please help to review it, thanks

Few things wrong with this.

 - Please don't top post
 - Please snip the parts of the message you're not directly replying to 
 - Please do not send contentless pings

With regards to the latter point; you sent this patch during the
merge-window (please pay attention to the release cycle).  Not a great
deal of reviewing happens during this period.  If ~2 weeks have passed
(they haven't), you may assume that your patch has been missed and
submit a [RESEND], but whatever happens, do not ping.

FYI, your patch is on the list - you do not need to send a [RESEND].

> -----Original Message-----
> From: Gene Chen [mailto:gene.chen.richtek@gmail.com]
> Sent: Tuesday, April 07, 2020 11:37 PM
> To: lee.jones@linaro.org; matthias.bgg@gmail.com
> Cc: linux-arm-kernel@lists.infradead.org; linux-mediatek@lists.infradead.org; linux-kernel@vger.kernel.org; gene_chen(陳俊宇) <gene_chen@richtek.com>; Wilma.Wu@mediatek.com; shufan_lee(李書帆) <shufan_lee@richtek.com>; cy_huang(黃啟原) <cy_huang@richtek.com>
> Subject: [PATCH resend v8] mfd: mt6360: add pmic mt6360 driver
> 
> Add mfd driver for mt6360 pmic chip include Battery Charger/USB_PD/Flash LED/RGB LED/LDO/Buck
> 
> Signed-off-by: Gene Chen <gene_chen@richtek.com>
> ---
>  drivers/mfd/Kconfig        |  12 ++
>  drivers/mfd/Makefile       |   1 +
>  drivers/mfd/mt6360-core.c  | 425 +++++++++++++++++++++++++++++++++++++++++++++
>  include/linux/mfd/mt6360.h | 240 +++++++++++++++++++++++++
>  4 files changed, 678 insertions(+)
>  create mode 100644 drivers/mfd/mt6360-core.c  create mode 100644 include/linux/mfd/mt6360.h

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: "gene_chen(陳俊宇)" <gene_chen@richtek.com>
Cc: "Gene Chen" <gene.chen.richtek@gmail.com>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Wilma.Wu@mediatek.com" <Wilma.Wu@mediatek.com>,
	"shufan_lee(李書帆)" <shufan_lee@richtek.com>,
	"cy_huang(黃啟原)" <cy_huang@richtek.com>
Subject: Re: [PATCH resend v8] mfd: mt6360: add pmic mt6360 driver
Date: Wed, 15 Apr 2020 08:21:08 +0100	[thread overview]
Message-ID: <20200415072108.GE2167633@dell> (raw)
In-Reply-To: <0f60497f62d24a37a0530941d6eec258@ex1.rt.l>

On Wed, 15 Apr 2020, gene_chen(陳俊宇) wrote:

> Hi Lee/Matthias,
> 
> I try to fix subject and update again, please help to review it, thanks

Few things wrong with this.

 - Please don't top post
 - Please snip the parts of the message you're not directly replying to 
 - Please do not send contentless pings

With regards to the latter point; you sent this patch during the
merge-window (please pay attention to the release cycle).  Not a great
deal of reviewing happens during this period.  If ~2 weeks have passed
(they haven't), you may assume that your patch has been missed and
submit a [RESEND], but whatever happens, do not ping.

FYI, your patch is on the list - you do not need to send a [RESEND].

> -----Original Message-----
> From: Gene Chen [mailto:gene.chen.richtek@gmail.com]
> Sent: Tuesday, April 07, 2020 11:37 PM
> To: lee.jones@linaro.org; matthias.bgg@gmail.com
> Cc: linux-arm-kernel@lists.infradead.org; linux-mediatek@lists.infradead.org; linux-kernel@vger.kernel.org; gene_chen(陳俊宇) <gene_chen@richtek.com>; Wilma.Wu@mediatek.com; shufan_lee(李書帆) <shufan_lee@richtek.com>; cy_huang(黃啟原) <cy_huang@richtek.com>
> Subject: [PATCH resend v8] mfd: mt6360: add pmic mt6360 driver
> 
> Add mfd driver for mt6360 pmic chip include Battery Charger/USB_PD/Flash LED/RGB LED/LDO/Buck
> 
> Signed-off-by: Gene Chen <gene_chen@richtek.com>
> ---
>  drivers/mfd/Kconfig        |  12 ++
>  drivers/mfd/Makefile       |   1 +
>  drivers/mfd/mt6360-core.c  | 425 +++++++++++++++++++++++++++++++++++++++++++++
>  include/linux/mfd/mt6360.h | 240 +++++++++++++++++++++++++
>  4 files changed, 678 insertions(+)
>  create mode 100644 drivers/mfd/mt6360-core.c  create mode 100644 include/linux/mfd/mt6360.h

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2020-04-15  7:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 15:36 [PATCH resend v8] mfd: mt6360: add pmic mt6360 driver Gene Chen
2020-04-07 15:36 ` Gene Chen
2020-04-07 15:36 ` Gene Chen
2020-04-15  2:03 ` gene_chen(陳俊宇)
2020-04-15  2:03   ` gene_chen(陳俊宇)
2020-04-15  2:03   ` gene_chen(陳俊宇)
2020-04-15  7:21   ` Lee Jones [this message]
2020-04-15  7:21     ` Lee Jones
2020-04-15  7:21     ` Lee Jones
2020-04-17 10:33 ` Lee Jones
2020-04-17 10:33   ` Lee Jones
2020-04-17 10:33   ` Lee Jones
  -- strict thread matches above, loose matches on Subject: below --
2020-03-08 17:06 Gene Chen
2020-03-08 17:06 ` Gene Chen
2020-03-08 17:06 ` Gene 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=20200415072108.GE2167633@dell \
    --to=lee.jones@linaro.org \
    --cc=Wilma.Wu@mediatek.com \
    --cc=cy_huang@richtek.com \
    --cc=gene.chen.richtek@gmail.com \
    --cc=gene_chen@richtek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=shufan_lee@richtek.com \
    /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.