linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible regression in next-20150310 due to pinctrl: sh-pfc: r8a7790: Remove non existing GPIO pins
@ 2015-03-10  7:55 Simon Horman
  2015-03-10  9:30 ` Geert Uytterhoeven
  2015-03-10 14:00 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Simon Horman @ 2015-03-10  7:55 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-sh, linux-gpio, Geert Uytterhoeven, Linus Walleij

Hi,

I have observed what appears to be a regression in next-20150310.  Using
the shmobile_defconfig the lager board does not produce console output
whatsoever. If I revert bfb6698fad74e7ba2 ("pinctrl: sh-pfc: r8a7790:
Remove non existing GPIO pins") then the problem seems to be resolved.

Likewise for the koelsh board and 896498d439cec6ff0 ("pinctrl: sh-pfc:
r8a7791: Remove non existing GPIO pins").


N.B.: In order to boot all the way to user-space I also need to revert
5da0e63e268dc5120 ("mmc: tmio: Fix PIO mode with CONFIG_HIGHMEM"), a
problem that I have reported separately[1].

[1] Possible regression in next-20150306 due to "mmc: tmio: Fix PIO mode
with CONFIG_HIGHMEM"
    http://www.spinics.net/lists/linux-sh/msg40804.html

> > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> 
> Patch applied with Geert's ACK.
> 
> Yours,
> Linus Walleij
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Possible regression in next-20150310 due to pinctrl: sh-pfc: r8a7790: Remove non existing GPIO pins
  2015-03-10  7:55 Possible regression in next-20150310 due to pinctrl: sh-pfc: r8a7790: Remove non existing GPIO pins Simon Horman
@ 2015-03-10  9:30 ` Geert Uytterhoeven
  2015-03-11  0:04   ` Simon Horman
  2015-03-10 14:00 ` Linus Walleij
  1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-03-10  9:30 UTC (permalink / raw)
  To: Simon Horman
  Cc: Laurent Pinchart, Linux-sh list, linux-gpio@vger.kernel.org,
	Geert Uytterhoeven, Linus Walleij

Hi Simon,

On Tue, Mar 10, 2015 at 8:55 AM, Simon Horman <horms@verge.net.au> wrote:
> I have observed what appears to be a regression in next-20150310.  Using
> the shmobile_defconfig the lager board does not produce console output
> whatsoever. If I revert bfb6698fad74e7ba2 ("pinctrl: sh-pfc: r8a7790:
> Remove non existing GPIO pins") then the problem seems to be resolved.
>
> Likewise for the koelsh board and 896498d439cec6ff0 ("pinctrl: sh-pfc:
> r8a7791: Remove non existing GPIO pins").

That's correct. I reverted these in renesas-drivers-2015-03-09-v4.0-rc3.

In the mean time, they have been dropped from pinctrl/for-next, as
requested by Laurent last week.

Sorry for the issues.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Possible regression in next-20150310 due to pinctrl: sh-pfc: r8a7790: Remove non existing GPIO pins
  2015-03-10  7:55 Possible regression in next-20150310 due to pinctrl: sh-pfc: r8a7790: Remove non existing GPIO pins Simon Horman
  2015-03-10  9:30 ` Geert Uytterhoeven
@ 2015-03-10 14:00 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2015-03-10 14:00 UTC (permalink / raw)
  To: Simon Horman
  Cc: Laurent Pinchart, linux-sh@vger.kernel.org,
	linux-gpio@vger.kernel.org, Geert Uytterhoeven

On Tue, Mar 10, 2015 at 8:55 AM, Simon Horman <horms@verge.net.au> wrote:

> I have observed what appears to be a regression in next-20150310.  Using
> the shmobile_defconfig the lager board does not produce console output
> whatsoever. If I revert bfb6698fad74e7ba2 ("pinctrl: sh-pfc: r8a7790:
> Remove non existing GPIO pins") then the problem seems to be resolved.

I have removed these two patches from the tree since last night.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Possible regression in next-20150310 due to pinctrl: sh-pfc: r8a7790: Remove non existing GPIO pins
  2015-03-10  9:30 ` Geert Uytterhoeven
@ 2015-03-11  0:04   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-03-11  0:04 UTC (permalink / raw)
  To: Geert Uytterhoeven, Linus Walleij
  Cc: Laurent Pinchart, Linux-sh list, linux-gpio@vger.kernel.org,
	Geert Uytterhoeven

Hi Geert, Hi Linus,

On Tue, Mar 10, 2015 at 10:30:54AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Tue, Mar 10, 2015 at 8:55 AM, Simon Horman <horms@verge.net.au> wrote:
> > I have observed what appears to be a regression in next-20150310.  Using
> > the shmobile_defconfig the lager board does not produce console output
> > whatsoever. If I revert bfb6698fad74e7ba2 ("pinctrl: sh-pfc: r8a7790:
> > Remove non existing GPIO pins") then the problem seems to be resolved.
> >
> > Likewise for the koelsh board and 896498d439cec6ff0 ("pinctrl: sh-pfc:
> > r8a7791: Remove non existing GPIO pins").
> 
> That's correct. I reverted these in renesas-drivers-2015-03-09-v4.0-rc3.
> 
> In the mean time, they have been dropped from pinctrl/for-next, as
> requested by Laurent last week.
> 
> Sorry for the issues.

On Tue, Mar 10, 2015 at 03:00:05PM +0100, Linus Walleij wrote:
> On Tue, Mar 10, 2015 at 8:55 AM, Simon Horman <horms@verge.net.au> wrote:
> 
> > I have observed what appears to be a regression in next-20150310.  Using
> > the shmobile_defconfig the lager board does not produce console output
> > whatsoever. If I revert bfb6698fad74e7ba2 ("pinctrl: sh-pfc: r8a7790:
> > Remove non existing GPIO pins") then the problem seems to be resolved.
> 
> I have removed these two patches from the tree since last night.

Thanks, for the quick responses.
I'll be happy to see next working again :)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-11  0:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10  7:55 Possible regression in next-20150310 due to pinctrl: sh-pfc: r8a7790: Remove non existing GPIO pins Simon Horman
2015-03-10  9:30 ` Geert Uytterhoeven
2015-03-11  0:04   ` Simon Horman
2015-03-10 14:00 ` Linus Walleij

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).