From: Javier Martinez Canillas <javier@osg.samsung.com>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Lee Jones <lee.jones@linaro.org>,
Chanwoo Choi <cw00.choi@samsung.com>,
Arnd Bergmann <arnd@arndb.de>, Kukjin Kim <kgene@kernel.org>,
Olof Johansson <olof@lixom.net>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Cc: Kevin Hilman <khilman@kernel.org>
Subject: Re: [PATCH 2/2] ARM: multi_v7_defconfig: Switch max77693 to module
Date: Tue, 5 Apr 2016 10:02:57 -0400 [thread overview]
Message-ID: <5703C591.5040100@osg.samsung.com> (raw)
In-Reply-To: <1459756459-22061-2-git-send-email-k.kozlowski@samsung.com>
Hello Krzysztof,
On 04/04/2016 03:54 AM, Krzysztof Kozlowski wrote:
> The driver can be built as a module, so use this possibility.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> ---
>
> This patch depends on previous one "mfd: max77693: Allow building as a
> module". Please pick-up everything or provide a tag for me (so I could
> pick up this one to samsung-soc tree).
> ---
> arch/arm/configs/multi_v7_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 4eb10f5ea493..d92f6bfbba0e 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -453,7 +453,7 @@ CONFIG_MFD_CROS_EC_SPI=m
> CONFIG_MFD_DA9063=m
> CONFIG_MFD_MAX14577=y
> CONFIG_MFD_MAX77686=y
> -CONFIG_MFD_MAX77693=y
> +CONFIG_MFD_MAX77693=m
> CONFIG_MFD_MAX8907=y
> CONFIG_MFD_MAX8997=y
> CONFIG_MFD_RK808=y
>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
WARNING: multiple messages have this Message-ID (diff)
From: javier@osg.samsung.com (Javier Martinez Canillas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: multi_v7_defconfig: Switch max77693 to module
Date: Tue, 5 Apr 2016 10:02:57 -0400 [thread overview]
Message-ID: <5703C591.5040100@osg.samsung.com> (raw)
In-Reply-To: <1459756459-22061-2-git-send-email-k.kozlowski@samsung.com>
Hello Krzysztof,
On 04/04/2016 03:54 AM, Krzysztof Kozlowski wrote:
> The driver can be built as a module, so use this possibility.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> ---
>
> This patch depends on previous one "mfd: max77693: Allow building as a
> module". Please pick-up everything or provide a tag for me (so I could
> pick up this one to samsung-soc tree).
> ---
> arch/arm/configs/multi_v7_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 4eb10f5ea493..d92f6bfbba0e 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -453,7 +453,7 @@ CONFIG_MFD_CROS_EC_SPI=m
> CONFIG_MFD_DA9063=m
> CONFIG_MFD_MAX14577=y
> CONFIG_MFD_MAX77686=y
> -CONFIG_MFD_MAX77693=y
> +CONFIG_MFD_MAX77693=m
> CONFIG_MFD_MAX8907=y
> CONFIG_MFD_MAX8997=y
> CONFIG_MFD_RK808=y
>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
next prev parent reply other threads:[~2016-04-05 14:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-04 7:54 [PATCH 1/2] mfd: max77693: Allow building as a module Krzysztof Kozlowski
2016-04-04 7:54 ` Krzysztof Kozlowski
2016-04-04 7:54 ` [PATCH 2/2] ARM: multi_v7_defconfig: Switch max77693 to module Krzysztof Kozlowski
2016-04-04 7:54 ` Krzysztof Kozlowski
2016-04-05 14:02 ` Javier Martinez Canillas [this message]
2016-04-05 14:02 ` Javier Martinez Canillas
2016-04-05 14:02 ` [PATCH 1/2] mfd: max77693: Allow building as a module Javier Martinez Canillas
2016-04-05 14:02 ` Javier Martinez Canillas
2016-04-07 13:29 ` Lee Jones
2016-04-07 13:29 ` Lee Jones
2016-04-08 3:54 ` Krzysztof Kozlowski
2016-04-08 3:54 ` Krzysztof Kozlowski
2016-04-08 7:17 ` Lee Jones
2016-04-08 7:17 ` Lee Jones
2016-04-10 8:46 ` Krzysztof Kozlowski
2016-04-10 8:46 ` Krzysztof Kozlowski
2016-04-11 8:00 ` Lee Jones
2016-04-11 8:00 ` 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=5703C591.5040100@osg.samsung.com \
--to=javier@osg.samsung.com \
--cc=arnd@arndb.de \
--cc=cw00.choi@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=kgene@kernel.org \
--cc=khilman@kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
/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.