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

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, using markup on functions to let the compiler knows where
to put and passing private variable instead of using global vairable. The
acpi_handle is still a global variable becuase we need to pass handle pointer
to rfk_set with its opcode but only one data argument available.

>From Dave Hansen, select INPUT_SPARSEKMAP to fill the dependency.

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

Ike Panhc (7):
  ideapad: add platform driver for ideapad
  ideapad: let camera power control entry under platform driver
  ideapad: add hotkey support
  ideapad: select INPUT_SPARSEKMAP
  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)

 drivers/platform/x86/Kconfig          |    1 +
 drivers/platform/x86/ideapad-laptop.c |  255 ++++++++++++++++++++++----------
 2 files changed, 176 insertions(+), 80 deletions(-)


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

end of thread, other threads:[~2010-12-13  8:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09  7:56 [PATCH v2 0/7] ideapad: hotkey enablement Ike Panhc
2010-12-09  7:56 ` [PATCH 1/7] ideapad: add platform driver for ideapad Ike Panhc
2010-12-09 17:04   ` Dave Hansen
2010-12-09  7:56 ` [PATCH 2/7] ideapad: let camera power control entry under platform driver Ike Panhc
2010-12-09  7:57 ` [PATCH 3/7] ideapad: add hotkey support Ike Panhc
2010-12-09  7:57 ` [PATCH 4/7] ideapad: select INPUT_SPARSEKMAP Ike Panhc
2010-12-09  8:13   ` Dmitry Torokhov
2010-12-09  7:57 ` [PATCH 5/7] ideapad: add markups, unify comments and return result when init Ike Panhc
2010-12-09  7:57 ` [PATCH 6/7] ideapad: pass ideapad_priv as argument (part 1) Ike Panhc
2010-12-09  7:57 ` [PATCH 7/7] ideapad: pass ideapad_priv as argument (part 2) Ike Panhc
2010-12-09  8:39 ` [PATCH v2 0/7] ideapad: hotkey enablement Corentin Chary
2010-12-13  8:49   ` Ike Panhc

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