Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1602984
| From | David Rivshin <drivshin@awxrd.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] gpio: omap: set_debounce fixes |
| Date | 2017-03-17 03:00 +0100 |
| Message-ID | <tlPln-75t-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: David Rivshin <drivshin@allworx.com> This series fixes a couple of issues in the gpio-omap set_debounce logic. Patches based ontop of v4.11-rc1, but apply cleanly to linux-gpio/fixes and linux-next. Tested on a (custom) AM335x board via gpio-keys. (Apologies if anyone received this series twice, it seemed to fail the first time due to a typo. Please ignore the any previous copy.) David Rivshin (2): gpio: omap: return error if requested debounce time is not possible gpio: omap: compute debounce-time from actual debounce-clock rate drivers/gpio/gpio-omap.c | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) -- 2.9.3 base-commit: c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] gpio: omap: set_debounce fixes David Rivshin <drivshin@awxrd.com> - 2017-03-17 03:00 +0100 [PATCH 1/2] gpio: omap: return error if requested debounce time is not possible David Rivshin <drivshin@awxrd.com> - 2017-03-17 03:00 +0100 [PATCH 2/2] gpio: omap: compute debounce-time from actual debounce-clock rate David Rivshin <drivshin@awxrd.com> - 2017-03-17 03:00 +0100
csiph-web