public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] acpi4asus updates
@ 2009-06-16 19:28 Corentin Chary
  2009-06-16 19:28 ` [PATCH 01/15] eeepc-laptop: Register as a pci-hotplug device Corentin Chary
  2009-06-18  2:41 ` [PATCH 00/15] acpi4asus updates Len Brown
  0 siblings, 2 replies; 40+ messages in thread
From: Corentin Chary @ 2009-06-16 19:28 UTC (permalink / raw)
  To: lenb; +Cc: linux-acpi, Corentin Chary

Hi Len,
It's mainly new features for eeepc-laptop and bugfix.

There is also some change for asus-laptop, which is no
longer marked as EXPERIMENTAL, when asus_acpi is now
DEPRECATED.

You can directly pull from the git tree if you want
  git://git.iksaif.net/acpi4asus.git for-next

Thanks

Corentin Chary (11):
  asus-laptop: platform dev as parent for led and backlight
  acpi4asus: update MAINTAINER and KConfig links
  asus_acpi: Deprecate in favor of asus-laptop
  asus-laptop: use pr_fmt and pr_<level>
  eeepc-laptop: rfkill refactoring
  eeepc-laptop: right parent device
  eeepc-laptop: sync eeepc-laptop with asus_acpi
  eeepc-laptop: makes get_acpi() returns -ENODEV
  eeepc-laptop: get the right value for CMSG
  eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 Go
  eeepc-laptop: cpufv updates

Joe Perches (1):
  eeepc-laptop.c: use pr_fmt and pr_<level>

Matthew Garrett (1):
  eeepc-laptop: Register as a pci-hotplug device

Pekka Enberg (1):
  eeepc-laptop: enable camera by default

Randy Dunlap (1):
  eeepc: fix kconfig selects

 MAINTAINERS                         |    8 +-
 drivers/platform/x86/Kconfig        |   17 +-
 drivers/platform/x86/asus-laptop.c  |   92 ++++----
 drivers/platform/x86/eeepc-laptop.c |  502 +++++++++++++++++++++++++----------
 4 files changed, 428 insertions(+), 191 deletions(-)


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

end of thread, other threads:[~2009-06-26  3:14 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-16 19:28 [PATCH 00/15] acpi4asus updates Corentin Chary
2009-06-16 19:28 ` [PATCH 01/15] eeepc-laptop: Register as a pci-hotplug device Corentin Chary
2009-06-16 19:28   ` [PATCH 02/15] eeepc: fix kconfig selects Corentin Chary
2009-06-16 19:28     ` [PATCH 03/15] eeepc-laptop.c: use pr_fmt and pr_<level> Corentin Chary
2009-06-16 19:28       ` [PATCH 04/15] eeepc-laptop: enable camera by default Corentin Chary
2009-06-16 19:28         ` [PATCH 05/15] asus-laptop: platform dev as parent for led and backlight Corentin Chary
2009-06-16 19:28           ` [PATCH 06/15] acpi4asus: update MAINTAINER and KConfig links Corentin Chary
2009-06-16 19:28             ` [PATCH 07/15] asus_acpi: Deprecate in favor of asus-laptop Corentin Chary
2009-06-16 19:28               ` [PATCH 08/15] asus-laptop: use pr_fmt and pr_<level> Corentin Chary
2009-06-16 19:28                 ` [PATCH 09/15] eeepc-laptop: rfkill refactoring Corentin Chary
2009-06-16 19:28                   ` [PATCH 10/15] eeepc-laptop: right parent device Corentin Chary
2009-06-16 19:28                     ` [PATCH 11/15] eeepc-laptop: sync eeepc-laptop with asus_acpi Corentin Chary
2009-06-16 19:28                       ` [PATCH 12/15] eeepc-laptop: makes get_acpi() returns -ENODEV Corentin Chary
2009-06-16 19:28                         ` [PATCH 13/15] eeepc-laptop: get the right value for CMSG Corentin Chary
2009-06-16 19:28                           ` [PATCH 14/15] eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 Go Corentin Chary
2009-06-16 19:28                             ` [PATCH 15/15] eeepc-laptop: cpufv updates Corentin Chary
2009-06-18  2:41 ` [PATCH 00/15] acpi4asus updates Len Brown
2009-06-18  6:21   ` Len Brown
2009-06-19  8:28     ` Corentin Chary
2009-06-19 19:39       ` Len Brown
2009-06-24  5:41         ` Len Brown
2009-06-24  6:39           ` Corentin Chary
2009-06-25 16:42             ` Len Brown
2009-06-26  3:14               ` Stephen Rothwell
2009-06-25 11:25           ` [PATCH 1/7] eeepc-laptop: Register as a pci-hotplug device Corentin Chary
2009-06-25 11:25             ` [PATCH 2/7] eeepc-laptop.c: use pr_fmt and pr_<level> Corentin Chary
2009-06-25 11:25               ` [PATCH 3/7] eeepc-laptop: rfkill refactoring Corentin Chary
2009-06-25 11:25                 ` [PATCH 4/7] eeepc-laptop: right parent device Corentin Chary
2009-06-25 11:25                   ` [PATCH 5/7] eeepc-laptop: makes get_acpi() returns -ENODEV Corentin Chary
2009-06-25 11:25                     ` [PATCH 6/7] eeepc-laptop: get the right value for CMSG Corentin Chary
2009-06-25 11:25                       ` [PATCH 7/7] eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 Go Corentin Chary
2009-06-19 12:52     ` [PATCH 1/9] asus-laptop: use pr_fmt and pr_<level> Corentin Chary
2009-06-19 12:52       ` [PATCH 2/9] eeepc-laptop: Register as a pci-hotplug device Corentin Chary
2009-06-19 12:52         ` [PATCH 3/9] eeepc-laptop.c: use pr_fmt and pr_<level> Corentin Chary
2009-06-19 12:52           ` [PATCH 4/9] eeepc-laptop: rfkill refactoring Corentin Chary
2009-06-19 12:52             ` [PATCH 5/9] eeepc-laptop: right parent device Corentin Chary
2009-06-19 12:52               ` [PATCH 6/9] eeepc-laptop: makes get_acpi() returns -ENODEV Corentin Chary
2009-06-19 12:52                 ` [PATCH 7/9] eeepc-laptop: get the right value for CMSG Corentin Chary
2009-06-19 12:52                   ` [PATCH 8/9] eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 Go Corentin Chary
2009-06-19 12:52                     ` [PATCH 9/9] asus-laptop: remove EXPERIMENTAL dependency Corentin Chary

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