From: Stephen Warren <swarren@wwwdotorg.org>
To: Simon Horman <horms@verge.net.au>
Cc: Linus Walleij <linus.walleij@linaro.org>,
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.kerne
Subject: Re: [PATCH v2] drivers/pinctrl: grab default handles from device core
Date: Thu, 17 Jan 2013 09:31:01 -0700 [thread overview]
Message-ID: <50F82745.6050507@wwwdotorg.org> (raw)
In-Reply-To: <20130117060214.GC1197@verge.net.au>
On 01/16/2013 11:02 PM, Simon Horman wrote:
> On Wed, Jan 16, 2013 at 10:49:05AM -0700, Stephen Warren wrote:
>> On 01/11/2013 01:45 PM, Linus Walleij wrote:
>>> On Fri, Jan 11, 2013 at 9:36 PM, Laurent Pinchart
>>> <laurent.pinchart@ideasonboard.com> wrote:
>>>
>>>> I've sent several patch series for the SH PFC (Pin Function Controller) to the
>>>> linux-sh mailing list. One of the series included pinctrl core patches for
>>>> easier testing, but I made it clear that they should *not* be pushed to
>>>> mainline through the SH tree.
>>>
>>> No big deal, what fun is linux-next if we don't break it ;-)
>>
>> 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?
>
> I removed the commit yesterday.
> Please let me know if it seems to be lingering.
Thanks. I believe it's gone from next-20130117, judging by a quick
search through "git log" at least.
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:31:01 -0700 [thread overview]
Message-ID: <50F82745.6050507@wwwdotorg.org> (raw)
In-Reply-To: <20130117060214.GC1197@verge.net.au>
On 01/16/2013 11:02 PM, Simon Horman wrote:
> On Wed, Jan 16, 2013 at 10:49:05AM -0700, Stephen Warren wrote:
>> On 01/11/2013 01:45 PM, Linus Walleij wrote:
>>> On Fri, Jan 11, 2013 at 9:36 PM, Laurent Pinchart
>>> <laurent.pinchart@ideasonboard.com> wrote:
>>>
>>>> I've sent several patch series for the SH PFC (Pin Function Controller) to the
>>>> linux-sh mailing list. One of the series included pinctrl core patches for
>>>> easier testing, but I made it clear that they should *not* be pushed to
>>>> mainline through the SH tree.
>>>
>>> No big deal, what fun is linux-next if we don't break it ;-)
>>
>> 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?
>
> I removed the commit yesterday.
> Please let me know if it seems to be lingering.
Thanks. I believe it's gone from next-20130117, judging by a quick
search through "git log" at least.
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Simon Horman <horms@verge.net.au>
Cc: Linus Walleij <linus.walleij@linaro.org>,
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:31:01 -0700 [thread overview]
Message-ID: <50F82745.6050507@wwwdotorg.org> (raw)
In-Reply-To: <20130117060214.GC1197@verge.net.au>
On 01/16/2013 11:02 PM, Simon Horman wrote:
> On Wed, Jan 16, 2013 at 10:49:05AM -0700, Stephen Warren wrote:
>> On 01/11/2013 01:45 PM, Linus Walleij wrote:
>>> On Fri, Jan 11, 2013 at 9:36 PM, Laurent Pinchart
>>> <laurent.pinchart@ideasonboard.com> wrote:
>>>
>>>> I've sent several patch series for the SH PFC (Pin Function Controller) to the
>>>> linux-sh mailing list. One of the series included pinctrl core patches for
>>>> easier testing, but I made it clear that they should *not* be pushed to
>>>> mainline through the SH tree.
>>>
>>> No big deal, what fun is linux-next if we don't break it ;-)
>>
>> 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?
>
> I removed the commit yesterday.
> Please let me know if it seems to be lingering.
Thanks. I believe it's gone from next-20130117, judging by a quick
search through "git log" at least.
next prev parent reply other threads:[~2013-01-17 16:31 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
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 [this message]
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=50F82745.6050507@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.kerne \
--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.