All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Amlogic 32-bit multi_v7_defconfig updates
@ 2018-04-22 10:38 ` Martin Blumenstingl
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Blumenstingl @ 2018-04-22 10:38 UTC (permalink / raw)
  To: linux-arm-kernel

Some boards come with a PMU (system power controller, such as the Ricoh
RN5T618). These need CONFIG_I2C_MESON built-in so the regulators can be
set up during boot.

Also enable CONFIG_PWM_MESON (as module) because some boards use it to
dim the LED and/or generate the 32.768 kHz clock for the SDIO wifi chip.

@Kevin: I assume that you'll take this through your tree, so no immediate
action from the arm-soc maintainers needed, right?


Martin Blumenstingl (2):
  arm: multi_v7_defconfig: enable the Amlogic Meson I2C driver
  ARM: multi_v7_defconfig: enable the Meson PWM controller

 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.17.0

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

* [PATCH 0/2] Amlogic 32-bit multi_v7_defconfig updates
@ 2018-04-22 10:38 ` Martin Blumenstingl
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Blumenstingl @ 2018-04-22 10:38 UTC (permalink / raw)
  To: linus-amlogic

Some boards come with a PMU (system power controller, such as the Ricoh
RN5T618). These need CONFIG_I2C_MESON built-in so the regulators can be
set up during boot.

Also enable CONFIG_PWM_MESON (as module) because some boards use it to
dim the LED and/or generate the 32.768 kHz clock for the SDIO wifi chip.

@Kevin: I assume that you'll take this through your tree, so no immediate
action from the arm-soc maintainers needed, right?


Martin Blumenstingl (2):
  arm: multi_v7_defconfig: enable the Amlogic Meson I2C driver
  ARM: multi_v7_defconfig: enable the Meson PWM controller

 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.17.0

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

* [PATCH 1/2] arm: multi_v7_defconfig: enable the Amlogic Meson I2C driver
  2018-04-22 10:38 ` Martin Blumenstingl
@ 2018-04-22 10:38   ` Martin Blumenstingl
  -1 siblings, 0 replies; 8+ messages in thread
From: Martin Blumenstingl @ 2018-04-22 10:38 UTC (permalink / raw)
  To: linux-arm-kernel

Some boards come with a PMIC (system power controller, for example Ricoh
RN5T618) which is connected through I2C.
Enable the Meson I2C driver so the devices on the I2C bus can be
registered during boot.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 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 e6b3c96d4c09..19e60d562e5f 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -364,6 +364,7 @@ CONFIG_HVC_DRIVER=y
 CONFIG_VIRTIO_CONSOLE=y
 CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_DAVINCI=y
+CONFIG_I2C_MESON=y
 CONFIG_I2C_MUX=y
 CONFIG_I2C_ARB_GPIO_CHALLENGE=m
 CONFIG_I2C_MUX_PCA954x=y
-- 
2.17.0

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

* [PATCH 1/2] arm: multi_v7_defconfig: enable the Amlogic Meson I2C driver
@ 2018-04-22 10:38   ` Martin Blumenstingl
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Blumenstingl @ 2018-04-22 10:38 UTC (permalink / raw)
  To: linus-amlogic

Some boards come with a PMIC (system power controller, for example Ricoh
RN5T618) which is connected through I2C.
Enable the Meson I2C driver so the devices on the I2C bus can be
registered during boot.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 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 e6b3c96d4c09..19e60d562e5f 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -364,6 +364,7 @@ CONFIG_HVC_DRIVER=y
 CONFIG_VIRTIO_CONSOLE=y
 CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_DAVINCI=y
+CONFIG_I2C_MESON=y
 CONFIG_I2C_MUX=y
 CONFIG_I2C_ARB_GPIO_CHALLENGE=m
 CONFIG_I2C_MUX_PCA954x=y
-- 
2.17.0

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

* [PATCH 2/2] ARM: multi_v7_defconfig: enable the Meson PWM controller
  2018-04-22 10:38 ` Martin Blumenstingl
@ 2018-04-22 10:38   ` Martin Blumenstingl
  -1 siblings, 0 replies; 8+ messages in thread
From: Martin Blumenstingl @ 2018-04-22 10:38 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the Amlogic Meson PWM controller. It is used for a dimmable
LED on some devices. Additionally some devices use it to generate the
32.768 kHz (low power oscillator) clock.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 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 19e60d562e5f..e8e4341e96c7 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -948,6 +948,7 @@ CONFIG_PWM_ATMEL=m
 CONFIG_PWM_ATMEL_HLCDC_PWM=m
 CONFIG_PWM_ATMEL_TCB=m
 CONFIG_PWM_FSL_FTM=m
+CONFIG_PWM_MESON=m
 CONFIG_PWM_RCAR=m
 CONFIG_PWM_RENESAS_TPU=y
 CONFIG_PWM_ROCKCHIP=m
-- 
2.17.0

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

* [PATCH 2/2] ARM: multi_v7_defconfig: enable the Meson PWM controller
@ 2018-04-22 10:38   ` Martin Blumenstingl
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Blumenstingl @ 2018-04-22 10:38 UTC (permalink / raw)
  To: linus-amlogic

This enables the Amlogic Meson PWM controller. It is used for a dimmable
LED on some devices. Additionally some devices use it to generate the
32.768 kHz (low power oscillator) clock.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 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 19e60d562e5f..e8e4341e96c7 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -948,6 +948,7 @@ CONFIG_PWM_ATMEL=m
 CONFIG_PWM_ATMEL_HLCDC_PWM=m
 CONFIG_PWM_ATMEL_TCB=m
 CONFIG_PWM_FSL_FTM=m
+CONFIG_PWM_MESON=m
 CONFIG_PWM_RCAR=m
 CONFIG_PWM_RENESAS_TPU=y
 CONFIG_PWM_ROCKCHIP=m
-- 
2.17.0

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

* [PATCH 0/2] Amlogic 32-bit multi_v7_defconfig updates
  2018-04-22 10:38 ` Martin Blumenstingl
@ 2018-04-27 19:06   ` Kevin Hilman
  -1 siblings, 0 replies; 8+ messages in thread
From: Kevin Hilman @ 2018-04-27 19:06 UTC (permalink / raw)
  To: linux-arm-kernel

Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:

> Some boards come with a PMU (system power controller, such as the Ricoh
> RN5T618). These need CONFIG_I2C_MESON built-in so the regulators can be
> set up during boot.
>
> Also enable CONFIG_PWM_MESON (as module) because some boards use it to
> dim the LED and/or generate the 32.768 kHz clock for the SDIO wifi chip.
>
> @Kevin: I assume that you'll take this through your tree, so no immediate
> action from the arm-soc maintainers needed, right?

Correct.

Merged into v4.18/defconfig,

Kevin

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

* [PATCH 0/2] Amlogic 32-bit multi_v7_defconfig updates
@ 2018-04-27 19:06   ` Kevin Hilman
  0 siblings, 0 replies; 8+ messages in thread
From: Kevin Hilman @ 2018-04-27 19:06 UTC (permalink / raw)
  To: linus-amlogic

Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:

> Some boards come with a PMU (system power controller, such as the Ricoh
> RN5T618). These need CONFIG_I2C_MESON built-in so the regulators can be
> set up during boot.
>
> Also enable CONFIG_PWM_MESON (as module) because some boards use it to
> dim the LED and/or generate the 32.768 kHz clock for the SDIO wifi chip.
>
> @Kevin: I assume that you'll take this through your tree, so no immediate
> action from the arm-soc maintainers needed, right?

Correct.

Merged into v4.18/defconfig,

Kevin

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

end of thread, other threads:[~2018-04-27 19:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-22 10:38 [PATCH 0/2] Amlogic 32-bit multi_v7_defconfig updates Martin Blumenstingl
2018-04-22 10:38 ` Martin Blumenstingl
2018-04-22 10:38 ` [PATCH 1/2] arm: multi_v7_defconfig: enable the Amlogic Meson I2C driver Martin Blumenstingl
2018-04-22 10:38   ` Martin Blumenstingl
2018-04-22 10:38 ` [PATCH 2/2] ARM: multi_v7_defconfig: enable the Meson PWM controller Martin Blumenstingl
2018-04-22 10:38   ` Martin Blumenstingl
2018-04-27 19:06 ` [PATCH 0/2] Amlogic 32-bit multi_v7_defconfig updates Kevin Hilman
2018-04-27 19:06   ` Kevin Hilman

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.