linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-07-31 13:38 Jagan Teki
  2018-07-31 13:40 ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2018-07-31 13:38 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Maxime Ripard, Chen-Yu Tsai, Icenowy Zheng
  Cc: devicetree, linux-arm-kernel, linux-kernel, linux-sunxi, Jagan Teki

The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC
connected via I2C.

Enable the driver for this PMIC.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f9a186f6af8a..2fdf01f11af8 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -370,6 +370,7 @@ CONFIG_MESON_WATCHDOG=m
 CONFIG_RENESAS_WDT=y
 CONFIG_UNIPHIER_WATCHDOG=y
 CONFIG_BCM2835_WDT=y
+CONFIG_MFD_AXP20X_I2C=y
 CONFIG_MFD_AXP20X_RSB=y
 CONFIG_MFD_CROS_EC=y
 CONFIG_MFD_CROS_EC_I2C=y
-- 
2.18.0.321.gffc6fa0e3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
  2018-07-31 13:38 [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C Jagan Teki
@ 2018-07-31 13:40 ` Maxime Ripard
  2018-10-24  8:22   ` [linux-sunxi] " Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2018-07-31 13:40 UTC (permalink / raw)
  To: Jagan Teki
  Cc: Catalin Marinas, Will Deacon, Chen-Yu Tsai, Icenowy Zheng,
	devicetree, linux-arm-kernel, linux-kernel, linux-sunxi

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]

On Tue, Jul 31, 2018 at 07:08:28PM +0530, Jagan Teki wrote:
> The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC
> connected via I2C.
> 
> Enable the driver for this PMIC.
> 
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>

Maxime

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-sunxi] Re: [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
  2018-07-31 13:40 ` Maxime Ripard
@ 2018-10-24  8:22   ` Jagan Teki
  2018-10-24 17:07     ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2018-10-24  8:22 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Catalin Marinas, Will Deacon, Chen-Yu Tsai, Icenowy Zheng,
	devicetree, linux-arm-kernel, linux-kernel, linux-sunxi

On Tue, Jul 31, 2018 at 7:10 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> On Tue, Jul 31, 2018 at 07:08:28PM +0530, Jagan Teki wrote:
> > The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC
> > connected via I2C.
> >
> > Enable the driver for this PMIC.
> >
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>

Can you apply this? needed for mmc to detect on H6

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-sunxi] Re: [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
  2018-10-24  8:22   ` [linux-sunxi] " Jagan Teki
@ 2018-10-24 17:07     ` Maxime Ripard
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2018-10-24 17:07 UTC (permalink / raw)
  To: Jagan Teki
  Cc: Catalin Marinas, Will Deacon, Chen-Yu Tsai, Icenowy Zheng,
	devicetree, linux-arm-kernel, linux-kernel, linux-sunxi

On Wed, Oct 24, 2018 at 01:52:37PM +0530, Jagan Teki wrote:
> On Tue, Jul 31, 2018 at 7:10 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
> >
> > On Tue, Jul 31, 2018 at 07:08:28PM +0530, Jagan Teki wrote:
> > > The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC
> > > connected via I2C.
> > >
> > > Enable the driver for this PMIC.
> > >
> > > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> >
> > Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
> 
> Can you apply this? needed for mmc to detect on H6

Please resend it.

Maxime

-- 
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-24 17:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-31 13:38 [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C Jagan Teki
2018-07-31 13:40 ` Maxime Ripard
2018-10-24  8:22   ` [linux-sunxi] " Jagan Teki
2018-10-24 17:07     ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).