Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-02-01 Thread Linus Walleij
On Wed, Feb 1, 2017 at 2:20 AM, Andrew Jeffery wrote: > On Wed, 2017-02-01 at 11:22 +1030, Andrew Jeffery wrote: >> On Tue, 2017-01-31 at 15:50 +0100, Linus Walleij wrote: >> > > > > > On Fri, Jan 27, 2017 at 5:24 AM, Andrew Jeffery >> > > > > > wrote: >> > >

Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-02-01 Thread Linus Walleij
On Wed, Feb 1, 2017 at 2:20 AM, Andrew Jeffery wrote: > On Wed, 2017-02-01 at 11:22 +1030, Andrew Jeffery wrote: >> On Tue, 2017-01-31 at 15:50 +0100, Linus Walleij wrote: >> > > > > > On Fri, Jan 27, 2017 at 5:24 AM, Andrew Jeffery >> > > > > > wrote: >> > > This is less straight-forward than

Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-31 Thread Andrew Jeffery
On Wed, 2017-02-01 at 11:22 +1030, Andrew Jeffery wrote: > On Tue, 2017-01-31 at 15:50 +0100, Linus Walleij wrote: > > > > > > On Fri, Jan 27, 2017 at 5:24 AM, Andrew Jeffery > > > > > > wrote: > > > This is less straight-forward than one would hope, as some banks only > > >

Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-31 Thread Andrew Jeffery
On Wed, 2017-02-01 at 11:22 +1030, Andrew Jeffery wrote: > On Tue, 2017-01-31 at 15:50 +0100, Linus Walleij wrote: > > > > > > On Fri, Jan 27, 2017 at 5:24 AM, Andrew Jeffery > > > > > > wrote: > > > This is less straight-forward than one would hope, as some banks only > > > have 4 pins rather

Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-31 Thread Andrew Jeffery
On Tue, 2017-01-31 at 15:50 +0100, Linus Walleij wrote: > > On Fri, Jan 27, 2017 at 5:24 AM, Andrew Jeffery wrote: > > > This is less straight-forward than one would hope, as some banks only > > have 4 pins rather than 8, others are output only, yet more (W and > > X, already

Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-31 Thread Andrew Jeffery
On Tue, 2017-01-31 at 15:50 +0100, Linus Walleij wrote: > > On Fri, Jan 27, 2017 at 5:24 AM, Andrew Jeffery wrote: > > > This is less straight-forward than one would hope, as some banks only > > have 4 pins rather than 8, others are output only, yet more (W and > > X, already supported) are

Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-31 Thread Linus Walleij
On Fri, Jan 27, 2017 at 5:24 AM, Andrew Jeffery wrote: > This is less straight-forward than one would hope, as some banks only > have 4 pins rather than 8, others are output only, yet more (W and > X, already supported) are input-only, and in the case of the g4 SoC bank > AC

Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-31 Thread Linus Walleij
On Fri, Jan 27, 2017 at 5:24 AM, Andrew Jeffery wrote: > This is less straight-forward than one would hope, as some banks only > have 4 pins rather than 8, others are output only, yet more (W and > X, already supported) are input-only, and in the case of the g4 SoC bank > AC doesn't exist. > >

Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-26 Thread Joel Stanley
On Fri, Jan 27, 2017 at 3:24 PM, Andrew Jeffery wrote: > This is less straight-forward than one would hope, as some banks only > have 4 pins rather than 8, others are output only, yet more (W and > X, already supported) are input-only, and in the case of the g4 SoC bank > AC

Re: [PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-26 Thread Joel Stanley
On Fri, Jan 27, 2017 at 3:24 PM, Andrew Jeffery wrote: > This is less straight-forward than one would hope, as some banks only > have 4 pins rather than 8, others are output only, yet more (W and > X, already supported) are input-only, and in the case of the g4 SoC bank > AC doesn't exist. > >

[PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-26 Thread Andrew Jeffery
This is less straight-forward than one would hope, as some banks only have 4 pins rather than 8, others are output only, yet more (W and X, already supported) are input-only, and in the case of the g4 SoC bank AC doesn't exist. Add some structs to describe the varying properties of different

[PATCH v3] gpio: aspeed: Add banks Y, Z, AA, AB and AC

2017-01-26 Thread Andrew Jeffery
This is less straight-forward than one would hope, as some banks only have 4 pins rather than 8, others are output only, yet more (W and X, already supported) are input-only, and in the case of the g4 SoC bank AC doesn't exist. Add some structs to describe the varying properties of different