All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] samsung-laptop updates
@ 2011-11-22 22:02 Corentin Chary
  2011-11-22 22:02 ` [PATCH 01/15] samsung-laptop: put all local variables in a single structure Corentin Chary
                   ` (14 more replies)
  0 siblings, 15 replies; 57+ messages in thread
From: Corentin Chary @ 2011-11-22 22:02 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: Greg Kroah-Hartman, 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 cleanup.

The patchs were only tested it on my laptop, so I'd greatly
appreciate any feedback.

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

Thanks,

Corentin Chary (15):
  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 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: 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              | 1645 +++++++++++++-------
 4 files changed, 1127 insertions(+), 555 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2011-11-25 21:41 UTC | newest]

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

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.