All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: linus.walleij@linaro.org, gnurou@gmail.com
Cc: Neil Armstrong <narmstrong@baylibre.com>,
	linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-oxnas@lists.tuxfamily.org
Subject: [PATCH 0/3] pinctrl: oxnas: Add Support for OX820
Date: Tue,  4 Oct 2016 15:41:45 +0200	[thread overview]
Message-ID: <20161004134148.23028-1-narmstrong@baylibre.com> (raw)

This patchset adds support for the Oxford Semiconductor OX820 SoC Pinctrl
registers along he OX810 Pinctrl support.
The GPIO control registers are common enough to leave the code untouched.

Neil Armstrong (3):
  pinctrl: oxnas: Move OX810SE specific function and structure as
    separate
  pinctrl: oxnas: Add support for OX820
  dt-bindings: oxnas: Update Pinctrl and GPIO for OX820 Support

 .../devicetree/bindings/gpio/gpio_oxnas.txt        |   2 +-
 .../devicetree/bindings/pinctrl/oxnas,pinctrl.txt  |   2 +-
 drivers/pinctrl/pinctrl-oxnas.c                    | 605 ++++++++++++++++++---
 3 files changed, 534 insertions(+), 75 deletions(-)

-- 
2.7.0


WARNING: multiple messages have this Message-ID (diff)
From: narmstrong@baylibre.com (Neil Armstrong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] pinctrl: oxnas: Add Support for OX820
Date: Tue,  4 Oct 2016 15:41:45 +0200	[thread overview]
Message-ID: <20161004134148.23028-1-narmstrong@baylibre.com> (raw)

This patchset adds support for the Oxford Semiconductor OX820 SoC Pinctrl
registers along he OX810 Pinctrl support.
The GPIO control registers are common enough to leave the code untouched.

Neil Armstrong (3):
  pinctrl: oxnas: Move OX810SE specific function and structure as
    separate
  pinctrl: oxnas: Add support for OX820
  dt-bindings: oxnas: Update Pinctrl and GPIO for OX820 Support

 .../devicetree/bindings/gpio/gpio_oxnas.txt        |   2 +-
 .../devicetree/bindings/pinctrl/oxnas,pinctrl.txt  |   2 +-
 drivers/pinctrl/pinctrl-oxnas.c                    | 605 ++++++++++++++++++---
 3 files changed, 534 insertions(+), 75 deletions(-)

-- 
2.7.0

             reply	other threads:[~2016-10-04 13:42 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-04 13:41 Neil Armstrong [this message]
2016-10-04 13:41 ` [PATCH 0/3] pinctrl: oxnas: Add Support for OX820 Neil Armstrong
2016-10-04 13:41 ` [PATCH 1/3] pinctrl: oxnas: Move OX810SE specific function and structure as separate Neil Armstrong
2016-10-04 13:41   ` Neil Armstrong
2016-10-20 13:21   ` Linus Walleij
2016-10-20 13:21     ` Linus Walleij
2016-10-20 13:21     ` Linus Walleij
2016-10-04 13:41 ` [PATCH 2/3] pinctrl: oxnas: Add support for OX820 Neil Armstrong
2016-10-04 13:41   ` Neil Armstrong
2016-10-20 13:22   ` Linus Walleij
2016-10-20 13:22     ` Linus Walleij
2016-10-20 13:22     ` Linus Walleij
2016-10-04 13:41 ` [PATCH 3/3] dt-bindings: oxnas: Update Pinctrl and GPIO for OX820 Support Neil Armstrong
2016-10-04 13:41   ` Neil Armstrong
2016-10-08 23:29   ` Rob Herring
2016-10-09  1:29   ` Rob Herring
2016-10-09  1:29     ` Rob Herring
2016-10-09  1:29     ` Rob Herring
2016-10-20 13:23   ` Linus Walleij
2016-10-20 13:23     ` Linus Walleij
2016-10-20 13:23     ` 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=20161004134148.23028-1-narmstrong@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=gnurou@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-oxnas@lists.tuxfamily.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 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.