linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform
@ 2016-09-07 11:46 Andy Yan
  2016-09-07 11:50 ` [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator Andy Yan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Andy Yan @ 2016-09-07 11:46 UTC (permalink / raw)
  To: arnd
  Cc: srinivas.kandagatla, treding, kuninori.morimoto.gx, alim.akhtar,
	linux-kernel, krzk, will.deacon, catalin.marinas, riku.voipio,
	linux-arm-kernel, horms+renesas, shawn.lin, Andy Yan

I2C and MMC are very basic modules for a board to bootup, as I2C always
used to configure PMIC and MMC devices often used to store filesytem.
So enable them here to let the rockchip based arm64 boards can bootup.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
---

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index eadf485..427b6dc 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -222,6 +222,7 @@ CONFIG_I2C_QUP=y
 CONFIG_I2C_TEGRA=y
 CONFIG_I2C_UNIPHIER_F=y
 CONFIG_I2C_RCAR=y
+CONFIG_I2C_RK3X=y
 CONFIG_I2C_CROS_EC_TUNNEL=y
 CONFIG_SPI=y
 CONFIG_SPI_ORION=y
@@ -323,6 +324,7 @@ CONFIG_MMC_SPI=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_EXYNOS=y
 CONFIG_MMC_DW_K3=y
+CONFIG_MMC_DW_ROCKCHIP=y
 CONFIG_MMC_SUNXI=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
-- 
2.7.4

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

* [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator
  2016-09-07 11:46 [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
@ 2016-09-07 11:50 ` Andy Yan
  2016-11-17 16:03   ` Heiko Stuebner
  2016-09-19 10:10 ` [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Andy Yan @ 2016-09-07 11:50 UTC (permalink / raw)
  To: arnd
  Cc: srinivas.kandagatla, treding, kuninori.morimoto.gx, alim.akhtar,
	linux-kernel, krzk, will.deacon, catalin.marinas, riku.voipio,
	linux-arm-kernel, horms+renesas, shawn.lin, Andy Yan

Many rockchip based arm64 boards use RK808 as PMIC, so
enabe it here let the board bootup normally.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
---

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 427b6dc..4b61ed9 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -258,6 +258,7 @@ CONFIG_WATCHDOG=y
 CONFIG_RENESAS_WDT=y
 CONFIG_S3C2410_WATCHDOG=y
 CONFIG_MFD_MAX77620=y
+CONFIG_MFD_RK808=y
 CONFIG_MFD_SPMI_PMIC=y
 CONFIG_MFD_SEC_CORE=y
 CONFIG_MFD_HI655X_PMIC=y
@@ -270,6 +271,7 @@ CONFIG_REGULATOR_MAX77620=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
+CONFIG_REGULATOR_RK808=y
 CONFIG_REGULATOR_S2MPS11=y
 CONFIG_DRM=m
 CONFIG_DRM_NOUVEAU=m
-- 
2.7.4

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

* Re: [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform
  2016-09-07 11:46 [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
  2016-09-07 11:50 ` [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator Andy Yan
@ 2016-09-19 10:10 ` Andy Yan
  2016-11-03 11:06 ` Andy Yan
  2016-11-17 15:55 ` Heiko Stuebner
  3 siblings, 0 replies; 6+ messages in thread
From: Andy Yan @ 2016-09-19 10:10 UTC (permalink / raw)
  To: arnd, treding, shawn.lin, Heiko Stübner
  Cc: srinivas.kandagatla, kuninori.morimoto.gx, alim.akhtar,
	linux-kernel, krzk, will.deacon, catalin.marinas, riku.voipio,
	linux-arm-kernel, horms+renesas

Hi :

   Respected maintainers, is there some suggestions for this patch?


On 2016年09月07日 19:46, Andy Yan wrote:
> I2C and MMC are very basic modules for a board to bootup, as I2C always
> used to configure PMIC and MMC devices often used to store filesytem.
> So enable them here to let the rockchip based arm64 boards can bootup.
>
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> ---
>
>   arch/arm64/configs/defconfig | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index eadf485..427b6dc 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -222,6 +222,7 @@ CONFIG_I2C_QUP=y
>   CONFIG_I2C_TEGRA=y
>   CONFIG_I2C_UNIPHIER_F=y
>   CONFIG_I2C_RCAR=y
> +CONFIG_I2C_RK3X=y
>   CONFIG_I2C_CROS_EC_TUNNEL=y
>   CONFIG_SPI=y
>   CONFIG_SPI_ORION=y
> @@ -323,6 +324,7 @@ CONFIG_MMC_SPI=y
>   CONFIG_MMC_DW=y
>   CONFIG_MMC_DW_EXYNOS=y
>   CONFIG_MMC_DW_K3=y
> +CONFIG_MMC_DW_ROCKCHIP=y
>   CONFIG_MMC_SUNXI=y
>   CONFIG_NEW_LEDS=y
>   CONFIG_LEDS_CLASS=y

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

* Re: [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform
  2016-09-07 11:46 [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
  2016-09-07 11:50 ` [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator Andy Yan
  2016-09-19 10:10 ` [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
@ 2016-11-03 11:06 ` Andy Yan
  2016-11-17 15:55 ` Heiko Stuebner
  3 siblings, 0 replies; 6+ messages in thread
From: Andy Yan @ 2016-11-03 11:06 UTC (permalink / raw)
  To: arnd, Heiko Stübner
  Cc: srinivas.kandagatla, treding, kuninori.morimoto.gx, alim.akhtar,
	linux-kernel, krzk, will.deacon, catalin.marinas, riku.voipio,
	linux-arm-kernel, horms+renesas, shawn.lin

Ping


On 2016年09月07日 19:46, Andy Yan wrote:
> I2C and MMC are very basic modules for a board to bootup, as I2C always
> used to configure PMIC and MMC devices often used to store filesytem.
> So enable them here to let the rockchip based arm64 boards can bootup.
>
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> ---
>
>   arch/arm64/configs/defconfig | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index eadf485..427b6dc 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -222,6 +222,7 @@ CONFIG_I2C_QUP=y
>   CONFIG_I2C_TEGRA=y
>   CONFIG_I2C_UNIPHIER_F=y
>   CONFIG_I2C_RCAR=y
> +CONFIG_I2C_RK3X=y
>   CONFIG_I2C_CROS_EC_TUNNEL=y
>   CONFIG_SPI=y
>   CONFIG_SPI_ORION=y
> @@ -323,6 +324,7 @@ CONFIG_MMC_SPI=y
>   CONFIG_MMC_DW=y
>   CONFIG_MMC_DW_EXYNOS=y
>   CONFIG_MMC_DW_K3=y
> +CONFIG_MMC_DW_ROCKCHIP=y
>   CONFIG_MMC_SUNXI=y
>   CONFIG_NEW_LEDS=y
>   CONFIG_LEDS_CLASS=y

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

* Re: [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform
  2016-09-07 11:46 [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
                   ` (2 preceding siblings ...)
  2016-11-03 11:06 ` Andy Yan
@ 2016-11-17 15:55 ` Heiko Stuebner
  3 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2016-11-17 15:55 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Andy Yan, arnd, kuninori.morimoto.gx, catalin.marinas,
	riku.voipio, will.deacon, linux-kernel, krzk,
	srinivas.kandagatla, alim.akhtar, horms+renesas, treding,
	shawn.lin

Am Mittwoch, 7. September 2016, 19:46:30 CET schrieb Andy Yan:
> I2C and MMC are very basic modules for a board to bootup, as I2C always
> used to configure PMIC and MMC devices often used to store filesytem.
> So enable them here to let the rockchip based arm64 boards can bootup.
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>

applied to a defconfig64 branch, after moving I2C_RK3X between QUP and TEGRA
RCAR seems to be an exception to the otherwise alphabetically sorted list.


Heiko

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

* Re: [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator
  2016-09-07 11:50 ` [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator Andy Yan
@ 2016-11-17 16:03   ` Heiko Stuebner
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2016-11-17 16:03 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Andy Yan, arnd, kuninori.morimoto.gx, catalin.marinas,
	riku.voipio, will.deacon, linux-kernel, krzk,
	srinivas.kandagatla, alim.akhtar, horms+renesas, treding,
	shawn.lin

Am Mittwoch, 7. September 2016, 19:50:28 CET schrieb Andy Yan:
> Many rockchip based arm64 boards use RK808 as PMIC, so
> enabe it here let the board bootup normally.
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>

applied to a defconfig64 branch after adding rk808-rtc as module and rk808-clk 
output as builtin as well.


Thanks
Heiko

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

end of thread, other threads:[~2016-11-17 17:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-07 11:46 [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
2016-09-07 11:50 ` [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator Andy Yan
2016-11-17 16:03   ` Heiko Stuebner
2016-09-19 10:10 ` [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
2016-11-03 11:06 ` Andy Yan
2016-11-17 15:55 ` Heiko Stuebner

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