public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] ideapad: hotkey enablement
@ 2010-12-13  9:59 Ike Panhc
  2010-12-13 10:00 ` [PATCH 1/6] ideapad: add platform driver for ideapad Ike Panhc
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ike Panhc @ 2010-12-13  9:59 UTC (permalink / raw)
  To: linux-kernel, platform-driver-x86, linux-acpi
  Cc: Matthew Garrett, David Woodhouse, Dmitry Torokhov, Dave Hansen,
	Corentin Chary

Here are the enablement patches for hotkey events on ideapads and these patches
are made against current checkout of mainline kernel.

After last time posting on LKML, there are several feedback and these patches
are modified.

>From Dmitry Torokhov, squash the select INPUT_SPARSEKMAP patch and hotkey
enablement patch.
>From Corentin Chary, add documentation about the usage of sysfs node
>From Dave Hansen, change the platform node name from Ideapad to ideapad

These patches are available in the git repository at:
  git://kernel.ubuntu.com/ikepanhc/ideapad-laptop.git ideapad-laptop



Ike Panhc (6):
  ideapad: add platform driver for ideapad
  ideapad: let camera power control entry under platform driver
  ideapad: add hotkey support
  ideapad: add markups, unify comments and return result when init
  ideapad: pass ideapad_priv as argument (part 1)
  ideapad: pass ideapad_priv as argument (part 2)

 .../ABI/testing/sysfs-platform-ideapad-laptop      |    6 +
 drivers/platform/x86/Kconfig                       |    1 +
 drivers/platform/x86/ideapad-laptop.c              |  259 ++++++++++++++------
 3 files changed, 186 insertions(+), 80 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-ideapad-laptop

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

end of thread, other threads:[~2010-12-20 16:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-13  9:59 [PATCH v3 0/6] ideapad: hotkey enablement Ike Panhc
2010-12-13 10:00 ` [PATCH 1/6] ideapad: add platform driver for ideapad Ike Panhc
2010-12-13 10:00 ` [PATCH 2/6] ideapad: let camera power control entry under platform driver Ike Panhc
2010-12-13 10:00 ` [PATCH 3/6] ideapad: add hotkey support Ike Panhc
2010-12-13 10:00 ` [PATCH 4/6] ideapad: add markups, unify comments and return result when init Ike Panhc
2010-12-13 10:01 ` [PATCH 5/6] ideapad: pass ideapad_priv as argument (part 1) Ike Panhc
2010-12-13 10:01 ` [PATCH 6/6] ideapad: pass ideapad_priv as argument (part 2) Ike Panhc
2010-12-20 16:14 ` [PATCH v3 0/6] ideapad: hotkey enablement Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox