linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [GIT PULL] sh updates for 2.6.33-rc7
       [not found] <20100202040628.GH13428@linux-sh.org>
@ 2010-02-02  8:17 ` Grant Likely
  2010-02-02  8:21   ` Paul Mundt
  0 siblings, 1 reply; 5+ messages in thread
From: Grant Likely @ 2010-02-02  8:17 UTC (permalink / raw)
  To: Paul Mundt; +Cc: Linus Torvalds, linux-sh, linux-kernel, spi-devel-general

On Mon, Feb 1, 2010 at 9:06 PM, Paul Mundt <lethal@linux-sh.org> wrote:
> Please pull from:
>
>        master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh/for-2.6.33
>
> Which contains:
>
> Magnus Damm (1):
>      usb: r8a66597-hdc disable interrupts fix
>
> Marek Skuczynski (2):
>      sh: Fix access to released memory in dwarf_unwinder_cleanup()
>      sh: Fix access to released memory in clk_debugfs_register_one()
>
> Markus Pietrek (1):
>      spi: spi_sh_msiof: Fixed data sampling on the correct edge

Hold the phone; please coordinate with me before picking up SPI
patches into your tree.  I don't mind arch specific spi changes going
in via a different tree, but I'd like to know about it before I waste
time farting around with the same patch (like I did with this one
tonight, and only found out that you also picked it up when I came
across this pull request by chance).

g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [GIT PULL] sh updates for 2.6.33-rc7
  2010-02-02  8:17 ` [GIT PULL] sh updates for 2.6.33-rc7 Grant Likely
@ 2010-02-02  8:21   ` Paul Mundt
  2010-02-02  8:31     ` Grant Likely
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Mundt @ 2010-02-02  8:21 UTC (permalink / raw)
  To: Grant Likely; +Cc: Linus Torvalds, linux-sh, linux-kernel, spi-devel-general

On Tue, Feb 02, 2010 at 01:17:49AM -0700, Grant Likely wrote:
> On Mon, Feb 1, 2010 at 9:06 PM, Paul Mundt <lethal@linux-sh.org> wrote:
> > Please pull from:
> >
> > ? ? ? ?master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh/for-2.6.33
> >
> > Which contains:
> >
> > Magnus Damm (1):
> > ? ? ?usb: r8a66597-hdc disable interrupts fix
> >
> > Marek Skuczynski (2):
> > ? ? ?sh: Fix access to released memory in dwarf_unwinder_cleanup()
> > ? ? ?sh: Fix access to released memory in clk_debugfs_register_one()
> >
> > Markus Pietrek (1):
> > ? ? ?spi: spi_sh_msiof: Fixed data sampling on the correct edge
> 
> Hold the phone; please coordinate with me before picking up SPI
> patches into your tree.  I don't mind arch specific spi changes going
> in via a different tree, but I'd like to know about it before I waste
> time farting around with the same patch (like I did with this one
> tonight, and only found out that you also picked it up when I came
> across this pull request by chance).
> 
If there's someone actively looking after the SPI stuff then that's fine.
I didn't bother bouncing this one off of the SPI list since it's a
hardware-specific correctness fix and has no dependency on anything
subsystem related.

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

* Re: [GIT PULL] sh updates for 2.6.33-rc7
  2010-02-02  8:21   ` Paul Mundt
@ 2010-02-02  8:31     ` Grant Likely
  2010-02-02  8:46       ` Paul Mundt
  0 siblings, 1 reply; 5+ messages in thread
From: Grant Likely @ 2010-02-02  8:31 UTC (permalink / raw)
  To: Paul Mundt; +Cc: Linus Torvalds, linux-sh, linux-kernel, spi-devel-general

On Tue, Feb 2, 2010 at 1:21 AM, Paul Mundt <lethal@linux-sh.org> wrote:
> On Tue, Feb 02, 2010 at 01:17:49AM -0700, Grant Likely wrote:
>> On Mon, Feb 1, 2010 at 9:06 PM, Paul Mundt <lethal@linux-sh.org> wrote:
>> > Please pull from:
>> >
>> > ? ? ? ?master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh/for-2.6.33
>> >
>> > Which contains:
>> >
>> > Magnus Damm (1):
>> > ? ? ?usb: r8a66597-hdc disable interrupts fix
>> >
>> > Marek Skuczynski (2):
>> > ? ? ?sh: Fix access to released memory in dwarf_unwinder_cleanup()
>> > ? ? ?sh: Fix access to released memory in clk_debugfs_register_one()
>> >
>> > Markus Pietrek (1):
>> > ? ? ?spi: spi_sh_msiof: Fixed data sampling on the correct edge
>>
>> Hold the phone; please coordinate with me before picking up SPI
>> patches into your tree.  I don't mind arch specific spi changes going
>> in via a different tree, but I'd like to know about it before I waste
>> time farting around with the same patch (like I did with this one
>> tonight, and only found out that you also picked it up when I came
>> across this pull request by chance).
>>
> If there's someone actively looking after the SPI stuff then that's fine.

I am now.  There wasn't anyone for a while.

> I didn't bother bouncing this one off of the SPI list since it's a
> hardware-specific correctness fix and has no dependency on anything
> subsystem related.

Fair enough, but the patch itself came across the SPI list, and so it
showed up in the patchwork tracking of spi-devel-general which I'm
using to keep on top of everything.  I brief reply to the patch email
would have let me know that I didn't have to waste any time with it.

Thanks,
g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [GIT PULL] sh updates for 2.6.33-rc7
  2010-02-02  8:31     ` Grant Likely
@ 2010-02-02  8:46       ` Paul Mundt
  2010-02-02 13:54         ` Grant Likely
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Mundt @ 2010-02-02  8:46 UTC (permalink / raw)
  To: Grant Likely; +Cc: Linus Torvalds, linux-sh, linux-kernel, spi-devel-general

On Tue, Feb 02, 2010 at 01:31:18AM -0700, Grant Likely wrote:
> On Tue, Feb 2, 2010 at 1:21 AM, Paul Mundt <lethal@linux-sh.org> wrote:
> > On Tue, Feb 02, 2010 at 01:17:49AM -0700, Grant Likely wrote:
> >> Hold the phone; please coordinate with me before picking up SPI
> >> patches into your tree. ?I don't mind arch specific spi changes going
> >> in via a different tree, but I'd like to know about it before I waste
> >> time farting around with the same patch (like I did with this one
> >> tonight, and only found out that you also picked it up when I came
> >> across this pull request by chance).
> >>
> > If there's someone actively looking after the SPI stuff then that's fine.
> 
> I am now.  There wasn't anyone for a while.
> 
> > I didn't bother bouncing this one off of the SPI list since it's a
> > hardware-specific correctness fix and has no dependency on anything
> > subsystem related.
> 
> Fair enough, but the patch itself came across the SPI list, and so it
> showed up in the patchwork tracking of spi-devel-general which I'm
> using to keep on top of everything.  I brief reply to the patch email
> would have let me know that I didn't have to waste any time with it.
> 
Ahh.. this is where the confusion came from. The initial version of the
patch was only posted to the sh list, Magnus asked for it to be reposted
to the spi list and I hadn't heard anything about it since then, so I
assumed the poster just disappeared and I just cleaned it up and applied
it by hand. Apparently it was reposted but the sh list was dropped, so I
never saw the updated version. If I had known that it had hit the SPI
list I would have followed up there, I'll be more careful next time now
that I know someone is paying attention :-)

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

* Re: [GIT PULL] sh updates for 2.6.33-rc7
  2010-02-02  8:46       ` Paul Mundt
@ 2010-02-02 13:54         ` Grant Likely
  0 siblings, 0 replies; 5+ messages in thread
From: Grant Likely @ 2010-02-02 13:54 UTC (permalink / raw)
  To: Paul Mundt; +Cc: Linus Torvalds, linux-sh, linux-kernel, spi-devel-general

On Tue, Feb 2, 2010 at 1:46 AM, Paul Mundt <lethal@linux-sh.org> wrote:
> Ahh.. this is where the confusion came from. The initial version of the
> patch was only posted to the sh list, Magnus asked for it to be reposted
> to the spi list and I hadn't heard anything about it since then, so I
> assumed the poster just disappeared and I just cleaned it up and applied
> it by hand. Apparently it was reposted but the sh list was dropped, so I
> never saw the updated version. If I had known that it had hit the SPI
> list I would have followed up there, I'll be more careful next time now
> that I know someone is paying attention :-)

:-)  Thanks.

g.

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

end of thread, other threads:[~2010-02-02 13:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20100202040628.GH13428@linux-sh.org>
2010-02-02  8:17 ` [GIT PULL] sh updates for 2.6.33-rc7 Grant Likely
2010-02-02  8:21   ` Paul Mundt
2010-02-02  8:31     ` Grant Likely
2010-02-02  8:46       ` Paul Mundt
2010-02-02 13:54         ` Grant Likely

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