All of lore.kernel.org
 help / color / mirror / Atom feed
* [KERNEL][linux-yocto][PATCH 0/1] Fix for bug 888
@ 2011-03-17 18:45 Tom Zanussi
  2011-03-18 14:05 ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Zanussi @ 2011-03-17 18:45 UTC (permalink / raw)
  To: bruce.ashfield, bruce.ashfield, poky

From: Tom Zanussi <tom.zanussi@intel.com>

Fixes [BUGID #888].  Please pull.

Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib.git
  Branch: tzanussi/crownbay-bugfix-888
  Browse: http://git.pokylinux.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/crownbay-bugfix-888

Tom Zanussi (1):
  crownbay: update a handful of EMGD licenses

 drivers/gpu/drm/emgd/emgd/pal/Makefile.include     |   39 ++--
 .../emgd/pvr/services4/system/common/sysconfig.c   |  287 ++++++++++----------
 .../drm/emgd/pvr/services4/system/plb/sysconfig.c  |   64 +++---
 .../drm/emgd/pvr/services4/system/tnc/sysconfig.c  |   64 +++---
 .../gpu/drm/emgd/pvr/services4/system/tnc/systnc.h |   48 ++--
 5 files changed, 246 insertions(+), 256 deletions(-)



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

* Re: [KERNEL][linux-yocto][PATCH 0/1] Fix for bug 888
  2011-03-17 18:45 [KERNEL][linux-yocto][PATCH 0/1] Fix for bug 888 Tom Zanussi
@ 2011-03-18 14:05 ` Bruce Ashfield
  2011-03-18 15:05   ` Tom Zanussi
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2011-03-18 14:05 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: poky

On Thu, Mar 17, 2011 at 2:45 PM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
>
> Fixes [BUGID #888].  Please pull.
>
> Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib.git
>  Branch: tzanussi/crownbay-bugfix-888
>  Browse: http://git.pokylinux.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/crownbay-bugfix-888

I'm back to location in the world with a working access to the
internet :)

These look good to me.

What's the timeline for getting this into the tree? I can merge this in about
10 hours from now, and have it in for the weekend.

Cheers,

Bruce

>
> Tom Zanussi (1):
>  crownbay: update a handful of EMGD licenses
>
>  drivers/gpu/drm/emgd/emgd/pal/Makefile.include     |   39 ++--
>  .../emgd/pvr/services4/system/common/sysconfig.c   |  287 ++++++++++----------
>  .../drm/emgd/pvr/services4/system/plb/sysconfig.c  |   64 +++---
>  .../drm/emgd/pvr/services4/system/tnc/sysconfig.c  |   64 +++---
>  .../gpu/drm/emgd/pvr/services4/system/tnc/systnc.h |   48 ++--
>  5 files changed, 246 insertions(+), 256 deletions(-)
>
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [KERNEL][linux-yocto][PATCH 0/1] Fix for bug 888
  2011-03-18 14:05 ` Bruce Ashfield
@ 2011-03-18 15:05   ` Tom Zanussi
  2011-03-19  1:45     ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Zanussi @ 2011-03-18 15:05 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky@yoctoproject.org

On Fri, 2011-03-18 at 07:05 -0700, Bruce Ashfield wrote:
> On Thu, Mar 17, 2011 at 2:45 PM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> > From: Tom Zanussi <tom.zanussi@intel.com>
> >
> > Fixes [BUGID #888].  Please pull.
> >
> > Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib.git
> >  Branch: tzanussi/crownbay-bugfix-888
> >  Browse: http://git.pokylinux.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/crownbay-bugfix-888
> 
> I'm back to location in the world with a working access to the
> internet :)
> 
> These look good to me.
> 
> What's the timeline for getting this into the tree? I can merge this in about
> 10 hours from now, and have it in for the weekend.
> 

Hi Bruce,

The timeline looks to be shorter than that, but no problem, I'm just
going to resubmit them using the good old SRC_URI method, so Richard can
pull them in...

Thanks,

Tom

> Cheers,
> 
> Bruce
> 
> >
> > Tom Zanussi (1):
> >  crownbay: update a handful of EMGD licenses
> >
> >  drivers/gpu/drm/emgd/emgd/pal/Makefile.include     |   39 ++--
> >  .../emgd/pvr/services4/system/common/sysconfig.c   |  287 ++++++++++----------
> >  .../drm/emgd/pvr/services4/system/plb/sysconfig.c  |   64 +++---
> >  .../drm/emgd/pvr/services4/system/tnc/sysconfig.c  |   64 +++---
> >  .../gpu/drm/emgd/pvr/services4/system/tnc/systnc.h |   48 ++--
> >  5 files changed, 246 insertions(+), 256 deletions(-)
> >
> >
> 
> 
> 




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

* Re: [KERNEL][linux-yocto][PATCH 0/1] Fix for bug 888
  2011-03-18 15:05   ` Tom Zanussi
@ 2011-03-19  1:45     ` Bruce Ashfield
  2011-03-19  2:21       ` Tom Zanussi
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2011-03-19  1:45 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: poky@yoctoproject.org

On Fri, Mar 18, 2011 at 11:05 AM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> On Fri, 2011-03-18 at 07:05 -0700, Bruce Ashfield wrote:
>> On Thu, Mar 17, 2011 at 2:45 PM, Tom Zanussi <tom.zanussi@intel.com> wrote:
>> > From: Tom Zanussi <tom.zanussi@intel.com>
>> >
>> > Fixes [BUGID #888].  Please pull.
>> >
>> > Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib.git
>> >  Branch: tzanussi/crownbay-bugfix-888
>> >  Browse: http://git.pokylinux.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/crownbay-bugfix-888
>>
>> I'm back to location in the world with a working access to the
>> internet :)
>>
>> These look good to me.
>>
>> What's the timeline for getting this into the tree? I can merge this in about
>> 10 hours from now, and have it in for the weekend.
>>
>
> Hi Bruce,
>
> The timeline looks to be shorter than that, but no problem, I'm just
> going to resubmit them using the good old SRC_URI method, so Richard can
> pull them in...

ok. Just back now ... I'll do these merges over the weekend, and
we'll have them for master, and bernard can stay as is (unless
Richard wants to do any propagation to that branch).

Cheers,

Bruce

>
> Thanks,
>
> Tom
>
>> Cheers,
>>
>> Bruce
>>
>> >
>> > Tom Zanussi (1):
>> >  crownbay: update a handful of EMGD licenses
>> >
>> >  drivers/gpu/drm/emgd/emgd/pal/Makefile.include     |   39 ++--
>> >  .../emgd/pvr/services4/system/common/sysconfig.c   |  287 ++++++++++----------
>> >  .../drm/emgd/pvr/services4/system/plb/sysconfig.c  |   64 +++---
>> >  .../drm/emgd/pvr/services4/system/tnc/sysconfig.c  |   64 +++---
>> >  .../gpu/drm/emgd/pvr/services4/system/tnc/systnc.h |   48 ++--
>> >  5 files changed, 246 insertions(+), 256 deletions(-)
>> >
>> >
>>
>>
>>
>
>
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [KERNEL][linux-yocto][PATCH 0/1] Fix for bug 888
  2011-03-19  1:45     ` Bruce Ashfield
@ 2011-03-19  2:21       ` Tom Zanussi
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Zanussi @ 2011-03-19  2:21 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky@yoctoproject.org

On Fri, 2011-03-18 at 18:45 -0700, Bruce Ashfield wrote:
> On Fri, Mar 18, 2011 at 11:05 AM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> > On Fri, 2011-03-18 at 07:05 -0700, Bruce Ashfield wrote:
> >> On Thu, Mar 17, 2011 at 2:45 PM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> >> > From: Tom Zanussi <tom.zanussi@intel.com>
> >> >
> >> > Fixes [BUGID #888].  Please pull.
> >> >
> >> > Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib.git
> >> >  Branch: tzanussi/crownbay-bugfix-888
> >> >  Browse: http://git.pokylinux.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/crownbay-bugfix-888
> >>
> >> I'm back to location in the world with a working access to the
> >> internet :)
> >>
> >> These look good to me.
> >>
> >> What's the timeline for getting this into the tree? I can merge this in about
> >> 10 hours from now, and have it in for the weekend.
> >>
> >
> > Hi Bruce,
> >
> > The timeline looks to be shorter than that, but no problem, I'm just
> > going to resubmit them using the good old SRC_URI method, so Richard can
> > pull them in...
> 
> ok. Just back now ... I'll do these merges over the weekend, and
> we'll have them for master, and bernard can stay as is (unless
> Richard wants to do any propagation to that branch).
> 

OK, sounds good - I pulled the SRC_URI patches into bernard earlier, so
we're ok for now...

Tom

> Cheers,
> 
> Bruce
> 
> >
> > Thanks,
> >
> > Tom
> >
> >> Cheers,
> >>
> >> Bruce
> >>
> >> >
> >> > Tom Zanussi (1):
> >> >  crownbay: update a handful of EMGD licenses
> >> >
> >> >  drivers/gpu/drm/emgd/emgd/pal/Makefile.include     |   39 ++--
> >> >  .../emgd/pvr/services4/system/common/sysconfig.c   |  287 ++++++++++----------
> >> >  .../drm/emgd/pvr/services4/system/plb/sysconfig.c  |   64 +++---
> >> >  .../drm/emgd/pvr/services4/system/tnc/sysconfig.c  |   64 +++---
> >> >  .../gpu/drm/emgd/pvr/services4/system/tnc/systnc.h |   48 ++--
> >> >  5 files changed, 246 insertions(+), 256 deletions(-)
> >> >
> >> >
> >>
> >>
> >>
> >
> >
> >
> 
> 
> 




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

end of thread, other threads:[~2011-03-19  2:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 18:45 [KERNEL][linux-yocto][PATCH 0/1] Fix for bug 888 Tom Zanussi
2011-03-18 14:05 ` Bruce Ashfield
2011-03-18 15:05   ` Tom Zanussi
2011-03-19  1:45     ` Bruce Ashfield
2011-03-19  2:21       ` Tom Zanussi

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.