Re: [PATCH 0/4] Led driver support for LP5521 and LP5523 chips

2010-09-28 Thread Linus Walleij
2010/9/27  samu.p.onk...@nokia.com:

 I haven't got any mails or comments from Richard about this driver.
 Also led tree here:
 http://git.o-hand.com/cgit.cgi/linux-rpurdie-leds/

 is not updated in 4 months.

 I'm just wondering should I send this to somebody else than Richard Purdie?

 I'll update the driver based on other comments and send v2 patch set.

We (ST-Ericsson) need this driver in as well.

If Richard is busy maybe Andrew can pick it up for the time being?

Looking forward to the v2 version!

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/4] Led driver support for LP5521 and LP5523 chips

2010-09-28 Thread Alan Cox
On Tue, 28 Sep 2010 11:00:20 +0200
Linus Walleij linus.ml.wall...@gmail.com wrote:

 2010/9/27  samu.p.onk...@nokia.com:
 
  I haven't got any mails or comments from Richard about this driver.
  Also led tree here:
  http://git.o-hand.com/cgit.cgi/linux-rpurdie-leds/
 
  is not updated in 4 months.
 
  I'm just wondering should I send this to somebody else than Richard Purdie?
 
  I'll update the driver based on other comments and send v2 patch set.
 
 We (ST-Ericsson) need this driver in as well.
 
 If Richard is busy maybe Andrew can pick it up for the time being?

Same here (Intel)

Alan
--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/4] Led driver support for LP5521 and LP5523 chips

2010-09-28 Thread Andrew Morton
On Tue, 28 Sep 2010 11:00:20 +0200
Linus Walleij linus.ml.wall...@gmail.com wrote:

 2010/9/27  samu.p.onk...@nokia.com:
 
  I haven't got any mails or comments from Richard about this driver.
  Also led tree here:
  http://git.o-hand.com/cgit.cgi/linux-rpurdie-leds/
 
  is not updated in 4 months.
 
  I'm just wondering should I send this to somebody else than Richard Purdie?
 
  I'll update the driver based on other comments and send v2 patch set.
 
 We (ST-Ericsson) need this driver in as well.
 
 If Richard is busy maybe Andrew can pick it up for the time being?

I looked.  There are a few valid-looking review comments which remain
unaddressed and un-replied-to.

 Looking forward to the v2 version!

yup, please cc me on v2.
--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH 0/4] Led driver support for LP5521 and LP5523 chips

2010-09-27 Thread samu.p.onkalo
Hi

-Original Message-
From: linux-i2c-ow...@vger.kernel.org [mailto:linux-i2c-
ow...@vger.kernel.org] On Behalf Of Onkalo Samu.P (Nokia-MS/Tampere)
Sent: 16 September, 2010 13:12
To: rpur...@linux.intel.com

I haven't got any mails or comments from Richard about this driver. 
Also led tree here:
http://git.o-hand.com/cgit.cgi/linux-rpurdie-leds/

is not updated in 4 months.

I'm just wondering should I send this to somebody else than Richard Purdie?

I'll update the driver based on other comments and send v2 patch set.

-Samu

Cc: linux-i2c@vger.kernel.org; linux-ker...@vger.kernel.org
Subject: [PATCH 0/4] Led driver support for LP5521 and LP5523 chips

Patch set provides support for LP5521 and LP5523 LED driver chips
from National Semicondutor. Both drivers supports programmable engines
and naturally LED class features.

Documentation is provided as a part of the patch set.
I created leds sub directory to Documentation.
Perhaps rest of the leds* documentation should be moved
there.

Datasheets are freely available at National Semiconductor www pages.

Tested to work in top of 2.6.36-RC4 kernel.

Samu Onkalo (4):
  leds: driver for National Semiconductor LP5521 chip
  leds: Driver for National Semiconductors LP5523 chip
  leds: Update LP552x support Kconfig and Makefile
  Documentation: led drivers lp5521 and lp5523

 Documentation/leds/leds-lp5521.txt |   85 +++
 Documentation/leds/leds-lp5523.txt |   81 +++
 drivers/leds/Kconfig   |   18 +
 drivers/leds/Makefile  |2 +
 drivers/leds/leds-lp5521.c |  820 +++
 drivers/leds/leds-lp5523.c | 1063

 include/linux/leds-lp5521.h|   46 ++
 include/linux/leds-lp5523.h|   46 ++
 8 files changed, 2161 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/leds/leds-lp5521.txt
 create mode 100644 Documentation/leds/leds-lp5523.txt
 create mode 100644 drivers/leds/leds-lp5521.c
 create mode 100644 drivers/leds/leds-lp5523.c
 create mode 100644 include/linux/leds-lp5521.h
 create mode 100644 include/linux/leds-lp5523.h

--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/4] Led driver support for LP5521 and LP5523 chips

2010-09-16 Thread Samu Onkalo
Patch set provides support for LP5521 and LP5523 LED driver chips
from National Semicondutor. Both drivers supports programmable engines
and naturally LED class features.

Documentation is provided as a part of the patch set.
I created leds sub directory to Documentation.
Perhaps rest of the leds* documentation should be moved
there.

Datasheets are freely available at National Semiconductor www pages.

Tested to work in top of 2.6.36-RC4 kernel.

Samu Onkalo (4):
  leds: driver for National Semiconductor LP5521 chip
  leds: Driver for National Semiconductors LP5523 chip
  leds: Update LP552x support Kconfig and Makefile
  Documentation: led drivers lp5521 and lp5523

 Documentation/leds/leds-lp5521.txt |   85 +++
 Documentation/leds/leds-lp5523.txt |   81 +++
 drivers/leds/Kconfig   |   18 +
 drivers/leds/Makefile  |2 +
 drivers/leds/leds-lp5521.c |  820 +++
 drivers/leds/leds-lp5523.c | 1063 
 include/linux/leds-lp5521.h|   46 ++
 include/linux/leds-lp5523.h|   46 ++
 8 files changed, 2161 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/leds/leds-lp5521.txt
 create mode 100644 Documentation/leds/leds-lp5523.txt
 create mode 100644 drivers/leds/leds-lp5521.c
 create mode 100644 drivers/leds/leds-lp5523.c
 create mode 100644 include/linux/leds-lp5521.h
 create mode 100644 include/linux/leds-lp5523.h

--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html