* Re: Revert "ACPI: dock driver"
[not found] <200607091559.k69Fx2h0029447@hera.kernel.org>
@ 2006-07-09 19:40 ` Petr Vandrovec
2006-07-09 20:33 ` Adrian Bunk
2006-07-10 14:23 ` Kristen Carlson Accardi
1 sibling, 1 reply; 5+ messages in thread
From: Petr Vandrovec @ 2006-07-09 19:40 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Linus Torvalds, Adrian Bunk
Linux Kernel Mailing List wrote:
> commit 953969ddf5b049361ed1e8471cc43dc4134d2a6f
> tree e4b84effa78a7e34d516142ee8ad1441906e33de
> parent b862f3b099f3ea672c7438c0b282ce8201d39dfc
> author Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46 -0700
> committer Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46 -0700
>
> Revert "ACPI: dock driver"
>
> This reverts commit a5e1b94008f2a96abf4a0c0371a55a56b320c13e.
>
> Adrian Bunk points out that it has build errors, and apparently no
> maintenance. Throw it out.
Erm, what do I miss? Code certainly builds, just before that checkin.
ppc:~$ ls -la /usr/src/linus/linux-2.6.18-rc1-b862/drivers/acpi/dock*
-rw-r--r-- 1 root root 19474 Jul 9 17:04
/usr/src/linus/linux-2.6.18-rc1-b862/drivers/acpi/dock.c
-rw-r--r-- 1 root root 148519 Jul 9 17:33
/usr/src/linus/linux-2.6.18-rc1-b862/drivers/acpi/dock.o
ppc:~$ uname -a
Linux ppc 2.6.18-rc1-b862 #1 SMP PREEMPT Sun Jul 9 17:53:48 CEST 2006 x86_64
GNU/Linux
ppc:~$
Thanks,
Petr Vandrovec
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Revert "ACPI: dock driver"
2006-07-09 19:40 ` Revert "ACPI: dock driver" Petr Vandrovec
@ 2006-07-09 20:33 ` Adrian Bunk
2006-07-09 20:58 ` Randy.Dunlap
0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2006-07-09 20:33 UTC (permalink / raw)
To: Petr Vandrovec; +Cc: Linux Kernel Mailing List, Linus Torvalds
On Sun, Jul 09, 2006 at 09:40:59PM +0200, Petr Vandrovec wrote:
> Linux Kernel Mailing List wrote:
> >commit 953969ddf5b049361ed1e8471cc43dc4134d2a6f
> >tree e4b84effa78a7e34d516142ee8ad1441906e33de
> >parent b862f3b099f3ea672c7438c0b282ce8201d39dfc
> >author Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46
> >-0700
> >committer Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46
> >-0700
> >
> >Revert "ACPI: dock driver"
> >
> >This reverts commit a5e1b94008f2a96abf4a0c0371a55a56b320c13e.
> >
> >Adrian Bunk points out that it has build errors, and apparently no
> >maintenance. Throw it out.
>
> Erm, what do I miss? Code certainly builds, just before that checkin.
>...
Not with all .config's:
http://lkml.org/lkml/2006/6/25/126
http://lkml.org/lkml/2006/6/25/134
> Thanks,
> Petr Vandrovec
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Revert "ACPI: dock driver"
2006-07-09 20:33 ` Adrian Bunk
@ 2006-07-09 20:58 ` Randy.Dunlap
2006-07-09 21:33 ` Adrian Bunk
0 siblings, 1 reply; 5+ messages in thread
From: Randy.Dunlap @ 2006-07-09 20:58 UTC (permalink / raw)
To: Adrian Bunk, miles.lane; +Cc: vandrove, linux-kernel, torvalds
On Sun, 9 Jul 2006 22:33:10 +0200 Adrian Bunk wrote:
> On Sun, Jul 09, 2006 at 09:40:59PM +0200, Petr Vandrovec wrote:
> > Linux Kernel Mailing List wrote:
> > >commit 953969ddf5b049361ed1e8471cc43dc4134d2a6f
> > >tree e4b84effa78a7e34d516142ee8ad1441906e33de
> > >parent b862f3b099f3ea672c7438c0b282ce8201d39dfc
> > >author Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46
> > >-0700
> > >committer Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46
> > >-0700
> > >
> > >Revert "ACPI: dock driver"
> > >
> > >This reverts commit a5e1b94008f2a96abf4a0c0371a55a56b320c13e.
> > >
> > >Adrian Bunk points out that it has build errors, and apparently no
> > >maintenance. Throw it out.
> >
> > Erm, what do I miss? Code certainly builds, just before that checkin.
> >...
>
> Not with all .config's:
>
> http://lkml.org/lkml/2006/6/25/126
> http://lkml.org/lkml/2006/6/25/134
I set ACPI_DOCK=m and it builds OK. I think that I used the
other config options from Miles's email.
and it still builds OK for me.
Miles, can I get your full failing .config file, please?
---
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Revert "ACPI: dock driver"
2006-07-09 20:58 ` Randy.Dunlap
@ 2006-07-09 21:33 ` Adrian Bunk
0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2006-07-09 21:33 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: miles.lane, vandrove, linux-kernel, torvalds
On Sun, Jul 09, 2006 at 01:58:52PM -0700, Randy.Dunlap wrote:
> On Sun, 9 Jul 2006 22:33:10 +0200 Adrian Bunk wrote:
>
> > On Sun, Jul 09, 2006 at 09:40:59PM +0200, Petr Vandrovec wrote:
> > > Linux Kernel Mailing List wrote:
> > > >commit 953969ddf5b049361ed1e8471cc43dc4134d2a6f
> > > >tree e4b84effa78a7e34d516142ee8ad1441906e33de
> > > >parent b862f3b099f3ea672c7438c0b282ce8201d39dfc
> > > >author Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46
> > > >-0700
> > > >committer Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46
> > > >-0700
> > > >
> > > >Revert "ACPI: dock driver"
> > > >
> > > >This reverts commit a5e1b94008f2a96abf4a0c0371a55a56b320c13e.
> > > >
> > > >Adrian Bunk points out that it has build errors, and apparently no
> > > >maintenance. Throw it out.
> > >
> > > Erm, what do I miss? Code certainly builds, just before that checkin.
> > >...
> >
> > Not with all .config's:
> >
> > http://lkml.org/lkml/2006/6/25/126
> > http://lkml.org/lkml/2006/6/25/134
>
> I set ACPI_DOCK=m and it builds OK. I think that I used the
> other config options from Miles's email.
> and it still builds OK for me.
>...
ACPI_DOCK=m, HOTPLUG_PCI_ACPI=y is the problematic configuration.
> ~Randy
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Revert "ACPI: dock driver"
[not found] <200607091559.k69Fx2h0029447@hera.kernel.org>
2006-07-09 19:40 ` Revert "ACPI: dock driver" Petr Vandrovec
@ 2006-07-10 14:23 ` Kristen Carlson Accardi
1 sibling, 0 replies; 5+ messages in thread
From: Kristen Carlson Accardi @ 2006-07-10 14:23 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: len.brown, torvalds
Linux Kernel Mailing List wrote:
> commit 953969ddf5b049361ed1e8471cc43dc4134d2a6f
> tree e4b84effa78a7e34d516142ee8ad1441906e33de
> parent b862f3b099f3ea672c7438c0b282ce8201d39dfc
> author Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46 -0700
> committer Linus Torvalds <torvalds@g5.osdl.org> Sun, 09 Jul 2006 22:47:46 -0700
>
> Revert "ACPI: dock driver"
>
> This reverts commit a5e1b94008f2a96abf4a0c0371a55a56b320c13e.
>
> Adrian Bunk points out that it has build errors, and apparently no
> maintenance. Throw it out.
>
>
For the record, this driver is most definitely maintained (in fact I
sent a patch for
a different problem on Friday). Thank you to Len for sorting this all
out. It's been
a busy 2 weeks.
Kristen
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-07-10 14:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200607091559.k69Fx2h0029447@hera.kernel.org>
2006-07-09 19:40 ` Revert "ACPI: dock driver" Petr Vandrovec
2006-07-09 20:33 ` Adrian Bunk
2006-07-09 20:58 ` Randy.Dunlap
2006-07-09 21:33 ` Adrian Bunk
2006-07-10 14:23 ` Kristen Carlson Accardi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox