Re: [PATCH v4] drivers/pinctrl: grab default handles from device core

2013-01-22 Thread Stephen Warren
On 01/21/2013 12:17 PM, Linus Walleij wrote: > This makes the device core auto-grab the pinctrl handle and set > the "default" (PINCTRL_STATE_DEFAULT) state for every device > that is present in the device model right before probe. This will > account for the lion's share of embedded silicon devcie

Re: [PATCH v4] drivers/pinctrl: grab default handles from device core

2013-01-22 Thread Linus Walleij
On Tue, Jan 22, 2013 at 12:41 AM, Greg Kroah-Hartman wrote: > On Mon, Jan 21, 2013 at 08:17:35PM +0100, Linus Walleij wrote: >> From: Linus Walleij >> >> This makes the device core auto-grab the pinctrl handle and set >> the "default" (PINCTRL_STATE_DEFAULT) state for every device >> that is pres

Re: [PATCH v4] drivers/pinctrl: grab default handles from device core

2013-01-21 Thread Greg Kroah-Hartman
On Mon, Jan 21, 2013 at 08:17:35PM +0100, Linus Walleij wrote: > From: Linus Walleij > > This makes the device core auto-grab the pinctrl handle and set > the "default" (PINCTRL_STATE_DEFAULT) state for every device > that is present in the device model right before probe. This will > account for

[PATCH v4] drivers/pinctrl: grab default handles from device core

2013-01-21 Thread Linus Walleij
From: Linus Walleij This makes the device core auto-grab the pinctrl handle and set the "default" (PINCTRL_STATE_DEFAULT) state for every device that is present in the device model right before probe. This will account for the lion's share of embedded silicon devcies. A modification of the seman