[PULL] [PATCH 0/4] arm: at91: gpio fix
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2012-07-18 10:57:32
On 22:41 Tue 17 Jul , Olof Johansson wrote:
On Tue, Jul 17, 2012 at 10:23 PM, Jean-Christophe PLAGNIOL-VILLARD [off-list ref] wrote:quoted
On 20:54 Tue 17 Jul , Olof Johansson wrote:quoted
Hi Jean-Christophe, Comments below. As I mentioned in the SPEAr pull request just now, we are very close to final 3.5, so only fixes to bugs should go in. Please help me out a bit below. On Sun, Jul 15, 2012 at 6:16 AM, Jean-Christophe PLAGNIOL-VILLARD [off-list ref] wrote:quoted
Jean-Christophe PLAGNIOL-VILLARD (4): ARM: at91: gpio: implement request ARM: at91: gpio: implement gpio_freeAre the two above regressions, or just general improvement? Looks like the latter to me?On non dt I agree but on DT the gpio are not mux in the kernel. Today it work if the bootloader mux it as gpio so the kernel work onther wise BUG and this is the case todayOk, thanks -- that makes sense. Care to roll those two patches into one and document that in the commit message?
no so much honestly as you wish
quoted
quoted
quoted
at91: regroup gpio and pinctrl under a simple-busThis looks like a cleanup patch to me. I'm also not sure that this is appropriate use of a simple-bus. The patch seems to have been posted for review the same day as you sent the pull request, and not cc:d to devicetree-discuss.forget to cc the devicetree but on at91 the pintcrl and gpio use the same registers so you must you the simple-bus As I've a huge patch series that I'm finishing to fix after found this bug on the gpio it really help to do not rebase itDefining the same device twice to have two drivers bind to it doesn't seem like the right solution here. That patch needs an acked-by from Rob Herring or Grant Likely before we pick it up. Existing device trees don't include the pinctrl nodes, so this is 3.6 material as far as I can tell.
that's why I'm rewriting the pinctrl and gpio as one driver only but we need the simple bus to describe it as done on other SoC Imx as example so Rob can we have the ack to avoid to re-write about 20 patches that touch the dts of all the at91 socs Best Regards, J.