Re: [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings

2014-04-23 Thread Rob Herring
On Tue, Apr 22, 2014 at 8:38 AM, Boris BREZILLON wrote: > List all sunxi pinctrl compatible strings in order to be able to grep for > those values. If you were fixing this to please checkpatch.pl, that issue has been fixed in checkpatch. I think it is only in linux-next ATM. Rob > > Signed-off-

Re: [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings

2014-04-23 Thread Boris BREZILLON
On 23/04/2014 15:48, Linus Walleij wrote: > On Tue, Apr 22, 2014 at 3:38 PM, Boris BREZILLON > wrote: > >> List all sunxi pinctrl compatible strings in order to be able to grep for >> those values. >> >> Signed-off-by: Boris BREZILLON > Patch applied, but I edited the subject to pinctrl: > as th

Re: [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings

2014-04-23 Thread Linus Walleij
On Tue, Apr 22, 2014 at 3:38 PM, Boris BREZILLON wrote: > List all sunxi pinctrl compatible strings in order to be able to grep for > those values. > > Signed-off-by: Boris BREZILLON Patch applied, but I edited the subject to pinctrl: as this is arch neutral and has nothing to do with ARM reall

[PATCH] ARM: sunxi: dt: list all pinctrl compatible strings

2014-04-22 Thread Boris BREZILLON
List all sunxi pinctrl compatible strings in order to be able to grep for those values. Signed-off-by: Boris BREZILLON --- .../devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindi