Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1701705
| From | Andrew Jeffery <andrew@aj.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] watchdog: aspeed: External reset signal properties |
| Date | 2017-08-02 06:50 +0200 |
| Message-ID | <u9TLz-5cd-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello,
This two-patch series builds on top of Chris Bostic's changes introducing the
aspeed,external-signal devicetree property (currently v5):
https://lkml.org/lkml/2017/7/17/777
Additional characteristics such as pulse width, push-pull vs open-drain driving
and active high or low polarity can be configured. This short series defines
optional properties to do so, and adds support to the driver.
Cheers,
Andrew
Andrew Jeffery (2):
dt-bindings: watchdog: aspeed: External reset signal properties
watchdog: aspeed: Support configuration of external signal properties
.../devicetree/bindings/watchdog/aspeed-wdt.txt | 10 +-
drivers/watchdog/aspeed_wdt.c | 105 ++++++++++++++++++++-
2 files changed, 111 insertions(+), 4 deletions(-)
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] watchdog: aspeed: External reset signal properties Andrew Jeffery <andrew@aj.id.au> - 2017-08-02 06:50 +0200
[PATCH 1/2] dt-bindings: watchdog: aspeed: External reset signal properties Andrew Jeffery <andrew@aj.id.au> - 2017-08-02 06:50 +0200
Re: [PATCH 1/2] dt-bindings: watchdog: aspeed: External reset signal properties Rob Herring <robh@kernel.org> - 2017-08-10 17:50 +0200
csiph-web