Re: OMAP gpiolib?

2011-06-01 Thread Kevin Hilman
he gets a kernel crash. So I guess my questions are: 1. In the release notes of the TI kernel we have (2.6.37) it says gpio lib is added. Is this the complete OMAP gpiolib support or are there still things missing that we may need to back port from a 2.6.41 version? I'm just trying

Re: OMAP gpiolib?

2011-06-01 Thread Brian Hutchinson
Thanks Kevin! The TI PSP04.00.00.10 release notes say the 2.6.37 kernel has gpio lib support added. The previous version of the same kernel that was part of the previous PSP (4.00.00.09 I think) had the same kernel but apparently gpiolib was there but wasn't quite all there for the c6a816x.

[RFC 10/21] LEDS: Complete leds-omap gpiolib conversion and do some fixes

2008-10-29 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] --- drivers/leds/leds-omap.c | 24 +++- 1 files changed, 11 insertions(+), 13 deletions(-) diff --git a/drivers/leds/leds-omap.c b/drivers/leds/leds-omap.c index 46b4232..cb89e17 100644 --- a/drivers/leds/leds-omap.c +++