From: Stephen Warren <swarren@wwwdotorg.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Simon Horman <horms@verge.net.au>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Greg KH <gregkh@linuxfoundation.org>,
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
Linus Walleij <linus.walleij@stericsson.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
Kevin Hilman <khilman@ti.com>,
Ulf Hansson <ulf.hansson@linaro.org>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Russell King <linux@arm.linux.org.uk>,
Benoit Cousson <b-cousson@ti.com>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Felipe Balbi <balbi@ti.com>,
Rickard Andersson <rickard.andersson@stericsson.com>,
"Rafael J. Wysocki" <rjw@sisk.pl>,
Mitch Bradley <wmb@firmworks.com>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
linux-next@vger.kernel.org
Subject: Re: [PATCH v2] drivers/pinctrl: grab default handles from device core
Date: Thu, 17 Jan 2013 09:30:19 -0700 [thread overview]
Message-ID: <50F8271B.3020706@wwwdotorg.org> (raw)
In-Reply-To: <CACRpkdbnyzppd-iom4PL3N3-YkuK+BRNzR577qVc6cPoTKxhTw@mail.gmail.com>
On 01/16/2013 05:59 PM, Linus Walleij wrote:
> On Wed, Jan 16, 2013 at 6:49 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:
>
>> Hmm. It's causing a lot of engineers here a lot of trouble, since they
>> all see linux-next won't boot, and haven't been paying enough attention
>> to know which commit to revert:-(. Lots of lost productivity:-(
>>
>> Simon, the offending commit:
>>
>> 6d3ef6b drivers/pinctrl: grab default handles from device core
>>
>> is still in next-20130116. Can you please remove it?
>
> Not that this should be in the SH tree, but I have merged your fix
> to the pinctrl tree and it should be in -next, does it fix the problem?
There were two problems; one was the issues handling hogs during DT->map
conversion, for which you applied a patch. The other was the crashes due
to incorrect devm_* usage and interactions with -EPROBE_DEFER in the
patch which Simon applied, which requires that patch to be revised.
> Mainly asking because once Greg ACKs that patch I want to
> put it into the pinctrl tree...
WARNING: multiple messages have this Message-ID (diff)
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] drivers/pinctrl: grab default handles from device core
Date: Thu, 17 Jan 2013 09:30:19 -0700 [thread overview]
Message-ID: <50F8271B.3020706@wwwdotorg.org> (raw)
In-Reply-To: <CACRpkdbnyzppd-iom4PL3N3-YkuK+BRNzR577qVc6cPoTKxhTw@mail.gmail.com>
On 01/16/2013 05:59 PM, Linus Walleij wrote:
> On Wed, Jan 16, 2013 at 6:49 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:
>
>> Hmm. It's causing a lot of engineers here a lot of trouble, since they
>> all see linux-next won't boot, and haven't been paying enough attention
>> to know which commit to revert:-(. Lots of lost productivity:-(
>>
>> Simon, the offending commit:
>>
>> 6d3ef6b drivers/pinctrl: grab default handles from device core
>>
>> is still in next-20130116. Can you please remove it?
>
> Not that this should be in the SH tree, but I have merged your fix
> to the pinctrl tree and it should be in -next, does it fix the problem?
There were two problems; one was the issues handling hogs during DT->map
conversion, for which you applied a patch. The other was the crashes due
to incorrect devm_* usage and interactions with -EPROBE_DEFER in the
patch which Simon applied, which requires that patch to be revised.
> Mainly asking because once Greg ACKs that patch I want to
> put it into the pinctrl tree...
next prev parent reply other threads:[~2013-01-17 16:30 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-12 20:25 [PATCH v2] drivers/pinctrl: grab default handles from device core Linus Walleij
2012-12-12 20:25 ` Linus Walleij
2012-12-12 21:54 ` Greg Kroah-Hartman
2012-12-12 21:54 ` Greg Kroah-Hartman
2013-01-02 13:42 ` Linus Walleij
2013-01-02 13:42 ` Linus Walleij
2013-01-09 8:16 ` Linus Walleij
2013-01-09 8:16 ` Linus Walleij
2013-01-02 13:37 ` Mark Brown
2013-01-02 13:37 ` Mark Brown
2013-01-10 20:42 ` Stephen Warren
2013-01-10 20:42 ` Stephen Warren
2013-01-10 22:07 ` Stephen Warren
2013-01-10 22:07 ` Stephen Warren
2013-01-11 20:22 ` Linus Walleij
2013-01-11 20:22 ` Linus Walleij
2013-01-11 20:12 ` Linus Walleij
2013-01-11 20:12 ` Linus Walleij
2013-01-11 20:36 ` Laurent Pinchart
2013-01-11 20:36 ` Laurent Pinchart
2013-01-11 20:45 ` Linus Walleij
2013-01-11 20:45 ` Linus Walleij
2013-01-16 17:49 ` Stephen Warren
2013-01-16 17:49 ` Stephen Warren
2013-01-17 0:59 ` Linus Walleij
2013-01-17 0:59 ` Linus Walleij
2013-01-17 2:33 ` Greg KH
2013-01-17 2:33 ` Greg KH
2013-01-17 16:30 ` Stephen Warren [this message]
2013-01-17 16:30 ` Stephen Warren
2013-01-17 6:02 ` Simon Horman
2013-01-17 6:02 ` Simon Horman
2013-01-17 6:02 ` Simon Horman
2013-01-17 16:31 ` Stephen Warren
2013-01-17 16:31 ` Stephen Warren
2013-01-17 16:31 ` Stephen Warren
2013-01-17 23:55 ` Simon Horman
2013-01-17 23:55 ` Simon Horman
2013-01-17 23:55 ` Simon Horman
2013-01-18 15:05 ` Linus Walleij
2013-01-18 15:05 ` Linus Walleij
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=50F8271B.3020706@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--cc=b-cousson@ti.com \
--cc=balbi@ti.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=dmitry.torokhov@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=horms@verge.net.au \
--cc=khilman@ti.com \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linus.walleij@linaro.org \
--cc=linus.walleij@stericsson.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=plagnioj@jcrosoft.com \
--cc=rickard.andersson@stericsson.com \
--cc=rjw@sisk.pl \
--cc=sfr@canb.auug.org.au \
--cc=thomas.petazzoni@free-electrons.com \
--cc=ulf.hansson@linaro.org \
--cc=wmb@firmworks.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.