All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Alistair Francis <alistair@alistair23.me>
Cc: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org,
	kernel@pengutronix.de, s.hauer@pengutronix.de,
	alistair23@gmail.com, linux-arm-kernel@lists.infradead.org,
	andreas@kemnade.info, amitk@kernel.org, shawnguo@kernel.org,
	linux-kernel@vger.kernel.org, geert@linux-m68k.org,
	linux-hwmon@vger.kernel.org, linux-imx@nxp.com,
	linux@roeck-us.net, rui.zhang@intel.com,
	devicetree@vger.kernel.org, linux-pm@vger.kernel.org,
	Lee Jones <lee@kernel.org>
Subject: Re: [PATCH v21 1/4] mfd: silergy,sy7636a: Add config option
Date: Tue, 9 Aug 2022 14:33:48 +0100	[thread overview]
Message-ID: <YvJiPM0Ak1Z34Bog@google.com> (raw)
In-Reply-To: <20220525115554.430971-2-alistair@alistair23.me>

On Wed, 25 May 2022, Alistair Francis wrote:

> Add a specific MFD_SY7636A config option.
> 
> As part of this change we can use MFD_SY7636A as a dependency for all
> SY7636a components and also remove the name from MFD_SIMPLE_MFD_I2C as
> it no longer needs to be selectable.
> 
> Signed-off-by: Alistair Francis <alistair@alistair23.me>
> Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
>  drivers/hwmon/Kconfig     |  1 +
>  drivers/mfd/Kconfig       | 12 +++++++++++-
>  drivers/regulator/Kconfig |  1 +
>  3 files changed, 13 insertions(+), 1 deletion(-)

Applied, thanks.

-- 
DEPRECATED: Please use lee@kernel.org

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Alistair Francis <alistair@alistair23.me>
Cc: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org,
	kernel@pengutronix.de, s.hauer@pengutronix.de,
	alistair23@gmail.com, linux-arm-kernel@lists.infradead.org,
	andreas@kemnade.info, amitk@kernel.org, shawnguo@kernel.org,
	linux-kernel@vger.kernel.org, geert@linux-m68k.org,
	linux-hwmon@vger.kernel.org, linux-imx@nxp.com,
	linux@roeck-us.net, rui.zhang@intel.com,
	devicetree@vger.kernel.org, linux-pm@vger.kernel.org,
	Lee Jones <lee@kernel.org>
Subject: Re: [PATCH v21 1/4] mfd: silergy,sy7636a: Add config option
Date: Tue, 9 Aug 2022 14:33:48 +0100	[thread overview]
Message-ID: <YvJiPM0Ak1Z34Bog@google.com> (raw)
In-Reply-To: <20220525115554.430971-2-alistair@alistair23.me>

On Wed, 25 May 2022, Alistair Francis wrote:

> Add a specific MFD_SY7636A config option.
> 
> As part of this change we can use MFD_SY7636A as a dependency for all
> SY7636a components and also remove the name from MFD_SIMPLE_MFD_I2C as
> it no longer needs to be selectable.
> 
> Signed-off-by: Alistair Francis <alistair@alistair23.me>
> Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
>  drivers/hwmon/Kconfig     |  1 +
>  drivers/mfd/Kconfig       | 12 +++++++++++-
>  drivers/regulator/Kconfig |  1 +
>  3 files changed, 13 insertions(+), 1 deletion(-)

Applied, thanks.

-- 
DEPRECATED: Please use lee@kernel.org

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

  parent reply	other threads:[~2022-08-09 13:33 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25 11:55 [PATCH v21 0/4] Add support for the silergy,sy7636a Alistair Francis
2022-05-25 11:55 ` Alistair Francis
2022-05-25 11:55 ` [PATCH v21 1/4] mfd: silergy,sy7636a: Add config option Alistair Francis
2022-05-25 11:55   ` Alistair Francis
2022-05-25 18:03   ` Mark Brown
2022-05-25 18:03     ` Mark Brown
2022-05-26  8:30     ` Lee Jones
2022-05-26  8:30       ` Lee Jones
2022-08-09 11:28       ` Alistair Francis
2022-08-09 11:28         ` Alistair Francis
2022-08-09 13:33   ` Lee Jones [this message]
2022-08-09 13:33     ` Lee Jones
2022-05-25 11:55 ` [PATCH v21 2/4] ARM: imx_v6_v7_defconfig: Enable silergy,sy7636a Alistair Francis
2022-05-25 11:55   ` Alistair Francis
2022-05-25 11:55 ` [PATCH v21 3/4] ARM: dts: imx7d-remarkable2: " Alistair Francis
2022-05-25 11:55   ` Alistair Francis
2022-05-25 11:55 ` [PATCH v21 4/4] ARM: dts: imx7d-remarkable2: Enable lcdif Alistair Francis
2022-05-25 11:55   ` Alistair Francis
2022-05-28 18:20   ` Samuel Holland
2022-05-28 18:20     ` Samuel Holland
2022-08-02 12:43     ` Alistair Francis
2022-08-02 12:43       ` Alistair Francis

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=YvJiPM0Ak1Z34Bog@google.com \
    --to=lee.jones@linaro.org \
    --cc=alistair23@gmail.com \
    --cc=alistair@alistair23.me \
    --cc=amitk@kernel.org \
    --cc=andreas@kemnade.info \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=kernel@pengutronix.de \
    --cc=lee@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@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.