linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 1/5] gpio: introduce gpio-mvebu driver for Marvell SoCs
Date: Fri, 21 Sep 2012 08:41:12 +0200	[thread overview]
Message-ID: <20120921064112.GC28177@lunn.ch> (raw)
In-Reply-To: <1348087983-22309-2-git-send-email-thomas.petazzoni@free-electrons.com>

Hi Gregory

On Wed, Sep 19, 2012 at 10:52:58PM +0200, Thomas Petazzoni wrote:
> This driver aims at replacing the arch/arm/plat-orion/gpio.c driver,
> and is designed to be compatible with all Marvell EBU SoCs: Orion,
> Kirkwood, Dove, Armada 370/XP and Discovery.
> 
> It has been successfully tested on Dove and Armada XP at the moment.
> 
> Compared to the plat-orion driver, this new driver has the following
> added benefits:
> 
>  *) Support for Armada 370 and Armada XP
>  *) It is integrated with the mvebu pinctrl driver so that GPIO pins
>     are properly muxed, and the GPIO driver knows which GPIO pins are
>     output-only or input-only.
>  *) Properly placed in drivers/gpio
>  *) More extensible mechanism to support platform differences. The
>     plat-orion driver uses a simple mask-offset DT property, which
>     works fine for Discovery MV78200 but not for Armada XP. The new
>     driver uses different compatible strings to identify the different
>     variants of the GPIO controllers.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Grant Likely <grant.likely@secretlab.ca>
> Cc: Linus Walleij <linus.walleij@stericsson.com>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Jason Cooper <jason@lakedaemon.net>
> Cc: Gregory Clement <gregory.clement@free-electrons.com>
> Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Thanks for incorporating my IRQ fix. I retested on Kirkwood. Please
add a

Tested-by: Andrew Lunn <andrew@lunn.ch>

	   Andrew

  reply	other threads:[~2012-09-21  6:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-19 20:52 [PATCH v4] gpio: mvebu: new gpio driver for mvebu platforms Thomas Petazzoni
2012-09-19 20:52 ` [PATCH v4 1/5] gpio: introduce gpio-mvebu driver for Marvell SoCs Thomas Petazzoni
2012-09-21  6:41   ` Andrew Lunn [this message]
2012-09-21  7:10     ` Thomas Petazzoni
2012-09-19 20:52 ` [PATCH v4 2/5] Documentation: add description of DT binding for the gpio-mvebu driver Thomas Petazzoni
2012-09-19 20:53 ` [PATCH v4 3/5] arm: mvebu: use GPIO support now that a driver is available Thomas Petazzoni
2012-09-19 20:53 ` [PATCH v4 4/5] arm: mvebu: add DT information for GPIO banks on Armada 370 and XP Thomas Petazzoni
2012-09-19 20:53 ` [PATCH v4 5/5] arm: mvebu: add gpio support in defconfig Thomas Petazzoni
2012-09-20 12:48 ` [PATCH v4] gpio: mvebu: new gpio driver for mvebu platforms Arnd Bergmann

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=20120921064112.GC28177@lunn.ch \
    --to=andrew@lunn.ch \
    --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).