Re: [PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-14 Thread Linus Walleij
On Tue, May 7, 2013 at 1:36 AM, Sebastian Hesselbarth wrote: > Dove power management unit can mux some special functions to mpp0-15. > This patch adds support to set/get the current PMU function mapped > to the corresponding mpp pins. The device tree documentation is also > updated accordingly.

Re: [PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-14 Thread Linus Walleij
On Tue, May 7, 2013 at 1:36 AM, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: Dove power management unit can mux some special functions to mpp0-15. This patch adds support to set/get the current PMU function mapped to the corresponding mpp pins. The device tree documentation is

Re: [PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-13 Thread Jason Cooper
On Mon, May 13, 2013 at 10:03:57PM +0200, Sebastian Hesselbarth wrote: > On 05/13/2013 10:00 PM, Jason Cooper wrote: > >On Tue, May 07, 2013 at 01:36:08AM +0200, Sebastian Hesselbarth wrote: > >>Dove power management unit can mux some special functions to mpp0-15. > >>This patch adds support to

Re: [PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-13 Thread Sebastian Hesselbarth
On 05/13/2013 10:00 PM, Jason Cooper wrote: On Tue, May 07, 2013 at 01:36:08AM +0200, Sebastian Hesselbarth wrote: Dove power management unit can mux some special functions to mpp0-15. This patch adds support to set/get the current PMU function mapped to the corresponding mpp pins. The device

Re: [PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-13 Thread Jason Cooper
On Tue, May 07, 2013 at 01:36:08AM +0200, Sebastian Hesselbarth wrote: > Dove power management unit can mux some special functions to mpp0-15. > This patch adds support to set/get the current PMU function mapped > to the corresponding mpp pins. The device tree documentation is also > updated

Re: [PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-13 Thread Jason Cooper
On Tue, May 07, 2013 at 01:36:08AM +0200, Sebastian Hesselbarth wrote: Dove power management unit can mux some special functions to mpp0-15. This patch adds support to set/get the current PMU function mapped to the corresponding mpp pins. The device tree documentation is also updated

Re: [PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-13 Thread Sebastian Hesselbarth
On 05/13/2013 10:00 PM, Jason Cooper wrote: On Tue, May 07, 2013 at 01:36:08AM +0200, Sebastian Hesselbarth wrote: Dove power management unit can mux some special functions to mpp0-15. This patch adds support to set/get the current PMU function mapped to the corresponding mpp pins. The device

Re: [PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-13 Thread Jason Cooper
On Mon, May 13, 2013 at 10:03:57PM +0200, Sebastian Hesselbarth wrote: On 05/13/2013 10:00 PM, Jason Cooper wrote: On Tue, May 07, 2013 at 01:36:08AM +0200, Sebastian Hesselbarth wrote: Dove power management unit can mux some special functions to mpp0-15. This patch adds support to set/get the

[PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-06 Thread Sebastian Hesselbarth
Dove power management unit can mux some special functions to mpp0-15. This patch adds support to set/get the current PMU function mapped to the corresponding mpp pins. The device tree documentation is also updated accordingly. Signed-off-by: Sebastian Hesselbarth --- Cc: Grant Likely Cc: Rob

[PATCH] pinctrl: dove: add PMU functions to pinctrl

2013-05-06 Thread Sebastian Hesselbarth
Dove power management unit can mux some special functions to mpp0-15. This patch adds support to set/get the current PMU function mapped to the corresponding mpp pins. The device tree documentation is also updated accordingly. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com