Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-07-16 Thread Tony Lindgren
* Linus Walleij linus.wall...@linaro.org [120714 13:21]: On Tue, Jul 10, 2012 at 11:11 AM, Tony Lindgren t...@atomide.com wrote: OK so no comments for a while. Here's the patch updated to leave out the comments in the binding example. I reason like this: - My fears is that the code

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-07-14 Thread Linus Walleij
On Tue, Jul 10, 2012 at 11:11 AM, Tony Lindgren t...@atomide.com wrote: OK so no comments for a while. Here's the patch updated to leave out the comments in the binding example. I reason like this: - My fears is that the code gets hopeless to understand the mux, the only way to understand

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-07-10 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [120627 03:37]: * Stephen Warren swar...@wwwdotorg.org [120626 10:10]: On 06/26/2012 07:43 AM, Tony Lindgren wrote: ... Subject: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver Add one-register-per-pin type device

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-27 Thread Tony Lindgren
* Stephen Warren swar...@wwwdotorg.org [120626 10:10]: On 06/26/2012 07:43 AM, Tony Lindgren wrote: ... Subject: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver Add one-register-per-pin type device tree based pinctrl driver. This driver has been

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-26 Thread Tony Lindgren
: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver Add one-register-per-pin type device tree based pinctrl driver. This driver has been tested on omap2+ series of processors, where there is either an 8 or 16-bit padconf register for each pin. Support for other similar

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-26 Thread Stephen Warren
On 06/26/2012 07:43 AM, Tony Lindgren wrote: ... Subject: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver Add one-register-per-pin type device tree based pinctrl driver. This driver has been tested on omap2+ series of processors, where there is either an 8

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-22 Thread Tony Lindgren
Hi, * Stephen Warren swar...@wwwdotorg.org [120621 15:17]: On 06/19/2012 07:56 AM, Tony Lindgren wrote: + +- pinctrl-single,pinconf-mask : mask of allowed pinconf bits in the + pinmux register; this gets combined with pinconf mask but is a separate + mask to allow the option of setting

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-22 Thread Stephen Warren
On 06/22/2012 02:39 AM, Tony Lindgren wrote: Hi, * Stephen Warren swar...@wwwdotorg.org [120621 15:17]: On 06/19/2012 07:56 AM, Tony Lindgren wrote: + +- pinctrl-single,pinconf-mask : mask of allowed pinconf bits in the + pinmux register; this gets combined with pinconf mask but is a

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-21 Thread Linus Walleij
On Tue, Jun 19, 2012 at 3:56 PM, Tony Lindgren t...@atomide.com wrote: Below is the pinctrl-single patch updated with hopefully all the Stephen's comments addressed. The binding still needs to be looked at, see relevant parts of the discussion below. I am happy with the code and the way it

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-21 Thread Stephen Warren
2012 04:18:18 -0700 Subject: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver Add one-register-per-pin type device tree based pinctrl driver. Currently this driver only works on omap2+ series of processors, where there is either an 8 or 16-bit padconf register

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-19 Thread Tony Lindgren
://article.gmane.org/gmane.linux.kernel/1291838 From: Tony Lindgren t...@atomide.com Date: Wed, 6 Jun 2012 04:18:18 -0700 Subject: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver Add one-register-per-pin type device tree based pinctrl driver. Currently this driver only works

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-17 Thread Tony Lindgren
* Stephen Warren swar...@wwwdotorg.org [120615 09:21]: On 06/15/2012 03:49 AM, Tony Lindgren wrote: (Arnd, Grant, Rob, CC'ing you mainly re: the very last set of comments in this email; can you take a look at Tony's patch and comment on the binding) Yes please take a look. Care to

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-15 Thread Tony Lindgren
Hi, * Stephen Warren swar...@wwwdotorg.org [120614 16:16]: On 06/11/2012 07:58 AM, Tony Lindgren wrote: Add one-register-per-pin type device tree based pinctrl driver. Currently this driver only works on omap2+ series of processors, where there is either an 8 or 16-bit padconf register

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-15 Thread Stephen Warren
On 06/15/2012 03:49 AM, Tony Lindgren wrote: (Arnd, Grant, Rob, CC'ing you mainly re: the very last set of comments in this email; can you take a look at Tony's patch and comment on the binding) * Stephen Warren swar...@wwwdotorg.org [120614 16:16]: On 06/11/2012 07:58 AM, Tony Lindgren wrote:

Re: [PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-14 Thread Stephen Warren
On 06/11/2012 07:58 AM, Tony Lindgren wrote: Add one-register-per-pin type device tree based pinctrl driver. Currently this driver only works on omap2+ series of processors, where there is either an 8 or 16-bit padconf register for each pin. Support for other similar pinmux controllers can

[PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver

2012-06-11 Thread Tony Lindgren
Add one-register-per-pin type device tree based pinctrl driver. Currently this driver only works on omap2+ series of processors, where there is either an 8 or 16-bit padconf register for each pin. Support for other similar pinmux controllers can be added. Signed-off-by: Tony Lindgren