All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] sony_acpi-0.4: morph into sony-laptop
@ 2007-02-07 19:01 malattia
  2007-02-07 19:01 ` [PATCH 1/4] Create sony-laptop malattia
  0 siblings, 1 reply; 10+ messages in thread
From: malattia @ 2007-02-07 19:01 UTC (permalink / raw)
  To: lenb; +Cc: linux-acpi

Hello,

the following patches are my current work to move sony_acpi away from
drivers/acpi and avoid using /proc to expose the userspace interface in
to order to finally see the driver included mainline.
(Aaargh! Len, I missed your first batch...)

1/4: will move drivers/acpi/sony_acpi.c to drivers/misc/sony-laptop.c
2/4 to 4/4: implement platform_device and clean up the code

Those patches apply on top of the sony-acpi series akpm sent earlier[1]
and are developed on the acpi test branch.

Thanks
-- 
mattia

[1]:
  [patch 07/13] sony acpi driver
  [patch 08/13] sony_apci: add resume handling
  [patch 09/13] acpi: add backlight support to the sony_acpi driver
  [patch 10/13] sony_acpi: add acpi_bus_generate event
  [patch 11/13] sony_acpi: add lanpower and audiopower controls
  [patch 12/13] sony_acpi: allow multiple sony_acpi_values for the same
  [patch 13/13] sony_acpi: fix sony_acpi backlight registration and unregistration

---
 b/drivers/acpi/Kconfig       |   15 -
 b/drivers/acpi/Makefile      |    1 
 b/drivers/misc/Kconfig       |   15 +
 b/drivers/misc/Makefile      |    1 
 b/drivers/misc/sony-laptop.c |  514 +++++++++++++++++++++++++++++++++++++++++++
 drivers/acpi/sony_acpi.c     |  504 ------------------------------------------
 6 files changed, 530 insertions(+), 520 deletions(-)

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

end of thread, other threads:[~2007-02-10 12:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07 19:01 [PATCH 0/4] sony_acpi-0.4: morph into sony-laptop malattia
2007-02-07 19:01 ` [PATCH 1/4] Create sony-laptop malattia
2007-02-07 19:01   ` [PATCH 2/4] Remove /proc/acpi/sony interface and implement platform_device malattia
2007-02-07 19:01     ` [PATCH 3/4] Small update to the Kconfig help to make people believe this driver is useful malattia
2007-02-07 19:01       ` [PATCH 4/4] Group functions and structures to better draw subsytems usage malattia
2007-02-10  1:47     ` [PATCH 2/4] Remove /proc/acpi/sony interface and implement platform_device Alessandro Guido
2007-02-10 12:49       ` Mattia Dongili
2007-02-07 20:50   ` [PATCH 1/4] Create sony-laptop Len Brown
2007-02-07 21:37     ` Mattia Dongili
2007-02-08  9:04     ` Andrew Morton

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.