All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Javier Martinez Canillas <javier.martinez@collabora.co.uk>,
	linux-samsung-soc@vger.kernel.org,
	Sachin Kamat <sachin.kamat@samsung.com>,
	Doug Anderson <dianders@chromium.org>,
	Kukjin Kim <kgene.kim@samsung.com>,
	Olof Johansson <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/1] ARM: exynos_defconfig: Enable SBS battery support
Date: Mon, 18 Aug 2014 11:26:56 -0500	[thread overview]
Message-ID: <53F22950.8020801@samsung.com> (raw)
In-Reply-To: <5085566.VKH3IuqYyi@amdc1032>

On 08/12/14 12:05, Bartlomiej Zolnierkiewicz wrote:
> On Monday, August 11, 2014 07:57:17 PM Javier Martinez Canillas wrote:
>> Many Exynos5 boards (e.g: Snow, Peach Pit and Pi) have
>> a SBS-compliant gas gauge battery. Enable to built it
>> so the needed support is available for these boards.
>>
>> Suggested-by: Doug Anderson<dianders@chromium.org>
>> Signed-off-by: Javier Martinez Canillas<javier.martinez@collabora.co.uk>
>> Acked-by: Kukjin Kim<kgene.kim@samsung.com>
>> Reviewed-by: Doug Anderson<dianders@chromium.org>
>
> Thanks for updating the patch.
>
> Reviewed-by: Bartlomiej Zolnierkiewicz<b.zolnierkie@samsung.com>
>
Thanks, applied into fixes.

- Kukjin

>>
>> Changes since v1:
>>   - Don't build it as a module since is the exception in exynos_defconfig.
>>     Suggested by Bartlomiej Zolnierkiewicz.
>>
>>   arch/arm/configs/exynos_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
>> index fc7d168..c390bb9 100644
>> --- a/arch/arm/configs/exynos_defconfig
>> +++ b/arch/arm/configs/exynos_defconfig
>> @@ -77,6 +77,7 @@ CONFIG_SPI_S3C64XX=y
>>   CONFIG_I2C_S3C2410=y
>>   CONFIG_DEBUG_GPIO=y
>>   CONFIG_POWER_SUPPLY=y
>> +CONFIG_BATTERY_SBS=y
>>   CONFIG_CHARGER_TPS65090=y
>>   # CONFIG_HWMON is not set
>>   CONFIG_THERMAL=y

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/1] ARM: exynos_defconfig: Enable SBS battery support
Date: Mon, 18 Aug 2014 11:26:56 -0500	[thread overview]
Message-ID: <53F22950.8020801@samsung.com> (raw)
In-Reply-To: <5085566.VKH3IuqYyi@amdc1032>

On 08/12/14 12:05, Bartlomiej Zolnierkiewicz wrote:
> On Monday, August 11, 2014 07:57:17 PM Javier Martinez Canillas wrote:
>> Many Exynos5 boards (e.g: Snow, Peach Pit and Pi) have
>> a SBS-compliant gas gauge battery. Enable to built it
>> so the needed support is available for these boards.
>>
>> Suggested-by: Doug Anderson<dianders@chromium.org>
>> Signed-off-by: Javier Martinez Canillas<javier.martinez@collabora.co.uk>
>> Acked-by: Kukjin Kim<kgene.kim@samsung.com>
>> Reviewed-by: Doug Anderson<dianders@chromium.org>
>
> Thanks for updating the patch.
>
> Reviewed-by: Bartlomiej Zolnierkiewicz<b.zolnierkie@samsung.com>
>
Thanks, applied into fixes.

- Kukjin

>>
>> Changes since v1:
>>   - Don't build it as a module since is the exception in exynos_defconfig.
>>     Suggested by Bartlomiej Zolnierkiewicz.
>>
>>   arch/arm/configs/exynos_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
>> index fc7d168..c390bb9 100644
>> --- a/arch/arm/configs/exynos_defconfig
>> +++ b/arch/arm/configs/exynos_defconfig
>> @@ -77,6 +77,7 @@ CONFIG_SPI_S3C64XX=y
>>   CONFIG_I2C_S3C2410=y
>>   CONFIG_DEBUG_GPIO=y
>>   CONFIG_POWER_SUPPLY=y
>> +CONFIG_BATTERY_SBS=y
>>   CONFIG_CHARGER_TPS65090=y
>>   # CONFIG_HWMON is not set
>>   CONFIG_THERMAL=y

  reply	other threads:[~2014-08-18 16:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-11 17:57 [PATCH v2 1/1] ARM: exynos_defconfig: Enable SBS battery support Javier Martinez Canillas
2014-08-11 17:57 ` Javier Martinez Canillas
2014-08-12 17:05 ` Bartlomiej Zolnierkiewicz
2014-08-12 17:05   ` Bartlomiej Zolnierkiewicz
2014-08-18 16:26   ` Kukjin Kim [this message]
2014-08-18 16:26     ` Kukjin Kim

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=53F22950.8020801@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=dianders@chromium.org \
    --cc=javier.martinez@collabora.co.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=sachin.kamat@samsung.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.