All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/9 v2] sony drivers: finish rewriting sonypi and updates
@ 2007-04-28 14:15 malattia
  2007-04-28 14:18 ` [patch 1/9 v2] sony-laptop: add camera enable/disable parameter, better handle possible infinite loop malattia
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: malattia @ 2007-04-28 14:15 UTC (permalink / raw)
  To: lenb; +Cc: linux-acpi, Stelian Pop

[It seems vger doesn't like my batch mailings... so retrying also with
an updated patchset]

Hi Len,

first of all a thought about pushing all the latest sony-laptop stuff
for 2.6.22: many recent vaios are not supported anymore by sonypi wrt
its functionalities while they all seem to work with the acpi based
implementation present in sony-laptop in acpi-test. Thus I'd suggest
pushing all of it to Linus when the 2.6.22 window opens.
Agree?

Then a small explanation about this batch, patch description is in the
patch itself:

1. a fix for the motion eye camera support in old c1ve/c1vn series, the
   camera support is still incomplete in sony-laptop at this point but
   this change is needed to avoid bad things with the current code, and
   support will be complete with patch #6

2. add mutex locking to the ioport access in sony-laptop

3. add power on/off a new device present in some SZ laptops
   (edge/gprs modem)

4. suggest using sony-laptop to sonypi users both to try to have more
   feedback and to start moving away from it.

5. try to detect sony-laptop usage in sonypi by looking at the known
   ioports usage

6. complete motion eye camera support in sony-laptop

7. add sony-laptop.h header for meye usage

8. make meye use sony-laptop instead of sonypi

9. remove camera controls from the platform attributes and let the meye
   module do it based on real pci_ids.

The patches are based on acpi-test, please apply.
---
 drivers/char/sonypi.c       |   35 ++++
 drivers/media/video/meye.c  |   62 ++++----
 drivers/media/video/meye.h  |    4 
 drivers/misc/sony-laptop.c  |  314 +++++++++++++++++++++++++++++---------------
 include/linux/sony-laptop.h |   34 ++++
 5 files changed, 308 insertions(+), 141 deletions(-)
-- 
mattia
:wq!

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

end of thread, other threads:[~2007-04-29  4:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-28 14:15 [patch 0/9 v2] sony drivers: finish rewriting sonypi and updates malattia
2007-04-28 14:18 ` [patch 1/9 v2] sony-laptop: add camera enable/disable parameter, better handle possible infinite loop malattia
2007-04-28 14:19 ` [patch 2/9 v2] sony-laptop: add locking on accesses to the ioport and global vars malattia
2007-04-28 14:21 ` [patch 3/9 v2] sony-laptop: add edge modem support (also called WWAN) malattia
2007-04-28 14:22 ` [patch 4/9 v2] sonypi: suggest sonypi users to try sony-laptop instead malattia
2007-04-28 14:34 ` [patch 5/9 v2] sonypi: try to detect if sony-laptop has already taken one of the known ioports malattia
2007-04-28 14:34 ` [patch 6/9 v2] sony-laptop: complete the motion eye camera support in sony-laptop malattia
2007-04-28 14:34 ` [patch 7/9 v2] sony-laptop: add a meye-usable include file for camera ops malattia
2007-04-28 14:36 ` [patch 8/9 v2] meye: make meye use sony-laptop instead of sonypi malattia
2007-04-28 14:36 ` [patch 9/9 v2] sony-laptop: remove user visible camera controls as platform attributes malattia
2007-04-29  4:42 ` [patch 0/9 v2] sony drivers: finish rewriting sonypi and updates Len Brown

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.