All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/16] samsung-laptop updates
@ 2011-11-26  9:59 Corentin Chary
  2011-11-26  9:59 ` [PATCH v2 01/16] samsung-laptop: put all local variables in a single structure Corentin Chary
                   ` (16 more replies)
  0 siblings, 17 replies; 28+ messages in thread
From: Corentin Chary @ 2011-11-26  9:59 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: Greg Kroah-Hartman, Matthew Garrett, Corentin Chary

Hi Matthew, Greg

I recently got a Samsung Series 9 from Intel, so I took some
time to add support for some features.

In this series, I moved a lot of code, tried to follow more
closely the SABI interface, added some features, and did
some cleanups.

Patches were tested on my laptop, N210 and N150. I'd greatly
appreciateany feedback from other models.

I also propose myself as a maintainer for this driver, since
thislaptop is now my primary system.

Thanks,

Since v1:
 - Added bluetooth/wlan detection
 - Added some informations about the debugfs interface
 - Added a sdiag file in debugfs
 - Removed errors when trying to detect features
 - Fixed some typos
 - Tested on N210 and N150 without any regression

Corentin Chary (16):
  samsung-laptop: put all local variables in a single structure
  samsung-laptop: move code into init/exit functions
  samsung-laptop: don't handle backlight if handled by acpi/video
  samsung-laptop: use a sysfs group
  samsung-laptop: ehance SABI support
  samsung-laptop: add a small debugfs interface
  samsung-laptop: remove selftest
  samsung-laptop: add battery life extender support
  samsung-laptop: add usb charge support
  samsung-laptop: cleanup KConfig
  samsung-laptop: add keyboard backlight support
  samsung-laptop: add true rfkill support for swsmi
  samsung-laptop: make the dmi check less strict
  samsung-laptop: dump model and version informations
  samsung-laptop: tweak traces
  samsung-laptop: promote myself as maintainer of samsung-laptop

 .../ABI/testing/sysfs-driver-samsung-laptop        |   18 +
 MAINTAINERS                                        |    6 +
 drivers/platform/x86/Kconfig                       |   13 +-
 drivers/platform/x86/samsung-laptop.c              | 1680 +++++++++++++-------
 4 files changed, 1165 insertions(+), 552 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2011-12-15  6:50 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-26  9:59 [PATCH v2 00/16] samsung-laptop updates Corentin Chary
2011-11-26  9:59 ` [PATCH v2 01/16] samsung-laptop: put all local variables in a single structure Corentin Chary
2011-11-26  9:59 ` [PATCH v2 02/16] samsung-laptop: move code into init/exit functions Corentin Chary
2011-11-26 10:00 ` [PATCH v2 03/16] samsung-laptop: don't handle backlight if handled by acpi/video Corentin Chary
2011-11-27  4:20   ` Greg KH
2011-11-26 10:00 ` [PATCH v2 04/16] samsung-laptop: use a sysfs group Corentin Chary
2011-11-26 10:00 ` [PATCH v2 05/16] samsung-laptop: ehance SABI support Corentin Chary
2011-11-26 10:00 ` [PATCH v2 06/16] samsung-laptop: add a small debugfs interface Corentin Chary
2011-11-26 10:00 ` [PATCH v2 07/16] samsung-laptop: remove selftest Corentin Chary
2011-11-26 10:00 ` [PATCH v2 08/16] samsung-laptop: add battery life extender support Corentin Chary
2011-11-26 10:00 ` [PATCH v2 09/16] samsung-laptop: add usb charge support Corentin Chary
2011-11-26 10:00 ` [PATCH v2 10/16] samsung-laptop: cleanup KConfig Corentin Chary
2011-11-28 16:01   ` Seth Forshee
2011-11-28 21:05     ` Corentin Chary
2011-11-26 10:00 ` [PATCH v2 11/16] samsung-laptop: add keyboard backlight support Corentin Chary
2011-11-27  4:20   ` Greg KH
2011-11-26 10:00 ` [PATCH v2 12/16] samsung-laptop: add true rfkill support for swsmi Corentin Chary
2011-11-27  4:21   ` Greg KH
2011-11-26 10:00 ` [PATCH v2 13/16] samsung-laptop: make the dmi check less strict Corentin Chary
2011-11-27  4:21   ` Greg KH
2011-11-26 10:00 ` [PATCH v2 14/16] samsung-laptop: dump model and version informations Corentin Chary
2011-11-27  4:22   ` Greg KH
2011-11-26 10:00 ` [PATCH v2 15/16] samsung-laptop: tweak traces Corentin Chary
2011-11-27  4:22   ` Greg KH
2011-11-26 10:00 ` [PATCH v2 16/16] samsung-laptop: promote myself as maintainer of samsung-laptop Corentin Chary
2011-11-27  4:22   ` Greg KH
2011-11-27  4:23 ` [PATCH v2 00/16] samsung-laptop updates Greg KH
2011-12-15  6:50   ` Corentin Chary

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.