Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1433921 > unrolled thread

[RESEND PATCH] arm64: defconfig: Enable cros-ec and battery driver

Started byRhyland Klein <rklein@nvidia.com>
First post2016-06-29 19:30 +0200
Last post2016-06-30 15:30 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [RESEND PATCH] arm64: defconfig: Enable cros-ec and battery driver Rhyland Klein <rklein@nvidia.com> - 2016-06-29 19:30 +0200
    Re: [RESEND PATCH] arm64: defconfig: Enable cros-ec and battery driver Alexandre Courbot <gnurou@gmail.com> - 2016-06-30 11:30 +0200
    Re: [RESEND PATCH] arm64: defconfig: Enable cros-ec and battery  driver Thierry Reding <thierry.reding@gmail.com> - 2016-06-30 15:30 +0200

#1433921 — [RESEND PATCH] arm64: defconfig: Enable cros-ec and battery driver

FromRhyland Klein <rklein@nvidia.com>
Date2016-06-29 19:30 +0200
Subject[RESEND PATCH] arm64: defconfig: Enable cros-ec and battery driver
Message-ID<rPrtf-72Q-5@gated-at.bofh.it>
Enable the ChromeOS Embedded Controller, its I2C tunnel driver, and
the BA27XXX battery driver. These are all used on the Tegra210 Smaug
platform.

Signed-off-by: Rhyland Klein <rklein@nvidia.com>
---

Resending as the issue with power_supply_core/bq27xxx_battery has been
resolved.

 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 58bc31e0e9b7..4b6d39c927e7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -186,6 +186,7 @@ CONFIG_I2C_QUP=y
 CONFIG_I2C_TEGRA=y
 CONFIG_I2C_UNIPHIER_F=y
 CONFIG_I2C_RCAR=y
+CONFIG_I2C_CROS_EC_TUNNEL=y
 CONFIG_SPI=y
 CONFIG_SPI_ORION=y
 CONFIG_SPI_PL022=y
@@ -206,6 +207,7 @@ CONFIG_GPIO_PCA953X=y
 CONFIG_GPIO_PCA953X_IRQ=y
 CONFIG_GPIO_MAX77620=y
 CONFIG_POWER_RESET_MSM=y
+CONFIG_BATTERY_BQ27XXX=y
 CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
 CONFIG_SENSORS_LM90=m
@@ -220,6 +222,8 @@ CONFIG_MFD_SPMI_PMIC=y
 CONFIG_MFD_SEC_CORE=y
 CONFIG_MFD_HI655X_PMIC=y
 CONFIG_REGULATOR=y
+CONFIG_MFD_CROS_EC=y
+CONFIG_MFD_CROS_EC_I2C=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_HI655X=y
 CONFIG_REGULATOR_MAX77620=y
-- 
1.9.1

[toc] | [next] | [standalone]


#1434406

FromAlexandre Courbot <gnurou@gmail.com>
Date2016-06-30 11:30 +0200
Message-ID<rPGsh-7Pf-15@gated-at.bofh.it>
In reply to#1433921
On Thu, Jun 30, 2016 at 2:21 AM, Rhyland Klein <rklein@nvidia.com> wrote:
> Enable the ChromeOS Embedded Controller, its I2C tunnel driver, and
> the BA27XXX battery driver. These are all used on the Tegra210 Smaug
> platform.

Tested-by: Alexandre Courbot <acourbot@nvidia.com>

Can see the bq27742 in /sys and query its state.

[toc] | [prev] | [next] | [standalone]


#1434546 — Re: [RESEND PATCH] arm64: defconfig: Enable cros-ec and battery driver

FromThierry Reding <thierry.reding@gmail.com>
Date2016-06-30 15:30 +0200
SubjectRe: [RESEND PATCH] arm64: defconfig: Enable cros-ec and battery driver
Message-ID<rPKcx-1EL-3@gated-at.bofh.it>
In reply to#1433921

[Multipart message — attachments visible in raw view] — view raw

On Wed, Jun 29, 2016 at 01:21:53PM -0400, Rhyland Klein wrote:
> Enable the ChromeOS Embedded Controller, its I2C tunnel driver, and
> the BA27XXX battery driver. These are all used on the Tegra210 Smaug
> platform.
> 
> Signed-off-by: Rhyland Klein <rklein@nvidia.com>
> ---
> 
> Resending as the issue with power_supply_core/bq27xxx_battery has been
> resolved.
> 
>  arch/arm64/configs/defconfig | 4 ++++
>  1 file changed, 4 insertions(+)

Applied, thanks.

Thierry

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web