Re: [RFC][PATCH 3/9] OMAP4460: HWMOD: DO not reset GPIO1 during HWMOD init

2011-05-28 Thread Menon, Nishanth
On Fri, May 27, 2011 at 14:38, Kevin Hilman wrote: > > "Cousson, Benoit" writes: > > [...] > > > In general we do not want to reset nor idle an IP that was potentially > > already properly configured by bootloader or early Linux boot code. > > Actually, the opposite is true. > > The kernel should

Re: [PATCH] free rev gpios when they are read, so others can read them later

2011-05-28 Thread Tasslehoff Kjappfot
Hi Igor. > > To be consistent with the rest of the file, > can the white space here be "tabs" instead of spaces? > > > -- > Regards, > Igor. > They can. New version attached. I'm don't know how to use git send-email to continue this thread with a comment to my patch, so it was done manually.

Re: [linux-pm] [PATCH] PM: export suspend_set_ops, suspend_valid_only_mem

2011-05-28 Thread Rafael J. Wysocki
On Saturday, May 28, 2011, Kevin Hilman wrote: > Some platforms wish to implement their PM core suspend code as > modules. To do so, these functions need to be exported to modules. Hmm. What happens if the module is not loaded and the user attempts to suspend? Rafael > Reported-by: Jean Pihet

Re: [PATCH] OMAP: L3 interconnect: Error reporting cleanups

2011-05-28 Thread Santosh Shilimkar
Todd, On 5/28/2011 8:54 AM, Todd Poynor wrote: * Make variables static. * Define L3 TARG instance offsets, and read/write STDERRLOG registers relative to those offsets, rather than defining STDERRLOG_MAIN instance offsets and accessing other registers via offsets from that register. *