Re: [PATCH 0/2] x86 - Move laptop drivers out of x86 Kconfig

2008-02-17 Thread Ingo Molnar

* Carlos Corbacho <[EMAIL PROTECTED]> wrote:

> On Sunday 17 February 2008 18:20:08 Ingo Molnar wrote:

> > i suspect this should be merged by the char driver tree which is 
> > affected by the addition of these new entries.
> 
> Where is such a tree, and who's responsible for it though? I grep'ed 
> MAINTAINERS and didn't turn up anyone.

Andrew i suspect in that case?

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] x86 - Move laptop drivers out of x86 Kconfig

2008-02-17 Thread Carlos Corbacho
On Sunday 17 February 2008 18:20:08 Ingo Molnar wrote:
> i suspect this should be merged by the char driver tree which is
> affected by the addition of these new entries.

Where is such a tree, and who's responsible for it though? I grep'ed 
MAINTAINERS and didn't turn up anyone.

-Carlos
-- 
E-Mail: [EMAIL PROTECTED]
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] x86 - Move laptop drivers out of x86 Kconfig

2008-02-17 Thread Ingo Molnar

* Carlos Corbacho <[EMAIL PROTECTED]> wrote:

> The following patch series moves the two laptop drivers from x86 
> Kconfig (i8k and toshiba) to drivers/char, which is where the source 
> for them lives anyway.
> 
> Given they are not x86 processor features, the x86 Kconfig menu is not 
> really an appropriate place for them to live.
> 
> This is against Linus latest tree, since x86 git seems to be missing 
> an earlier Kconfig patch for I8K that dropped the x86_32 limitation.

the x86 bits:

  Acked-by: Ingo Molnar <[EMAIL PROTECTED]>

i suspect this should be merged by the char driver tree which is 
affected by the addition of these new entries.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/2] x86 - Move laptop drivers out of x86 Kconfig

2008-02-08 Thread Carlos Corbacho
The following patch series moves the two laptop drivers from x86 Kconfig (i8k
and toshiba) to drivers/char, which is where the source for them lives anyway.

Given they are not x86 processor features, the x86 Kconfig menu is not really
an appropriate place for them to live.

This is against Linus latest tree, since x86 git seems to be missing an
earlier Kconfig patch for I8K that dropped the x86_32 limitation.

-Carlos
---

Carlos Corbacho (2):
  toshiba - Move Kconfig entry to drivers/char
  i8k - Move Kconfig entry to drivers/char


 arch/x86/Kconfig |   36 
 drivers/char/Kconfig |   37 +
 2 files changed, 37 insertions(+), 36 deletions(-)

-- 
E-Mail: [EMAIL PROTECTED]
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/