All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Laxman Dewangan <ldewangan@nvidia.com>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Paweł Moll" <pawel.moll@arm.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"ijc+devicetree@hellion.org.uk" <ijc+devicetree@hellion.org.uk>,
	"Kumar Gala" <galak@codeaurora.org>,
	"Alexandre Courbot" <gnurou@gmail.com>,
	"Lee Jones" <lee.jones@linaro.org>,
	"Mark Brown" <broonie@kernel.org>,
	"Alessandro Zummo" <a.zummo@towertech.it>,
	"Alexandre Belloni" <alexandre.belloni@free-electrons.com>,
	"Liam Girdwood" <lgirdwood@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"rtc-linux@googlegroups.com" <rtc-linux@googlegroups.com>,
	"Stephen Warren" <swarren@nvidia.com>,
	"Thierry Reding" <treding@nvidia.com>,
	"Krzysztof Kozłowski" <k.kozlowski@samsung.com>
Subject: Re: [PATCH V8 6/8] gpio: max77620: add gpio driver for MAX77620/MAX20024
Date: Tue, 16 Feb 2016 00:18:00 +0100	[thread overview]
Message-ID: <CACRpkdbA+pHHpjT-HMr8FS8DehRZE=G2m5s6=MRoqR4n_RrHEQ@mail.gmail.com> (raw)
In-Reply-To: <1455191794-6065-7-git-send-email-ldewangan@nvidia.com>

On Thu, Feb 11, 2016 at 12:56 PM, Laxman Dewangan <ldewangan@nvidia.com> wrote:

> MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO
> pins. It also supports interrupts from these pins.
>
> Add GPIO driver for these pins to control via GPIO APIs.
>
> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

(...)
Nit and no big deal:

> +#include <linux/gpio.h>

<linux/gpio/driver.h>

should be enough.

Yours,
Linus Walleij

WARNING: multiple messages have this Message-ID (diff)
From: Linus Walleij <linus.walleij@linaro.org>
To: Laxman Dewangan <ldewangan@nvidia.com>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Paweł Moll" <pawel.moll@arm.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"ijc+devicetree@hellion.org.uk" <ijc+devicetree@hellion.org.uk>,
	"Kumar Gala" <galak@codeaurora.org>,
	"Alexandre Courbot" <gnurou@gmail.com>,
	"Lee Jones" <lee.jones@linaro.org>,
	"Mark Brown" <broonie@kernel.org>,
	"Alessandro Zummo" <a.zummo@towertech.it>,
	"Alexandre Belloni" <alexandre.belloni@free-electrons.com>,
	"Liam Girdwood" <lgirdwood@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"rtc-linux@googlegroups.com" <rtc-linux@googlegroups.com>,
	"Stephen Warren" <swarren@nvidia.com>,
	"Thierry Reding" <treding@nvidia.com>,
	"Krzysztof Kozłowski" <k.kozlowski@samsung.com>
Subject: [rtc-linux] Re: [PATCH V8 6/8] gpio: max77620: add gpio driver for MAX77620/MAX20024
Date: Tue, 16 Feb 2016 00:18:00 +0100	[thread overview]
Message-ID: <CACRpkdbA+pHHpjT-HMr8FS8DehRZE=G2m5s6=MRoqR4n_RrHEQ@mail.gmail.com> (raw)
In-Reply-To: <1455191794-6065-7-git-send-email-ldewangan@nvidia.com>

On Thu, Feb 11, 2016 at 12:56 PM, Laxman Dewangan <ldewangan@nvidia.com> wrote:

> MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO
> pins. It also supports interrupts from these pins.
>
> Add GPIO driver for these pins to control via GPIO APIs.
>
> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

(...)
Nit and no big deal:

> +#include <linux/gpio.h>

<linux/gpio/driver.h>

should be enough.

Yours,
Linus Walleij

-- 
-- 
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
--- 
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  reply	other threads:[~2016-02-15 23:18 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-11 11:56 [PATCH V8 0/8] Add support for MAXIM MAX77620/MAX20024 PMIC Laxman Dewangan
2016-02-11 11:56 ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56 ` Laxman Dewangan
2016-02-11 11:56 ` [PATCH V8 1/8] mfd: add device-tree binding doc for PMIC max77620/max20024 Laxman Dewangan
2016-02-11 11:56   ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56   ` Laxman Dewangan
2016-02-11 11:56 ` [PATCH V8 2/8] mfd: max77620: add core driver for MAX77620/MAX20024 Laxman Dewangan
2016-02-11 11:56   ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56   ` Laxman Dewangan
2016-02-11 11:56 ` [PATCH V8 3/8] pinctrl: add DT binding doc for pincontrol of PMIC max77620/max20024 Laxman Dewangan
2016-02-11 11:56   ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56   ` Laxman Dewangan
     [not found]   ` <1455191794-6065-4-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-02-15 23:16     ` Linus Walleij
2016-02-15 23:16       ` [rtc-linux] " Linus Walleij
2016-02-15 23:16       ` Linus Walleij
2016-03-01  9:37       ` Laxman Dewangan
2016-03-01  9:37         ` [rtc-linux] " Laxman Dewangan
2016-03-01  9:37         ` Laxman Dewangan
2016-02-11 11:56 ` [PATCH V8 4/8] pinctrl: max77620: add pincontrol driver for MAX77620/MAX20024 Laxman Dewangan
2016-02-11 11:56   ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56   ` Laxman Dewangan
2016-02-11 11:56 ` [PATCH V8 5/8] gpio: add DT binding doc for gpio of PMIC max77620/max20024 Laxman Dewangan
2016-02-11 11:56   ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56   ` Laxman Dewangan
     [not found]   ` <1455191794-6065-6-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-02-15 23:15     ` Linus Walleij
2016-02-15 23:15       ` [rtc-linux] " Linus Walleij
2016-02-15 23:15       ` Linus Walleij
2016-02-11 11:56 ` [PATCH V8 6/8] gpio: max77620: add gpio driver for MAX77620/MAX20024 Laxman Dewangan
2016-02-11 11:56   ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56   ` Laxman Dewangan
2016-02-15 23:18   ` Linus Walleij [this message]
2016-02-15 23:18     ` [rtc-linux] " Linus Walleij
2016-02-20  4:54     ` Laxman Dewangan
2016-02-20  4:54       ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56 ` [PATCH V8 7/8] regulator: add DT binding doc for regulator of PMIC max77620/max20024 Laxman Dewangan
2016-02-11 11:56   ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56   ` Laxman Dewangan
2016-02-11 11:56 ` [PATCH V8 8/8] regulator: max77620: add regulator driver for max77620/max20024 Laxman Dewangan
2016-02-11 11:56   ` [rtc-linux] " Laxman Dewangan
2016-02-11 11:56   ` Laxman Dewangan
2016-02-16 16:00 ` [PATCH V8 0/8] Add support for MAXIM MAX77620/MAX20024 PMIC Thierry Reding
2016-02-16 16:00   ` [rtc-linux] " Thierry Reding
2016-02-16 16:00   ` Thierry Reding
2016-02-20  4:40   ` Laxman Dewangan
2016-02-20  4:40     ` [rtc-linux] " Laxman Dewangan
2016-02-20  4:40     ` Laxman Dewangan
2016-02-25 16:15     ` Thierry Reding
2016-02-25 16:15       ` [rtc-linux] " Thierry Reding
2016-02-25 16:15       ` Thierry Reding
2016-03-01 11:34       ` Laxman Dewangan
2016-03-01 11:34         ` [rtc-linux] " Laxman Dewangan
2016-03-01 11:34         ` Laxman Dewangan

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='CACRpkdbA+pHHpjT-HMr8FS8DehRZE=G2m5s6=MRoqR4n_RrHEQ@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=gnurou@gmail.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=k.kozlowski@samsung.com \
    --cc=ldewangan@nvidia.com \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=rtc-linux@googlegroups.com \
    --cc=swarren@nvidia.com \
    --cc=treding@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.