mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: gshark <gshark.jeong@gmail.com>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Richard Purdie <rpurdie@rpsys.net>,
	Daniel Jeong <daniel.jeong@ti.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] backlight: add new lm3639 backlight driver
Date: Mon, 10 Sep 2012 16:13:12 +0900	[thread overview]
Message-ID: <504D9308.2080708@gmail.com> (raw)
In-Reply-To: <504D7A8E.1090005@xenotime.net>


LM3639 has not only pins for backlihgt but also pins for LEDs. So it 
uses functions in led_class and led_core file.
When I see your config file, "randconig", you set CONFIG_NEW_LEDS=y but 
you didn't set CONFIG_LEDS_CLASS.
We need to set CONFIG_NEW_LEDS and CONFIG_LEDS_CLASS both to compile it.
To fix it, I added  two reverse dependencies "select NEW_LEDS" and 
"select CONFIG_LEDS_CLASS".

2012년 09월 10일 14:28, Randy Dunlap 쓴 글:
> On 09/09/2012 08:16 PM, G.Shark Jeong wrote:
>
>> From: "G.Shark Jeong" <gshark.jeong@gmail.com>
>>
>> This driver is a general version for LM3639 backlgiht driver chip of TI.
>>
>> Put NEW_LEDS and LEDS_CLASS into Kconfig file to reduce additional configuration works in LEDs.
>>
>> www.ti.com
>
> eh?
>
>> Signed-off-by: G.Shark Jeong <gshark.jeong@gmail.com>
>
> Linus has asked patch committers to use Reported-by when appropriate.
>
> Reported-by: Randy Dunlap <rdunlap@xenotime.net>
> Acked-by: Randy Dunlap <rdunlap@xenotime.net>
>
>
>> ---
>>   drivers/video/backlight/Kconfig |    2 ++
>>   1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
>> index 2ed68bd..e6c78cd 100644
>> --- a/drivers/video/backlight/Kconfig
>> +++ b/drivers/video/backlight/Kconfig
>> @@ -356,6 +356,8 @@ config BACKLIGHT_LM3639
>>   	tristate "Backlight Driver for LM3639"
>>   	depends on BACKLIGHT_CLASS_DEVICE && I2C
>>   	select REGMAP_I2C
>> +	select NEW_LEDS
>> +	select LEDS_CLASS
>>   	help
>>   	  This supports TI LM3639 Backlight + 1.5A Flash LED Driver
>>   
>
>


      reply	other threads:[~2012-09-10  7:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-10  3:16 G.Shark Jeong
2012-09-10  5:28 ` Randy Dunlap
2012-09-10  7:13   ` gshark [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=504D9308.2080708@gmail.com \
    --to=gshark.jeong@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=daniel.jeong@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    --cc=rpurdie@rpsys.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome