Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1219852 > unrolled thread
| Started by | Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
|---|---|
| First post | 2015-09-06 22:20 +0200 |
| Last post | 2015-09-07 13:00 +0200 |
| Articles | 5 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/4] ARM: multi_v7_defconfig: Enable ACT8865 PMIC driver Sjoerd Simons <sjoerd.simons@collabora.co.uk> - 2015-09-06 22:20 +0200
Re: [PATCH 2/4] ARM: multi_v7_defconfig: Enable ACT8865 PMIC driver Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-07 11:40 +0200
Re: [PATCH 2/4] ARM: multi_v7_defconfig: Enable ACT8865 PMIC driver Heiko Stübner <heiko@sntech.de> - 2015-09-07 11:40 +0200
Re: [PATCH 2/4] ARM: multi_v7_defconfig: Enable ACT8865 PMIC driver Andy Yan <andy.yan@rock-chips.com> - 2015-09-07 13:00 +0200
Re: [PATCH 2/4] ARM: multi_v7_defconfig: Enable ACT8865 PMIC driver Heiko Stübner <heiko@sntech.de> - 2015-09-07 13:00 +0200
| From | Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
|---|---|
| Date | 2015-09-06 22:20 +0200 |
| Subject | [PATCH 2/4] ARM: multi_v7_defconfig: Enable ACT8865 PMIC driver |
| Message-ID | <q5OzU-IZ-11@gated-at.bofh.it> |
Active Semi act8846 is used as the PMIC on various Rockchip boards, enable the ACT8865 driver to support this. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 25a1d574..7058fef 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -401,6 +401,7 @@ CONFIG_MFD_TPS65090=y CONFIG_MFD_TPS6586X=y CONFIG_MFD_TPS65910=y CONFIG_REGULATOR_AB8500=y +CONFIG_REGULATOR_ACT8865=y CONFIG_REGULATOR_AS3711=y CONFIG_REGULATOR_AS3722=y CONFIG_REGULATOR_AXP20X=y -- 2.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2015-09-07 11:40 +0200 |
| Message-ID | <q6145-1Dd-1@gated-at.bofh.it> |
| In reply to | #1219852 |
Hello Sjoerd, On 09/06/2015 10:16 PM, Sjoerd Simons wrote: > Active Semi act8846 is used as the PMIC on various Rockchip boards, > enable the ACT8865 driver to support this. > > Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> > --- > > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 25a1d574..7058fef 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -401,6 +401,7 @@ CONFIG_MFD_TPS65090=y > CONFIG_MFD_TPS6586X=y > CONFIG_MFD_TPS65910=y > CONFIG_REGULATOR_AB8500=y > +CONFIG_REGULATOR_ACT8865=y Same question than the previous patch, does this really need to be built-in? The Kconfig symbol is tristate. After an explanation why it needs to be built-in or enabling it as a module: Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Date | 2015-09-07 11:40 +0200 |
| Message-ID | <q6146-1Dd-7@gated-at.bofh.it> |
| In reply to | #1219852 |
Hi, I guess one could rename that to something like "ARM: multi_v7_defconfig: Enable regulators used on most rockchip boards" and as well add CONFIG_REGULATOR_FAN53555=y CONFIG_MFD_RK808=y CONFIG_REGULATOR_RK808=y fan5355 is the driver providing support for the syr82x used on all rk3288 boards with an act8846. Am Sonntag, 6. September 2015, 22:16:04 schrieb Sjoerd Simons: > Active Semi act8846 is used as the PMIC on various Rockchip boards, > enable the ACT8865 driver to support this. > > Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> > --- > > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig > b/arch/arm/configs/multi_v7_defconfig index 25a1d574..7058fef 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -401,6 +401,7 @@ CONFIG_MFD_TPS65090=y > CONFIG_MFD_TPS6586X=y > CONFIG_MFD_TPS65910=y > CONFIG_REGULATOR_AB8500=y > +CONFIG_REGULATOR_ACT8865=y > CONFIG_REGULATOR_AS3711=y > CONFIG_REGULATOR_AS3722=y > CONFIG_REGULATOR_AXP20X=y -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Andy Yan <andy.yan@rock-chips.com> |
|---|---|
| Date | 2015-09-07 13:00 +0200 |
| Message-ID | <q62jw-3kB-7@gated-at.bofh.it> |
| In reply to | #1220020 |
PMIC RK808 used on many rk3288 boards ,such as Popmetal. It is a MFD with function regulator and RTC. So if you plan to enable RK808, please also enable CONFIG_RTC_DRV_RK808. thanks. On 2015年09月07日 17:33, Heiko Stübner wrote: > Hi, > > I guess one could rename that to something like > "ARM: multi_v7_defconfig: Enable regulators used on most rockchip boards" > > and as well add > > CONFIG_REGULATOR_FAN53555=y > CONFIG_MFD_RK808=y > CONFIG_REGULATOR_RK808=y > > fan5355 is the driver providing support for the syr82x used on all rk3288 > boards with an act8846. > > > > Am Sonntag, 6. September 2015, 22:16:04 schrieb Sjoerd Simons: >> Active Semi act8846 is used as the PMIC on various Rockchip boards, >> enable the ACT8865 driver to support this. >> >> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> > >> --- >> >> arch/arm/configs/multi_v7_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/multi_v7_defconfig >> b/arch/arm/configs/multi_v7_defconfig index 25a1d574..7058fef 100644 >> --- a/arch/arm/configs/multi_v7_defconfig >> +++ b/arch/arm/configs/multi_v7_defconfig >> @@ -401,6 +401,7 @@ CONFIG_MFD_TPS65090=y >> CONFIG_MFD_TPS6586X=y >> CONFIG_MFD_TPS65910=y >> CONFIG_REGULATOR_AB8500=y >> +CONFIG_REGULATOR_ACT8865=y >> CONFIG_REGULATOR_AS3711=y >> CONFIG_REGULATOR_AS3722=y >> CONFIG_REGULATOR_AXP20X=y > > _______________________________________________ > Linux-rockchip mailing list > Linux-rockchip@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-rockchip > > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Date | 2015-09-07 13:00 +0200 |
| Message-ID | <q62jx-3kB-33@gated-at.bofh.it> |
| In reply to | #1220050 |
Hi Andy, Am Montag, 7. September 2015, 18:49:02 schrieb Andy Yan: > PMIC RK808 used on many rk3288 boards ,such as Popmetal. > It is a MFD with function regulator and RTC. So if you plan to enable > RK808, please also enable CONFIG_RTC_DRV_RK808. I think that could go into a separate patch5 ... enabling CONFIG_RTC_DRV_RK808=m CONFIG_RTC_DRV_HYM8563=m the two rtc types used on all(?) Rockchip boards. So enable the rk808 mfd+regulator here and do the rtcs separately later. > On 2015年09月07日 17:33, Heiko Stübner wrote: > > Hi, > > > > I guess one could rename that to something like > > "ARM: multi_v7_defconfig: Enable regulators used on most rockchip boards" > > > > and as well add > > > > CONFIG_REGULATOR_FAN53555=y > > CONFIG_MFD_RK808=y > > CONFIG_REGULATOR_RK808=y > > > > fan5355 is the driver providing support for the syr82x used on all rk3288 > > boards with an act8846. > > > > Am Sonntag, 6. September 2015, 22:16:04 schrieb Sjoerd Simons: > >> Active Semi act8846 is used as the PMIC on various Rockchip boards, > >> enable the ACT8865 driver to support this. > >> > >> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> > >> > >> --- > >> > >> arch/arm/configs/multi_v7_defconfig | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git a/arch/arm/configs/multi_v7_defconfig > >> b/arch/arm/configs/multi_v7_defconfig index 25a1d574..7058fef 100644 > >> --- a/arch/arm/configs/multi_v7_defconfig > >> +++ b/arch/arm/configs/multi_v7_defconfig > >> @@ -401,6 +401,7 @@ CONFIG_MFD_TPS65090=y > >> > >> CONFIG_MFD_TPS6586X=y > >> CONFIG_MFD_TPS65910=y > >> CONFIG_REGULATOR_AB8500=y > >> > >> +CONFIG_REGULATOR_ACT8865=y > >> > >> CONFIG_REGULATOR_AS3711=y > >> CONFIG_REGULATOR_AS3722=y > >> CONFIG_REGULATOR_AXP20X=y > > > > _______________________________________________ > > Linux-rockchip mailing list > > Linux-rockchip@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-rockchip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web