All of lore.kernel.org
 help / color / mirror / Atom feed
From: malattia@linux.it
To: lenb@kernel.org
Cc: linux-acpi@vger.kernel.org
Subject: [PATCH 0/4] sony_acpi-0.4: morph into sony-laptop
Date: Wed,  7 Feb 2007 20:01:52 +0100	[thread overview]
Message-ID: <11708749163025-git-send-email-malattia@linux.it> (raw)

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(-)

             reply	other threads:[~2007-02-07 19:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-07 19:01 malattia [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11708749163025-git-send-email-malattia@linux.it \
    --to=malattia@linux.it \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.