linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Shiyan <shc_work@mail.ru>
To: linux-gpio@vger.kernel.org
Cc: Alexandre Courbot <gnurou@gmail.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	devicetree@vger.kernel.org, Alexander Shiyan <shc_work@mail.ru>
Subject: [PATCH 0/2] Driver for 74xx-ICs with MMIO access
Date: Fri, 19 Sep 2014 11:40:02 +0400	[thread overview]
Message-ID: <1411112404-16040-1-git-send-email-shc_work@mail.ru> (raw)

This driver is an attempt to resolve a dispute about adding "generic"
memory-mapped GPIO support for DT:
http://comments.gmane.org/gmane.linux.kernel.gpio/2

Alexander Shiyan (2):
  GPIO: Add driver for 74xx-ICs with MMIO access
  GPIO: 74xx-mmio: Add DT bindings documentation

 .../devicetree/bindings/gpio/gpio-74xx-mmio.txt    |  30 ++++
 drivers/gpio/Kconfig                               |  14 ++
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-74xx-mmio.c                      | 170 +++++++++++++++++++++
 4 files changed, 215 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-74xx-mmio.txt
 create mode 100644 drivers/gpio/gpio-74xx-mmio.c

-- 
1.8.5.5


             reply	other threads:[~2014-09-19  7:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-19  7:40 Alexander Shiyan [this message]
2014-09-19  7:40 ` [PATCH 1/2] GPIO: Add driver for 74xx-ICs with MMIO access Alexander Shiyan
2014-09-29 12:04   ` Linus Walleij
2014-09-29 12:10     ` Alexander Shiyan
2014-09-19  7:40 ` [PATCH 2/2] GPIO: 74xx-mmio: Add DT bindings documentation Alexander Shiyan
2014-09-22 11:39   ` Geert Uytterhoeven
2014-09-23 16:51     ` Alexander Shiyan
2014-09-24 11:26       ` Linus Walleij

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=1411112404-16040-1-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --cc=devicetree@vger.kernel.org \
    --cc=gnurou@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.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).