RE: [PATCH v2] leds: leds-gpio: adopt pinctrl support
From: AnilKumar, Chimata <hidden>
Date: 2012-11-05 06:44:10
Also in:
linux-arm-kernel, linux-omap
From: AnilKumar, Chimata <hidden>
Date: 2012-11-05 06:44:10
Also in:
linux-arm-kernel, linux-omap
On Sun, Nov 04, 2012 at 23:07:44, Linus Walleij wrote:
On Tue, Oct 30, 2012 at 3:12 PM, AnilKumar, Chimata [off-list ref] wrote:quoted
I completely understood this named modes, I have added named modes like this in am335x-xxx.dts filesI do not understand how the pinctrl-single dts files work actually, so please get Tony to review this part.quoted
I think "pinctrl-1" state will be used in driver suspend/resume calls.Hopefully, I think you should test the code and monitor the system to make sure the right thing happens.
I will test while adding "pinctrl-1" data to .dts files.
quoted
I have the pinmux/conf settings for default state but fully optimized pinmux/conf values in idle & suspend states are not available yet.You have defined a "sleep" state which is what should be used for suspend? Or do you mean that you do have a state but you're just not defining it to the most optimal setting yet?
Yes, sleep state is used for suspend. Regarding to this suspend state fully optimized pinmux/conf values are not available. Thanks AnilKumar