Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1555865 > unrolled thread

[PATCH v2] pca953x: Add optional reset gpio control

Started bySteve Longerbeam <slongerbeam@gmail.com>
First post2017-01-10 20:40 +0100
Last post2017-01-10 20:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] pca953x: Add optional reset gpio control Steve Longerbeam <slongerbeam@gmail.com> - 2017-01-10 20:40 +0100

#1555865 — [PATCH v2] pca953x: Add optional reset gpio control

FromSteve Longerbeam <slongerbeam@gmail.com>
Date2017-01-10 20:40 +0100
Subject[PATCH v2] pca953x: Add optional reset gpio control
Message-ID<sYar0-5m6-39@gated-at.bofh.it>
In version 2:

- Specify that reset signal to PCA953x chip is active low, in
  binding doc.
- reorder includes in gpio-pca953x.c.
- remove dev_err() on devm_gpiod_get_optional() error return.


Steve Longerbeam (1):
  gpio: pca953x: Add optional reset gpio control

 Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 4 ++++
 drivers/gpio/gpio-pca953x.c                             | 9 +++++++++
 2 files changed, 13 insertions(+)

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web