public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: mmotm 2008-09-13-03-09 uploaded
       [not found] <200809131011.m8DABTON031878@imap1.linux-foundation.org>
@ 2008-09-18  6:01 ` KAMEZAWA Hiroyuki
  2008-09-18  6:26   ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: KAMEZAWA Hiroyuki @ 2008-09-18  6:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, lg

On Sat, 13 Sep 2008 03:11:29 -0700
akpm@linux-foundation.org wrote:

> The mm-of-the-moment snapshot 2008-09-13-03-09 has been uploaded to
git-regulator.patch

I'm not so familiar with this HEAD: but is this from git ?

This change

--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -7,6 +7,9 @@ obj-$(CONFIG_REGULATOR) += core.o
 obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
 obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o

+<<<<<<< HEAD:drivers/regulator/Makefile
 obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o

+=======
+>>>>>>> FETCH_HEAD:drivers/regulator/Makefile
 ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG


stops "make clean"
==
[kamezawa@bluextal mmtom-2.6.26-rc6+]$ make clean
/home/kamezawa/mmtom-2.6.26-rc6+/drivers/regulator/Makefile:13: *** empty variable name.  Stop.
make[1]: *** [drivers/regulator] Error 2
make: *** [_clean_drivers] Error 2

Hmm ? (at build, CONFIG_REGULATOR=n allows me to avoid this.)

Thanks,
-Kame


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

* Re: mmotm 2008-09-13-03-09 uploaded
  2008-09-18  6:01 ` mmotm 2008-09-13-03-09 uploaded KAMEZAWA Hiroyuki
@ 2008-09-18  6:26   ` Andrew Morton
  2008-09-18  8:51     ` Liam Girdwood
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Morton @ 2008-09-18  6:26 UTC (permalink / raw)
  To: KAMEZAWA Hiroyuki; +Cc: linux-kernel, lg

On Thu, 18 Sep 2008 15:01:15 +0900 KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> wrote:

> On Sat, 13 Sep 2008 03:11:29 -0700
> akpm@linux-foundation.org wrote:
> 
> > The mm-of-the-moment snapshot 2008-09-13-03-09 has been uploaded to
> git-regulator.patch
> 
> I'm not so familiar with this HEAD: but is this from git ?
> 
> This change
> 
> --- a/drivers/regulator/Makefile
> +++ b/drivers/regulator/Makefile
> @@ -7,6 +7,9 @@ obj-$(CONFIG_REGULATOR) += core.o
>  obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
>  obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
> 
> +<<<<<<< HEAD:drivers/regulator/Makefile
>  obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
> 
> +=======
> +>>>>>>> FETCH_HEAD:drivers/regulator/Makefile
>  ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
> 
> 
> stops "make clean"
> ==
> [kamezawa@bluextal mmtom-2.6.26-rc6+]$ make clean
> /home/kamezawa/mmtom-2.6.26-rc6+/drivers/regulator/Makefile:13: *** empty variable name.  Stop.
> make[1]: *** [drivers/regulator] Error 2
> make: *** [_clean_drivers] Error 2
> 
> Hmm ? (at build, CONFIG_REGULATOR=n allows me to avoid this.)
> 

argh, sorry.

I pull git-regulator daily, check to see if it got fixed up yet and if
not, comment it out.  I apparently forgot to do the last two steps on
2008-09-13-03-09.

I'll do 2008-09-17-XX-XX right now..

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

* Re: mmotm 2008-09-13-03-09 uploaded
  2008-09-18  6:26   ` Andrew Morton
@ 2008-09-18  8:51     ` Liam Girdwood
  2008-09-18  9:23       ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Liam Girdwood @ 2008-09-18  8:51 UTC (permalink / raw)
  To: Andrew Morton; +Cc: KAMEZAWA Hiroyuki, linux-kernel

On Wed, 2008-09-17 at 23:26 -0700, Andrew Morton wrote:
> On Thu, 18 Sep 2008 15:01:15 +0900 KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> wrote:
> 
> > On Sat, 13 Sep 2008 03:11:29 -0700
> > akpm@linux-foundation.org wrote:
> > 
> > > The mm-of-the-moment snapshot 2008-09-13-03-09 has been uploaded to
> > git-regulator.patch
> > 
> > I'm not so familiar with this HEAD: but is this from git ?
> > 
> > This change
> > 
> > --- a/drivers/regulator/Makefile
> > +++ b/drivers/regulator/Makefile
> > @@ -7,6 +7,9 @@ obj-$(CONFIG_REGULATOR) += core.o
> >  obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
> >  obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
> > 
> > +<<<<<<< HEAD:drivers/regulator/Makefile
> >  obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
> > 
> > +=======
> > +>>>>>>> FETCH_HEAD:drivers/regulator/Makefile
> >  ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
> > 
> > 
> > stops "make clean"
> > ==
> > [kamezawa@bluextal mmtom-2.6.26-rc6+]$ make clean
> > /home/kamezawa/mmtom-2.6.26-rc6+/drivers/regulator/Makefile:13: *** empty variable name.  Stop.
> > make[1]: *** [drivers/regulator] Error 2
> > make: *** [_clean_drivers] Error 2
> > 
> > Hmm ? (at build, CONFIG_REGULATOR=n allows me to avoid this.)
> > 
> 
> argh, sorry.
> 
> I pull git-regulator daily, check to see if it got fixed up yet and if
> not, comment it out.  I apparently forgot to do the last two steps on
> 2008-09-13-03-09.
> 
> I'll do 2008-09-17-XX-XX right now..

git-regulator has been upstream since rc2 so I'm surprised we are seeing
this atm.

Can I just confirm the repository & branch you are pulling as I've
recently left Wolfson and now work for myself (I will no longer have
guaranteed access to the Wolfson git repositories). I've also moved
regulator development over to kernel.org:-

git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git #dev

Sorry for any hassle here.

Liam



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

* Re: mmotm 2008-09-13-03-09 uploaded
  2008-09-18  8:51     ` Liam Girdwood
@ 2008-09-18  9:23       ` Andrew Morton
  2008-09-18  9:37         ` Liam Girdwood
  2008-09-18 17:52         ` Stephen Rothwell
  0 siblings, 2 replies; 7+ messages in thread
From: Andrew Morton @ 2008-09-18  9:23 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: KAMEZAWA Hiroyuki, linux-kernel

On Thu, 18 Sep 2008 09:51:08 +0100 Liam Girdwood <lrg@slimlogic.co.uk> wrote:

> On Wed, 2008-09-17 at 23:26 -0700, Andrew Morton wrote:
> > On Thu, 18 Sep 2008 15:01:15 +0900 KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> wrote:
> > 
> > > On Sat, 13 Sep 2008 03:11:29 -0700
> > > akpm@linux-foundation.org wrote:
> > > 
> > > > The mm-of-the-moment snapshot 2008-09-13-03-09 has been uploaded to
> > > git-regulator.patch
> > > 
> > > I'm not so familiar with this HEAD: but is this from git ?
> > > 
> > > This change
> > > 
> > > --- a/drivers/regulator/Makefile
> > > +++ b/drivers/regulator/Makefile
> > > @@ -7,6 +7,9 @@ obj-$(CONFIG_REGULATOR) += core.o
> > >  obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
> > >  obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
> > > 
> > > +<<<<<<< HEAD:drivers/regulator/Makefile
> > >  obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
> > > 
> > > +=======
> > > +>>>>>>> FETCH_HEAD:drivers/regulator/Makefile
> > >  ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
> > > 
> > > 
> > > stops "make clean"
> > > ==
> > > [kamezawa@bluextal mmtom-2.6.26-rc6+]$ make clean
> > > /home/kamezawa/mmtom-2.6.26-rc6+/drivers/regulator/Makefile:13: *** empty variable name.  Stop.
> > > make[1]: *** [drivers/regulator] Error 2
> > > make: *** [_clean_drivers] Error 2
> > > 
> > > Hmm ? (at build, CONFIG_REGULATOR=n allows me to avoid this.)
> > > 
> > 
> > argh, sorry.
> > 
> > I pull git-regulator daily, check to see if it got fixed up yet and if
> > not, comment it out.  I apparently forgot to do the last two steps on
> > 2008-09-13-03-09.
> > 
> > I'll do 2008-09-17-XX-XX right now..
> 
> git-regulator has been upstream since rc2 so I'm surprised we are seeing
> this atm.

oic.  I'm pulling some dead old thing from
git://opensource.wolfsonmicro.com/linux-2.6-audioplus.git#for-akpm

> Can I just confirm the repository & branch you are pulling as I've
> recently left Wolfson and now work for myself (I will no longer have
> guaranteed access to the Wolfson git repositories). I've also moved
> regulator development over to kernel.org:-
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git #dev
> 

Please send that off to Stephen for linux-next inclusion.

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

* Re: mmotm 2008-09-13-03-09 uploaded
  2008-09-18  9:23       ` Andrew Morton
@ 2008-09-18  9:37         ` Liam Girdwood
  2008-09-18 17:52         ` Stephen Rothwell
  1 sibling, 0 replies; 7+ messages in thread
From: Liam Girdwood @ 2008-09-18  9:37 UTC (permalink / raw)
  To: Andrew Morton; +Cc: KAMEZAWA Hiroyuki, linux-kernel

On Thu, 2008-09-18 at 02:23 -0700, Andrew Morton wrote:
> On Thu, 18 Sep 2008 09:51:08 +0100 Liam Girdwood <lrg@slimlogic.co.uk> wrote:
> > Can I just confirm the repository & branch you are pulling as I've
> > recently left Wolfson and now work for myself (I will no longer have
> > guaranteed access to the Wolfson git repositories). I've also moved
> > regulator development over to kernel.org:-
> > 
> > git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git #dev
> > 
> 
> Please send that off to Stephen for linux-next inclusion.

It already is :)

Liam


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

* Re: mmotm 2008-09-13-03-09 uploaded
  2008-09-18  9:23       ` Andrew Morton
  2008-09-18  9:37         ` Liam Girdwood
@ 2008-09-18 17:52         ` Stephen Rothwell
  2008-09-18 20:32           ` Liam Girdwood
  1 sibling, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2008-09-18 17:52 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Liam Girdwood, KAMEZAWA Hiroyuki, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 890 bytes --]

Hi Andrew, Liam,

On Thu, 18 Sep 2008 02:23:53 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
>
> > Can I just confirm the repository & branch you are pulling as I've
> > recently left Wolfson and now work for myself (I will no longer have
> > guaranteed access to the Wolfson git repositories). I've also moved
> > regulator development over to kernel.org:-
> > 
> > git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git #dev
> > 
> 
> Please send that off to Stephen for linux-next inclusion.

I have this:

Liam Girdwood <lg@opensource.wolfsonmicro.com>
voltage git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git#reg-for-linus

in the linux-next list already.  Do I assume that some changes are needed
(email and branch)?

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: mmotm 2008-09-13-03-09 uploaded
  2008-09-18 17:52         ` Stephen Rothwell
@ 2008-09-18 20:32           ` Liam Girdwood
  0 siblings, 0 replies; 7+ messages in thread
From: Liam Girdwood @ 2008-09-18 20:32 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Andrew Morton, KAMEZAWA Hiroyuki, linux-kernel

On Fri, 2008-09-19 at 03:52 +1000, Stephen Rothwell wrote:
> Hi Andrew, Liam,
> 
> On Thu, 18 Sep 2008 02:23:53 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
> >
> > > Can I just confirm the repository & branch you are pulling as I've
> > > recently left Wolfson and now work for myself (I will no longer have
> > > guaranteed access to the Wolfson git repositories). I've also moved
> > > regulator development over to kernel.org:-
> > > 
> > > git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git #dev
> > > 
> > 
> > Please send that off to Stephen for linux-next inclusion.
> 
> I have this:
> 
> Liam Girdwood <lg@opensource.wolfsonmicro.com>
> voltage git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git#reg-for-linus
> 
> in the linux-next list already.  Do I assume that some changes are needed
> (email and branch)?
> 

Yes, email and branch have changed.

For next it should be :-

Liam Girdwood <lrg@slimlogic.co.uk>
voltage git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git#for-linus

Thanks

Liam


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

end of thread, other threads:[~2008-09-18 20:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200809131011.m8DABTON031878@imap1.linux-foundation.org>
2008-09-18  6:01 ` mmotm 2008-09-13-03-09 uploaded KAMEZAWA Hiroyuki
2008-09-18  6:26   ` Andrew Morton
2008-09-18  8:51     ` Liam Girdwood
2008-09-18  9:23       ` Andrew Morton
2008-09-18  9:37         ` Liam Girdwood
2008-09-18 17:52         ` Stephen Rothwell
2008-09-18 20:32           ` Liam Girdwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox