linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv1] ARM64: defconfig: Adding LEDS_TRIGGERS_TIMER
@ 2019-06-27 14:07 Ong, Hean Loong
  2019-06-27 14:07 ` [PATCHv1] ARM64: defconfig: Add LEDS_TRIGGERS_TIMER for blinking leds Ong, Hean Loong
  0 siblings, 1 reply; 4+ messages in thread
From: Ong, Hean Loong @ 2019-06-27 14:07 UTC (permalink / raw)
  To: Dinh Nguyen, Thor Thayer
  Cc: linux-arm-kernel, linux-kernel, hean.loong.ong, chin.liang.see, Ong

This is to add LEDS_TRIGGERS_TIMER for blinking LED controls 
upon simple boot upon ARM devices

Ong, Hean Loong (1):
  ARM64: defconfig: Add LEDS_TRIGGERS_TIMER for blinking leds

 arch/arm64/configs/defconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


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

* [PATCHv1] ARM64: defconfig: Add LEDS_TRIGGERS_TIMER for blinking leds
  2019-06-27 14:07 [PATCHv1] ARM64: defconfig: Adding LEDS_TRIGGERS_TIMER Ong, Hean Loong
@ 2019-06-27 14:07 ` Ong, Hean Loong
  2019-07-01 15:54   ` Dinh Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Ong, Hean Loong @ 2019-06-27 14:07 UTC (permalink / raw)
  To: Dinh Nguyen, Thor Thayer
  Cc: linux-arm-kernel, linux-kernel, hean.loong.ong, chin.liang.see, Ong

Adding LED Triggers Timers for LED blinking support on ARM devices

Signed-off-by: Ong, Hean Loong <hean.loong.ong@intel.com>
---
 arch/arm64/configs/defconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 4d58351..6fbd651 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -595,6 +595,7 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LEDS_TRIGGER_CPU=y
 CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
 CONFIG_LEDS_TRIGGER_PANIC=y
+CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_EDAC=y
 CONFIG_EDAC_GHES=y
 CONFIG_RTC_CLASS=y
-- 
1.7.1


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

* Re: [PATCHv1] ARM64: defconfig: Add LEDS_TRIGGERS_TIMER for blinking leds
  2019-06-27 14:07 ` [PATCHv1] ARM64: defconfig: Add LEDS_TRIGGERS_TIMER for blinking leds Ong, Hean Loong
@ 2019-07-01 15:54   ` Dinh Nguyen
  2019-07-02  0:31     ` Ong, Hean Loong
  0 siblings, 1 reply; 4+ messages in thread
From: Dinh Nguyen @ 2019-07-01 15:54 UTC (permalink / raw)
  To: Ong, Hean Loong, Thor Thayer
  Cc: linux-arm-kernel, linux-kernel, chin.liang.see



On 6/27/19 9:07 AM, Ong, Hean Loong wrote:
> Adding LED Triggers Timers for LED blinking support on ARM devices
> 
> Signed-off-by: Ong, Hean Loong <hean.loong.ong@intel.com>
> ---
>  arch/arm64/configs/defconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 4d58351..6fbd651 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -595,6 +595,7 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
>  CONFIG_LEDS_TRIGGER_CPU=y
>  CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
>  CONFIG_LEDS_TRIGGER_PANIC=y
> +CONFIG_LEDS_TRIGGER_TIMER=y
>  CONFIG_EDAC=y
>  CONFIG_EDAC_GHES=y
>  CONFIG_RTC_CLASS=y
> 

I've applied this patch with this change:

--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -590,6 +590,7 @@ CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_PWM=y
 CONFIG_LEDS_SYSCON=y
+CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_DISK=y defconfig
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LEDS_TRIGGER_CPU=y

Also, the commit header should be "arm64: defconfig".

Dinh

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

* RE: [PATCHv1] ARM64: defconfig: Add LEDS_TRIGGERS_TIMER for blinking leds
  2019-07-01 15:54   ` Dinh Nguyen
@ 2019-07-02  0:31     ` Ong, Hean Loong
  0 siblings, 0 replies; 4+ messages in thread
From: Ong, Hean Loong @ 2019-07-02  0:31 UTC (permalink / raw)
  To: Dinh Nguyen, Thayer, Thor; +Cc: linux-arm-kernel, linux-kernel, See, Chin Liang

Thank you Dinh

Best Regards,

Hean Loong
Internal Global Dial: 2 701 6773
Direct Line: +60 4 636 6773


>-----Original Message-----
>From: Dinh Nguyen <dinguyen@kernel.org>
>Sent: Monday, July 1, 2019 11:55 PM
>To: Ong, Hean Loong <hean.loong.ong@intel.com>; Thayer, Thor
><thor.thayer@intel.com>
>Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; See,
>Chin Liang <chin.liang.see@intel.com>
>Subject: Re: [PATCHv1] ARM64: defconfig: Add LEDS_TRIGGERS_TIMER for
>blinking leds
>
>
>
>On 6/27/19 9:07 AM, Ong, Hean Loong wrote:
>> Adding LED Triggers Timers for LED blinking support on ARM devices
>>
>> Signed-off-by: Ong, Hean Loong <hean.loong.ong@intel.com>
>> ---
>>  arch/arm64/configs/defconfig |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm64/configs/defconfig
>> b/arch/arm64/configs/defconfig index 4d58351..6fbd651 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -595,6 +595,7 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
>> CONFIG_LEDS_TRIGGER_CPU=y  CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
>> CONFIG_LEDS_TRIGGER_PANIC=y
>> +CONFIG_LEDS_TRIGGER_TIMER=y
>>  CONFIG_EDAC=y
>>  CONFIG_EDAC_GHES=y
>>  CONFIG_RTC_CLASS=y
>>
>
>I've applied this patch with this change:
>
>--- a/arch/arm64/configs/defconfig
>+++ b/arch/arm64/configs/defconfig
>@@ -590,6 +590,7 @@ CONFIG_LEDS_CLASS=y
> CONFIG_LEDS_GPIO=y
> CONFIG_LEDS_PWM=y
> CONFIG_LEDS_SYSCON=y
>+CONFIG_LEDS_TRIGGER_TIMER=y
> CONFIG_LEDS_TRIGGER_DISK=y defconfig
> CONFIG_LEDS_TRIGGER_HEARTBEAT=y
> CONFIG_LEDS_TRIGGER_CPU=y
>
>Also, the commit header should be "arm64: defconfig".
>
>Dinh

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

end of thread, other threads:[~2019-07-02  0:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-27 14:07 [PATCHv1] ARM64: defconfig: Adding LEDS_TRIGGERS_TIMER Ong, Hean Loong
2019-06-27 14:07 ` [PATCHv1] ARM64: defconfig: Add LEDS_TRIGGERS_TIMER for blinking leds Ong, Hean Loong
2019-07-01 15:54   ` Dinh Nguyen
2019-07-02  0:31     ` Ong, Hean Loong

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