All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-07-31 13:38 ` Jagan Teki
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

* [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-07-31 13:38 ` Jagan Teki
  0 siblings, 0 replies; 11+ 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-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, 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-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
---
 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] 11+ messages in thread

* [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-07-31 13:38 ` Jagan Teki
  0 siblings, 0 replies; 11+ messages in thread
From: Jagan Teki @ 2018-07-31 13:38 UTC (permalink / raw)
  To: linux-arm-kernel

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] 11+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-07-31 13:40   ` Maxime Ripard
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-07-31 13:40   ` Maxime Ripard
  0 siblings, 0 replies; 11+ 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-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 471 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-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>

Acked-by: Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>

Maxime

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

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

* [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-07-31 13:40   ` Maxime Ripard
  0 siblings, 0 replies; 11+ messages in thread
From: Maxime Ripard @ 2018-07-31 13:40 UTC (permalink / raw)
  To: linux-arm-kernel

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180731/ee18bbbe/attachment-0001.sig>

^ permalink raw reply	[flat|nested] 11+ 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
  -1 siblings, 0 replies; 11+ 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] 11+ messages in thread

* Re: Re: [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-10-24  8:22     ` Jagan Teki
  0 siblings, 0 replies; 11+ 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-/JYPxA39Uh5TLH3MbocFFw

On Tue, Jul 31, 2018 at 7:10 PM Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> 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-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
>
> Acked-by: Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>

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

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

* [linux-sunxi] Re: [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-10-24  8:22     ` Jagan Teki
  0 siblings, 0 replies; 11+ messages in thread
From: Jagan Teki @ 2018-10-24  8:22 UTC (permalink / raw)
  To: linux-arm-kernel

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] 11+ messages in thread

* Re: [linux-sunxi] Re: [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
  2018-10-24  8:22     ` Jagan Teki
@ 2018-10-24 17:07       ` Maxime Ripard
  -1 siblings, 0 replies; 11+ 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] 11+ messages in thread

* [linux-sunxi] Re: [PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
@ 2018-10-24 17:07       ` Maxime Ripard
  0 siblings, 0 replies; 11+ messages in thread
From: Maxime Ripard @ 2018-10-24 17:07 UTC (permalink / raw)
  To: linux-arm-kernel

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] 11+ messages in thread

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

Thread overview: 11+ 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:38 ` Jagan Teki
2018-07-31 13:38 ` Jagan Teki
2018-07-31 13:40 ` Maxime Ripard
2018-07-31 13:40   ` Maxime Ripard
2018-07-31 13:40   ` Maxime Ripard
2018-10-24  8:22   ` [linux-sunxi] " Jagan Teki
2018-10-24  8:22     ` Jagan Teki
2018-10-24  8:22     ` Jagan Teki
2018-10-24 17:07     ` [linux-sunxi] " Maxime Ripard
2018-10-24 17:07       ` Maxime Ripard

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.