linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig
@ 2013-04-03 15:53 Guennadi Liakhovetski
  2013-04-04  4:43 ` Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Guennadi Liakhovetski @ 2013-04-03 15:53 UTC (permalink / raw)
  To: linux-sh

An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
This patch enables it in board defconfig.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
---
 arch/arm/configs/kzm9g_defconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index f6e585b..1ad0280 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -84,9 +84,12 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_SH_MOBILE=y
 CONFIG_GPIO_PCF857X=y
 # CONFIG_HWMON is not set
+CONFIG_MFD_AS3711=y
 CONFIG_REGULATOR=y
+CONFIG_REGULATOR_AS3711=y
 CONFIG_FB=y
 CONFIG_FB_SH_MOBILE_LCDC=y
+CONFIG_BACKLIGHT_AS3711=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_LOGO=y
 CONFIG_FB_SH_MOBILE_MERAM=y
-- 
1.7.2.5


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

* Re: [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig
  2013-04-03 15:53 [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig Guennadi Liakhovetski
@ 2013-04-04  4:43 ` Simon Horman
  2013-04-04  6:55 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2013-04-04  4:43 UTC (permalink / raw)
  To: linux-sh

On Wed, Apr 03, 2013 at 05:53:54PM +0200, Guennadi Liakhovetski wrote:
> An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
> This patch enables it in board defconfig.

Thanks, applied to the defconfigs branch.
I will endeavour to get this included in v3.10.

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

* Re: [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig
  2013-04-03 15:53 [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig Guennadi Liakhovetski
  2013-04-04  4:43 ` Simon Horman
@ 2013-04-04  6:55 ` Simon Horman
  2013-04-05  7:15 ` Guennadi Liakhovetski
  2013-04-05  7:38 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2013-04-04  6:55 UTC (permalink / raw)
  To: linux-sh

On Thu, Apr 04, 2013 at 01:43:25PM +0900, Simon Horman wrote:
> On Wed, Apr 03, 2013 at 05:53:54PM +0200, Guennadi Liakhovetski wrote:
> > An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
> > This patch enables it in board defconfig.
> 
> Thanks, applied to the defconfigs branch.

I have moved it to the defconfigs-kzm9g branch as
I am trying to use more fine-grained branches going forwards.

> I will endeavour to get this included in v3.10.

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

* Re: [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig
  2013-04-03 15:53 [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig Guennadi Liakhovetski
  2013-04-04  4:43 ` Simon Horman
  2013-04-04  6:55 ` Simon Horman
@ 2013-04-05  7:15 ` Guennadi Liakhovetski
  2013-04-05  7:38 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Guennadi Liakhovetski @ 2013-04-05  7:15 UTC (permalink / raw)
  To: linux-sh

Hi Simon

On Thu, 4 Apr 2013, Simon Horman wrote:

> On Wed, Apr 03, 2013 at 05:53:54PM +0200, Guennadi Liakhovetski wrote:
> > An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
> > This patch enables it in board defconfig.
> 
> Thanks, applied to the defconfigs branch.
> I will endeavour to get this included in v3.10.

Thanks, but actually this patch is just a reply to your request to support 
the earlier "ARM: shmobile: add AS3711 PMIC platform data on kzm9g" patch 
from me, which I still don't see in your tree?

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

* Re: [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig
  2013-04-03 15:53 [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig Guennadi Liakhovetski
                   ` (2 preceding siblings ...)
  2013-04-05  7:15 ` Guennadi Liakhovetski
@ 2013-04-05  7:38 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2013-04-05  7:38 UTC (permalink / raw)
  To: linux-sh

On Fri, Apr 05, 2013 at 09:15:29AM +0200, Guennadi Liakhovetski wrote:
> Hi Simon
> 
> On Thu, 4 Apr 2013, Simon Horman wrote:
> 
> > On Wed, Apr 03, 2013 at 05:53:54PM +0200, Guennadi Liakhovetski wrote:
> > > An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight.
> > > This patch enables it in board defconfig.
> > 
> > Thanks, applied to the defconfigs branch.
> > I will endeavour to get this included in v3.10.
> 
> Thanks, but actually this patch is just a reply to your request to support 
> the earlier "ARM: shmobile: add AS3711 PMIC platform data on kzm9g" patch 
> from me, which I still don't see in your tree?

I see no particular problem with adding the defconfig change first.

With regards to "ARM: shmobile: add AS3711 PMIC platform data on kzm9g",
I'm unsure why I didn't queue-that up yesterday. I have done so now.
It is in the new boards-kzm9g branch.

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

end of thread, other threads:[~2013-04-05  7:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 15:53 [PATCH] ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig Guennadi Liakhovetski
2013-04-04  4:43 ` Simon Horman
2013-04-04  6:55 ` Simon Horman
2013-04-05  7:15 ` Guennadi Liakhovetski
2013-04-05  7:38 ` Simon Horman

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).