All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Laxman Dewangan <ldewangan@nvidia.com>
Cc: Grant Likely <grant.likely@linaro.org>,
	Rob Herring <rob.herring@calxeda.com>,
	Rob Landley <rob@landley.net>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	kishon@ti.com, j-keerthy@ti.com,
	Graeme Gregory <gg@slimlogic.co.uk>,
	Stephen Warren <swarren@nvidia.com>
Subject: Re: [PATCH V4] gpio: palmas: add dt support
Date: Mon, 29 Jul 2013 18:15:42 +0200	[thread overview]
Message-ID: <CACRpkdaemxzMmenWVN6H3Bq2O-_AB2Qb0Oj+xBOwhscr2_VGTA@mail.gmail.com> (raw)
In-Reply-To: <1374564964-1281-1-git-send-email-ldewangan@nvidia.com>

On Tue, Jul 23, 2013 at 9:36 AM, Laxman Dewangan <ldewangan@nvidia.com> wrote:

> Add of_device_id table for Palma GPIO to be enable the
> driver from DT file.
>
> The driver can be registered from DT file as:
>         palmas: tps65913@58 {
>                 :::::::::::
>                 palmas_gpio: palmas_gpio {
>                         compatible = "ti,palmas-gpio";
>                         gpio-controller;
>                         #gpio-cells = <2>;
>                 };
>         };
>
> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
> ---
> Long back, I sent the similar patch but it was paused due to the DT binding.
> http://lkml.indiana.edu/hypermail/linux/kernel/1304.2/00261.html
>
> Now, PMIC DT binding is already finalised and as per mfd binding, we can
> go ahead with similar approach for gpios. pmic and other palams sub devices
> are already following the same approach.
>
> Sending 3rd version of the change which is same as per code is related but
> adding devicetree binding document for gpio also at this time.
>
> Changes from V3:
> - Added description in DT binding document for second arg of gpio cells.

Patch applied with Stephen's ACK.

Yours,
Linus Walleij

      parent reply	other threads:[~2013-07-29 16:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23  7:36 [PATCH V4] gpio: palmas: add dt support Laxman Dewangan
2013-07-23  7:36 ` Laxman Dewangan
2013-07-23 16:20 ` Stephen Warren
2013-07-29 16:15 ` Linus Walleij [this message]

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=CACRpkdaemxzMmenWVN6H3Bq2O-_AB2Qb0Oj+xBOwhscr2_VGTA@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gg@slimlogic.co.uk \
    --cc=grant.likely@linaro.org \
    --cc=j-keerthy@ti.com \
    --cc=kishon@ti.com \
    --cc=ldewangan@nvidia.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rob.herring@calxeda.com \
    --cc=rob@landley.net \
    --cc=swarren@nvidia.com \
    /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.