All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Gene Chen <gene.chen.richtek@gmail.com>
Cc: sre@kernel.org, matthias.bgg@gmail.com, robh+dt@kernel.org,
	linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	gene_chen@richtek.com, Wilma.Wu@mediatek.com,
	shufan_lee@richtek.com, cy_huang@richtek.com,
	benjamin.chao@mediatek.com
Subject: Re: [PATCH v6 10/11] mfd: mt6360: Merge different sub-devices I2C read/write
Date: Wed, 11 Nov 2020 16:45:39 +0000	[thread overview]
Message-ID: <20201111164539.GQ2063125@dell> (raw)
In-Reply-To: <1604656432-10215-11-git-send-email-gene.chen.richtek@gmail.com>

On Fri, 06 Nov 2020, Gene Chen wrote:

> From: Gene Chen <gene_chen@richtek.com>
> 
> Merge different sub-devices I2C read/write functions into one Regmap,
> because PMIC and LDO part need CRC bits for access protection.
> 
> Signed-off-by: Gene Chen <gene_chen@richtek.com>
> ---
>  drivers/mfd/Kconfig       |   1 +
>  drivers/mfd/mt6360-core.c | 203 ++++++++++++++++++++++++++++++++++++++++------
>  2 files changed, 181 insertions(+), 23 deletions(-)

For my own reference (apply this as-is to your sign-off block):

  Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Gene Chen <gene.chen.richtek@gmail.com>
Cc: gene_chen@richtek.com, devicetree@vger.kernel.org,
	linux-pm@vger.kernel.org, sre@kernel.org,
	linux-kernel@vger.kernel.org, cy_huang@richtek.com,
	benjamin.chao@mediatek.com, robh+dt@kernel.org,
	linux-mediatek@lists.infradead.org, matthias.bgg@gmail.com,
	Wilma.Wu@mediatek.com, linux-arm-kernel@lists.infradead.org,
	shufan_lee@richtek.com
Subject: Re: [PATCH v6 10/11] mfd: mt6360: Merge different sub-devices I2C read/write
Date: Wed, 11 Nov 2020 16:45:39 +0000	[thread overview]
Message-ID: <20201111164539.GQ2063125@dell> (raw)
In-Reply-To: <1604656432-10215-11-git-send-email-gene.chen.richtek@gmail.com>

On Fri, 06 Nov 2020, Gene Chen wrote:

> From: Gene Chen <gene_chen@richtek.com>
> 
> Merge different sub-devices I2C read/write functions into one Regmap,
> because PMIC and LDO part need CRC bits for access protection.
> 
> Signed-off-by: Gene Chen <gene_chen@richtek.com>
> ---
>  drivers/mfd/Kconfig       |   1 +
>  drivers/mfd/mt6360-core.c | 203 ++++++++++++++++++++++++++++++++++++++++------
>  2 files changed, 181 insertions(+), 23 deletions(-)

For my own reference (apply this as-is to your sign-off block):

  Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
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@gmail.com>
Cc: gene_chen@richtek.com, devicetree@vger.kernel.org,
	linux-pm@vger.kernel.org, sre@kernel.org,
	linux-kernel@vger.kernel.org, cy_huang@richtek.com,
	benjamin.chao@mediatek.com, robh+dt@kernel.org,
	linux-mediatek@lists.infradead.org, matthias.bgg@gmail.com,
	Wilma.Wu@mediatek.com, linux-arm-kernel@lists.infradead.org,
	shufan_lee@richtek.com
Subject: Re: [PATCH v6 10/11] mfd: mt6360: Merge different sub-devices I2C read/write
Date: Wed, 11 Nov 2020 16:45:39 +0000	[thread overview]
Message-ID: <20201111164539.GQ2063125@dell> (raw)
In-Reply-To: <1604656432-10215-11-git-send-email-gene.chen.richtek@gmail.com>

On Fri, 06 Nov 2020, Gene Chen wrote:

> From: Gene Chen <gene_chen@richtek.com>
> 
> Merge different sub-devices I2C read/write functions into one Regmap,
> because PMIC and LDO part need CRC bits for access protection.
> 
> Signed-off-by: Gene Chen <gene_chen@richtek.com>
> ---
>  drivers/mfd/Kconfig       |   1 +
>  drivers/mfd/mt6360-core.c | 203 ++++++++++++++++++++++++++++++++++++++++------
>  2 files changed, 181 insertions(+), 23 deletions(-)

For my own reference (apply this as-is to your sign-off block):

  Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
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

  reply	other threads:[~2020-11-11 16:45 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06  9:53 [PATCH v6 0/11] mfd: mt6360: Merge different sub-devices I2C read/write Gene Chen
2020-11-06  9:53 ` Gene Chen
2020-11-06  9:53 ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 01/11] mfd: mt6360: Rearrange include file Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 02/11] mfd: mt6360: Remove redundant brackets around raw numbers Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 03/11] mfd: mt6360: Indicate sub-dev compatible name by using "-" Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 04/11] mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360 regulator resources Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 05/11] mfd: mt6360: Rename mt6360_pmu_data by mt6360_ddata Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 06/11] mfd: mt6360: Rename mt6360_pmu by mt6360 Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 07/11] mfd: mt6360: Remove handle_post_irq callback function Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 08/11] mfd: mt6360: Fix flow which is used to check ic exist Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 09/11] mfd: mt6360: Merge header file into driver and remove unuse register define Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53 ` [PATCH v6 10/11] mfd: mt6360: Merge different sub-devices I2C read/write Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-11 16:45   ` Lee Jones [this message]
2020-11-11 16:45     ` Lee Jones
2020-11-11 16:45     ` Lee Jones
2020-11-06  9:53 ` [PATCH v6 11/11] mfd: mt6360: Remove MT6360 regulator of_compatible attribute Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-06  9:53   ` Gene Chen
2020-11-11 16:47   ` Lee Jones
2020-11-11 16:47     ` Lee Jones
2020-11-11 16:47     ` Lee Jones

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=20201111164539.GQ2063125@dell \
    --to=lee.jones@linaro.org \
    --cc=Wilma.Wu@mediatek.com \
    --cc=benjamin.chao@mediatek.com \
    --cc=cy_huang@richtek.com \
    --cc=devicetree@vger.kernel.org \
    --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=linux-pm@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=shufan_lee@richtek.com \
    --cc=sre@kernel.org \
    /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.