Re: [PATCH 3/3] pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507

2016-11-25 Thread Neil Armstrong
On 11/25/2016 02:45 PM, Linus Walleij wrote: > On Thu, Nov 24, 2016 at 9:45 PM, Peter Rosin wrote: > >> Untested, register offsets carefully copied from datasheets. >> >> Signed-off-by: Peter Rosin > > Why not. Nice to support all of them. > > Patch applied,

Re: [PATCH 3/3] pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507

2016-11-25 Thread Neil Armstrong
On 11/25/2016 02:45 PM, Linus Walleij wrote: > On Thu, Nov 24, 2016 at 9:45 PM, Peter Rosin wrote: > >> Untested, register offsets carefully copied from datasheets. >> >> Signed-off-by: Peter Rosin > > Why not. Nice to support all of them. > > Patch applied, fixing the typ you mentioned in

Re: [PATCH 3/3] pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507

2016-11-25 Thread Linus Walleij
On Thu, Nov 24, 2016 at 9:45 PM, Peter Rosin wrote: > Untested, register offsets carefully copied from datasheets. > > Signed-off-by: Peter Rosin Why not. Nice to support all of them. Patch applied, fixing the typ you mentioned in the follow up in the

Re: [PATCH 3/3] pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507

2016-11-25 Thread Linus Walleij
On Thu, Nov 24, 2016 at 9:45 PM, Peter Rosin wrote: > Untested, register offsets carefully copied from datasheets. > > Signed-off-by: Peter Rosin Why not. Nice to support all of them. Patch applied, fixing the typ you mentioned in the follow up in the process. Yours, Linus Walleij

Re: [PATCH 3/3] pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507

2016-11-24 Thread Peter Rosin
On 2016-11-24 21:45, Peter Rosin wrote: > Untested, register offsets carefully copied from datasheets. > > Signed-off-by: Peter Rosin > --- > .../devicetree/bindings/pinctrl/pinctrl-sx150x.txt | 8 +- > drivers/pinctrl/pinctrl-sx150x.c | 98 >

Re: [PATCH 3/3] pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507

2016-11-24 Thread Peter Rosin
On 2016-11-24 21:45, Peter Rosin wrote: > Untested, register offsets carefully copied from datasheets. > > Signed-off-by: Peter Rosin > --- > .../devicetree/bindings/pinctrl/pinctrl-sx150x.txt | 8 +- > drivers/pinctrl/pinctrl-sx150x.c | 98 > ++ > 2

[PATCH 3/3] pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507

2016-11-24 Thread Peter Rosin
Untested, register offsets carefully copied from datasheets. Signed-off-by: Peter Rosin --- .../devicetree/bindings/pinctrl/pinctrl-sx150x.txt | 8 +- drivers/pinctrl/pinctrl-sx150x.c | 98 ++ 2 files changed, 104 insertions(+), 2

[PATCH 3/3] pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507

2016-11-24 Thread Peter Rosin
Untested, register offsets carefully copied from datasheets. Signed-off-by: Peter Rosin --- .../devicetree/bindings/pinctrl/pinctrl-sx150x.txt | 8 +- drivers/pinctrl/pinctrl-sx150x.c | 98 ++ 2 files changed, 104 insertions(+), 2 deletions(-) diff --git