From: simon.guinot@sequanux.org (Simon Guinot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] ARM: Kirkwood: Convert NS2 to gpio-poweroff.
Date: Sat, 29 Dec 2012 11:11:40 +0100 [thread overview]
Message-ID: <20121229101140.GD1357@kw.sim.vm.gnt> (raw)
In-Reply-To: <20121229075547.GG7578@lunn.ch>
On Sat, Dec 29, 2012 at 08:55:47AM +0100, Andrew Lunn wrote:
> On Sat, Dec 29, 2012 at 02:07:42AM +0100, Simon Guinot wrote:
> > On Fri, Dec 28, 2012 at 03:14:10PM +0100, Andrew Lunn wrote:
> > > Remove C code and add a Device Tree node in its place.
> > >
> > > Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> > > ---
> > >
> > > This is untested. I've been known to get the active hi/low the wrong
> > > way around so that the board powers off as the driver loads at boot
> > > time. So it would be very good to have a tested-by: sign off.
> >
> > Hi Andrew,
> >
> > I think that GPIOs are currently broken for LaCie DT boards, due to
> > commit f9e75922: "ARM: Kirkwood: Make use of mvebu pincltl and gpio
> > drivers".
>
> Hi Simon
>
> gpio-power-off should work with either the old or the new driver.
gpio_request fails because mvebu-gpio relies on pinctrl which is not
available on the ns2 DT board. The mpp registration is still done in
the old fashion way for the ns2 (with kirkwood_mpp_conf()).
Look at the orion_gpio_of_init() call removal in f9e75922.
>
> What might not work with the old code gpio power off code with the new
> new driver. So it is worth giving it a try.
I have but gpio_request fails. It is the same with all the drivers
trying to get GPIOs...
>
> > As mvbu_gpio is now used (instead of orion_gpio), pinctrl must also be
> > used. I think that the pinctrl conversion is a preliminary work to the
> > gpio_poweroff conversion. I realized this some weeks ago while working
> > on the exactly same patch. Unfortunately, I failed to find enough time
> > to fix it.
> >
> > If you can afford a few days delay, let's say until the end of the next
> > week, I should be able to add the pinctrl conversion patch and then also
> > to test your patch on the top of that.
>
> No rush. We have maybe another 4 weeks before we need to submit code
> upstream for the next merge window.
OK fine. I'll do that next week.
Simon
>
> Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121229/980a929b/attachment-0001.sig>
next prev parent reply other threads:[~2012-12-29 10:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-28 14:14 [PATCH 1/5] ARM: Kirkwood: Convert NS2 to gpio-poweroff Andrew Lunn
2012-12-29 1:07 ` Simon Guinot
2012-12-29 7:55 ` Andrew Lunn
2012-12-29 10:11 ` Simon Guinot [this message]
2013-01-09 8:41 ` Simon Guinot
2013-01-09 8:54 ` Andrew Lunn
2013-01-23 13:35 ` Jason Cooper
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=20121229101140.GD1357@kw.sim.vm.gnt \
--to=simon.guinot@sequanux.org \
--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 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.