* [PATCH 3.8-rc] arm: mvebu: add LEDs support to defconfig file
@ 2013-01-07 16:27 Thomas Petazzoni
2013-01-07 17:04 ` Jason Cooper
2013-01-23 13:40 ` Jason Cooper
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2013-01-07 16:27 UTC (permalink / raw)
To: linux-arm-kernel
The OpenBlocks AX3-4 platform has several LEDs, so it sounds wise to
enable LED support in mvebu_defconfig. We anticipate that more
platforms using Marvell EBU SoCs will have LEDs in the future.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
This is 3.8-rc material.
---
arch/arm/configs/mvebu_defconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
index 3ba35f1..6b9e95d 100644
--- a/arch/arm/configs/mvebu_defconfig
+++ b/arch/arm/configs/mvebu_defconfig
@@ -40,6 +40,11 @@ CONFIG_I2C_MV64XXX=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_SYSFS=y
# CONFIG_USB_SUPPORT is not set
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=m
+CONFIG_LEDS_TRIGGERS=y
+CONFIG_LEDS_TRIGGER_TIMER=y
+CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_S35390A=y
CONFIG_DMADEVICES=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3.8-rc] arm: mvebu: add LEDs support to defconfig file
2013-01-07 16:27 [PATCH 3.8-rc] arm: mvebu: add LEDs support to defconfig file Thomas Petazzoni
@ 2013-01-07 17:04 ` Jason Cooper
2013-01-07 17:10 ` Thomas Petazzoni
2013-01-23 13:40 ` Jason Cooper
1 sibling, 1 reply; 4+ messages in thread
From: Jason Cooper @ 2013-01-07 17:04 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 07, 2013 at 05:27:14PM +0100, Thomas Petazzoni wrote:
> The OpenBlocks AX3-4 platform has several LEDs, so it sounds wise to
> enable LED support in mvebu_defconfig. We anticipate that more
> platforms using Marvell EBU SoCs will have LEDs in the future.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> This is 3.8-rc material.
Is this patch fixing a problem? I'm inclined to queue this up for 3.9
thx,
Jason.
> ---
> arch/arm/configs/mvebu_defconfig | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
> index 3ba35f1..6b9e95d 100644
> --- a/arch/arm/configs/mvebu_defconfig
> +++ b/arch/arm/configs/mvebu_defconfig
> @@ -40,6 +40,11 @@ CONFIG_I2C_MV64XXX=y
> CONFIG_GPIOLIB=y
> CONFIG_GPIO_SYSFS=y
> # CONFIG_USB_SUPPORT is not set
> +CONFIG_NEW_LEDS=y
> +CONFIG_LEDS_CLASS=m
> +CONFIG_LEDS_TRIGGERS=y
> +CONFIG_LEDS_TRIGGER_TIMER=y
> +CONFIG_LEDS_TRIGGER_HEARTBEAT=y
> CONFIG_RTC_CLASS=y
> CONFIG_RTC_DRV_S35390A=y
> CONFIG_DMADEVICES=y
> --
> 1.7.9.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 3.8-rc] arm: mvebu: add LEDs support to defconfig file
2013-01-07 17:04 ` Jason Cooper
@ 2013-01-07 17:10 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2013-01-07 17:10 UTC (permalink / raw)
To: linux-arm-kernel
Dear Jason Cooper,
On Mon, 7 Jan 2013 12:04:50 -0500, Jason Cooper wrote:
> On Mon, Jan 07, 2013 at 05:27:14PM +0100, Thomas Petazzoni wrote:
> > The OpenBlocks AX3-4 platform has several LEDs, so it sounds wise to
> > enable LED support in mvebu_defconfig. We anticipate that more
> > platforms using Marvell EBU SoCs will have LEDs in the future.
> >
> > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> > ---
> > This is 3.8-rc material.
>
> Is this patch fixing a problem? I'm inclined to queue this up for 3.9
Well, it's just a defconfig update, and I think defconfig updates are
generally accepted during the -rc cycle.
Otherwise, I'm fine if it waits until 3.9.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 3.8-rc] arm: mvebu: add LEDs support to defconfig file
2013-01-07 16:27 [PATCH 3.8-rc] arm: mvebu: add LEDs support to defconfig file Thomas Petazzoni
2013-01-07 17:04 ` Jason Cooper
@ 2013-01-23 13:40 ` Jason Cooper
1 sibling, 0 replies; 4+ messages in thread
From: Jason Cooper @ 2013-01-23 13:40 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 07, 2013 at 05:27:14PM +0100, Thomas Petazzoni wrote:
> The OpenBlocks AX3-4 platform has several LEDs, so it sounds wise to
> enable LED support in mvebu_defconfig. We anticipate that more
> platforms using Marvell EBU SoCs will have LEDs in the future.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> This is 3.8-rc material.
> ---
> arch/arm/configs/mvebu_defconfig | 5 +++++
> 1 file changed, 5 insertions(+)
Applied to mvebu/boards
thx,
Jason.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-23 13:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 16:27 [PATCH 3.8-rc] arm: mvebu: add LEDs support to defconfig file Thomas Petazzoni
2013-01-07 17:04 ` Jason Cooper
2013-01-07 17:10 ` Thomas Petazzoni
2013-01-23 13:40 ` Jason Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox