Message ID | Pine.LNX.4.64.1304031752440.10531@axis700.grange (mailing list archive) |
---|---|
State | Superseded |
Commit | fd989934abb95091dbd23100ffb54bd24e588bfa |
Headers | show |
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. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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/ -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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
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(-)