linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] gpiolib: Initializing GPIOs using DT property gpio-initval
Date: Sun, 30 Aug 2015 09:44:43 +0200	[thread overview]
Message-ID: <1440920686-6892-1-git-send-email-mpa@pengutronix.de> (raw)

Hi,

This is basically a resend with the devicetree mailinglist added to CC.

This series adds a gpio-initval property to the devicetree. It provides a way
to initialize GPIOs to a defined value.

There are 3 patches. The first two simplify the function gpiod_hog. The third
reuses the gpiod_hog()_code for a new gpiod_initialize() and adds the parsing
of the DT.

This series is based on the series
"[PATCH v3 0/9] gpiolib: Add GPIO name support".

Best regards,

Markus


Changes in v2:
 - Fixed Signed-off-by/author


Markus Pargmann (3):
  gpio: Use __gpiod_request directly
  gpiolib: gpiod_hog remove separate name argument
  gpiolib: Add GPIO initialization

 Documentation/devicetree/bindings/gpio/gpio.txt | 29 ++++++----
 drivers/gpio/gpiolib-of.c                       | 11 +++-
 drivers/gpio/gpiolib.c                          | 74 +++++++++++++++++--------
 drivers/gpio/gpiolib.h                          |  6 +-
 4 files changed, 83 insertions(+), 37 deletions(-)

-- 
2.5.0

             reply	other threads:[~2015-08-30  7:44 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-30  7:44 Markus Pargmann [this message]
2015-08-30  7:44 ` [PATCH v2 1/3] gpio: Use __gpiod_request directly Markus Pargmann
2015-09-21 21:41   ` Linus Walleij
2015-09-23  4:25   ` Alexandre Courbot
2015-09-24  7:02     ` Markus Pargmann
2015-09-24 17:49     ` Linus Walleij
2015-09-27 14:32       ` Markus Pargmann
2015-08-30  7:44 ` [PATCH v2 2/3] gpiolib: gpiod_hog remove separate name argument Markus Pargmann
2015-09-21 23:28   ` Linus Walleij
2015-09-24  6:39     ` Markus Pargmann
2015-09-24 17:52       ` Linus Walleij
2015-09-27 14:34         ` Markus Pargmann
2015-08-30  7:44 ` [PATCH v2 3/3] gpiolib: Add GPIO initialization Markus Pargmann
2015-09-21 11:01   ` Markus Pargmann
2015-09-21 23:42   ` Linus Walleij
2015-09-24  6:48     ` Markus Pargmann
2017-02-07 11:09   ` Uwe Kleine-König
2017-02-07 13:30     ` Lothar Waßmann
2017-02-07 14:57       ` Uwe Kleine-König
2017-05-06 20:32     ` Uwe Kleine-König
2017-05-07  7:30       ` Linus Walleij
2017-05-07  9:45         ` Uwe Kleine-König
2017-05-11 14:29           ` Linus Walleij
2017-05-11 20:18             ` Uwe Kleine-König
2017-05-07 10:22     ` Russell King - ARM Linux
2017-05-07 12:38       ` Uwe Kleine-König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1440920686-6892-1-git-send-email-mpa@pengutronix.de \
    --to=mpa@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).