Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1618769
| From | Andrew Jeffery <andrew@aj.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/4] gpio: aspeed: Add debounce support |
| Date | 2017-04-07 15:10 +0200 |
| Message-ID | <ttBOh-7vK-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus, v2 of the Aspeed GPIO debounce patch expands it out into a series, resolving a lack of devicetree binding documentation updates in the initial send, and completely reworking the debounce timer use tracking for space efficiency. I do wonder whether there's a more acceptable way to track the use of the timers than what I've got, but it at least works. The rework was largely an effort to resolve Joel's review of v1, in the absence of any other feedback. Cheers, Andrew In v2: * Update devicetree bindings documentation * Address Joel's comments Andrew Jeffery (4): gpio: aspeed: dt: Fix description alignment in bindings document gpio: aspeed: dt: Add optional clocks property gpio: aspeed: Add debounce support gpio: aspeed: Add open-source and open-drain support .../devicetree/bindings/gpio/gpio-aspeed.txt | 3 +- drivers/gpio/gpio-aspeed.c | 285 ++++++++++++++++++++- 2 files changed, 282 insertions(+), 6 deletions(-) -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] gpio: aspeed: Add debounce support Andrew Jeffery <andrew@aj.id.au> - 2017-04-07 15:10 +0200 [PATCH v2 4/4] gpio: aspeed: Add open-source and open-drain support Andrew Jeffery <andrew@aj.id.au> - 2017-04-07 15:10 +0200 [PATCH v2 3/4] gpio: aspeed: Add debounce support Andrew Jeffery <andrew@aj.id.au> - 2017-04-07 15:10 +0200 [PATCH v2 1/4] gpio: aspeed: dt: Fix description alignment in bindings document Andrew Jeffery <andrew@aj.id.au> - 2017-04-07 15:10 +0200
csiph-web