Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565493
| From | Andrew Jeffery <andrew@aj.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] gpio: aspeed: Implement banks Y, Z, AA, AB and AC |
| Date | 2017-01-24 07:20 +0100 |
| Message-ID | <t32Ct-Fq-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus, v2 simply fixes an issue identified by the kbuild test robot. v1 is available at: https://lkml.org/lkml/2017/1/23/12 This short series resolves a TODO comment in the Aspeed GPIO driver regarding banks Y, Z, AA, AB and AC by implementing their support. It's a little involved given some of the characteristics of these banks, but hopefully nothing too controversial. Cheers, Andrew Andrew Jeffery (1): gpio: aspeed: Add banks Y, Z, AA, AB and AC Joel Stanley (1): gpio: aspeed: Make bank names strings drivers/gpio/gpio-aspeed.c | 187 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 166 insertions(+), 21 deletions(-) -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] gpio: aspeed: Implement banks Y, Z, AA, AB and AC Andrew Jeffery <andrew@aj.id.au> - 2017-01-24 07:20 +0100
[PATCH v2 1/2] gpio: aspeed: Make bank names strings Andrew Jeffery <andrew@aj.id.au> - 2017-01-24 07:20 +0100
Re: [PATCH v2 1/2] gpio: aspeed: Make bank names strings Linus Walleij <linus.walleij@linaro.org> - 2017-01-26 14:50 +0100
csiph-web