All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] gpio: aspeed: Add debounce support
@ 2017-04-07 12:58 ` Andrew Jeffery
  0 siblings, 0 replies; 18+ messages in thread
From: Andrew Jeffery @ 2017-04-07 12:58 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Andrew Jeffery, Rob Herring, Joel Stanley,
	Benjamin Herrenschmidt, linux-gpio-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	openbmc-uLR06cmDAlY/bJ5BZ2RsiQ

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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-04-24 12:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07 12:58 [PATCH v2 0/4] gpio: aspeed: Add debounce support Andrew Jeffery
2017-04-07 12:58 ` Andrew Jeffery
     [not found] ` <20170407125902.15960-1-andrew-zrmu5oMJ5Fs@public.gmane.org>
2017-04-07 12:58   ` [PATCH v2 1/4] gpio: aspeed: dt: Fix description alignment in bindings document Andrew Jeffery
2017-04-07 12:58     ` Andrew Jeffery
2017-04-13 19:50     ` Rob Herring
     [not found]     ` <20170407125902.15960-2-andrew-zrmu5oMJ5Fs@public.gmane.org>
2017-04-24 12:46       ` Linus Walleij
2017-04-24 12:46         ` Linus Walleij
2017-04-24 12:46         ` Linus Walleij
2017-04-07 12:59 ` [PATCH v2 2/4] gpio: aspeed: dt: Add optional clocks property Andrew Jeffery
2017-04-13 19:52   ` Rob Herring
2017-04-24 12:47   ` Linus Walleij
2017-04-24 12:47     ` Linus Walleij
2017-04-07 12:59 ` [PATCH v2 3/4] gpio: aspeed: Add debounce support Andrew Jeffery
2017-04-24 12:50   ` Linus Walleij
2017-04-24 12:50     ` Linus Walleij
2017-04-07 12:59 ` [PATCH v2 4/4] gpio: aspeed: Add open-source and open-drain support Andrew Jeffery
2017-04-24 12:52   ` Linus Walleij
2017-04-24 12:52     ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.