Re: [PATCH 4/4] pinctrl: iproc: Allow PINCONF to be disabled completely

2016-04-29 Thread Linus Walleij
On Mon, Apr 18, 2016 at 9:30 PM, Ray Jui wrote: > On 4/15/2016 1:24 AM, Linus Walleij wrote: >> >> On Wed, Apr 13, 2016 at 2:15 AM, Ray Jui wrote: >> >>> In some of the future iProc based SoCs, pinconf is handled by another >>> block and the iProc GPIO controller is solely used as a GPIO controll

Re: [PATCH 4/4] pinctrl: iproc: Allow PINCONF to be disabled completely

2016-04-18 Thread Ray Jui
Hi Linus, On 4/15/2016 1:24 AM, Linus Walleij wrote: On Wed, Apr 13, 2016 at 2:15 AM, Ray Jui wrote: In some of the future iProc based SoCs, pinconf is handled by another block and the iProc GPIO controller is solely used as a GPIO controller. This patch adds support of a new compatible strin

Re: [PATCH 4/4] pinctrl: iproc: Allow PINCONF to be disabled completely

2016-04-15 Thread Linus Walleij
On Wed, Apr 13, 2016 at 2:15 AM, Ray Jui wrote: > In some of the future iProc based SoCs, pinconf is handled by another > block and the iProc GPIO controller is solely used as a GPIO controller. > This patch adds support of a new compatible string "brcm,iproc-gpio-only", > that is introduced to h

[PATCH 4/4] pinctrl: iproc: Allow PINCONF to be disabled completely

2016-04-12 Thread Ray Jui
In some of the future iProc based SoCs, pinconf is handled by another block and the iProc GPIO controller is solely used as a GPIO controller. This patch adds support of a new compatible string "brcm,iproc-gpio-only", that is introduced to handle this case, where pinconf functions in this driver ar