* [PATCH v2 1/1] ARM: exynos_defconfig: Enable SBS battery support
@ 2014-08-11 17:57 Javier Martinez Canillas
2014-08-12 17:05 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 3+ messages in thread
From: Javier Martinez Canillas @ 2014-08-11 17:57 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
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
--
2.0.0.rc2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v2 1/1] ARM: exynos_defconfig: Enable SBS battery support
2014-08-11 17:57 [PATCH v2 1/1] ARM: exynos_defconfig: Enable SBS battery support Javier Martinez Canillas
@ 2014-08-12 17:05 ` Bartlomiej Zolnierkiewicz
2014-08-18 16:26 ` Kukjin Kim
0 siblings, 1 reply; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-08-12 17:05 UTC (permalink / raw)
To: linux-arm-kernel
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>
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
> ---
>
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2 1/1] ARM: exynos_defconfig: Enable SBS battery support
2014-08-12 17:05 ` Bartlomiej Zolnierkiewicz
@ 2014-08-18 16:26 ` Kukjin Kim
0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2014-08-18 16:26 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-18 16:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 17:57 [PATCH v2 1/1] ARM: exynos_defconfig: Enable SBS battery support Javier Martinez Canillas
2014-08-12 17:05 ` Bartlomiej Zolnierkiewicz
2014-08-18 16:26 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox