All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] ideapad: add backlight driver and changes of sysfs nodes
@ 2011-06-22  8:03 Ike Panhc
  2011-06-22  8:05 ` [PATCH 1/3] ideapad: define cfg bits and create sysfs node for cfg Ike Panhc
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Ike Panhc @ 2011-06-22  8:03 UTC (permalink / raw)
  To: linux-kernel, platform-driver-x86; +Cc: Matthew Garrett

Changes since last post
 * Using generic blacklight class.
 * Drop touchpad sysfs node. I will send patch again after knowing which
   PM infrastructure for input device.
 * More information for cfg bits in documents
 * Let sysfs node invisible if no camera.

These patches are also available in the git repository at:

  git://kernel.ubuntu.com/ikepanhc/ideapad-laptop.git ideapad-laptop

Ike Panhc (3):
  ideapad: define cfg bits and create sysfs node for cfg
  ideapad: let camera_power node invisiable if no camera
  ideapad: add backlight driver

 .../ABI/testing/sysfs-platform-ideapad-laptop      |   17 ++
 drivers/platform/x86/ideapad-laptop.c              |  198 +++++++++++++++++---
 2 files changed, 189 insertions(+), 26 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/3 v3] ideapad: add backlight driver and changes of sysfs nodes
@ 2011-06-30 11:49 Ike Panhc
  2011-06-30 11:50 ` [PATCH 3/3] ideapad: add backlight driver Ike Panhc
  0 siblings, 1 reply; 11+ messages in thread
From: Ike Panhc @ 2011-06-30 11:49 UTC (permalink / raw)
  To: linux-kernel, platform-driver-x86; +Cc: Matthew Garrett, Corentin Chary

Changes after last post:
 * In show_ideapad_cfg, Using %lX to avoid one cast.
 * When fail from reading EC, return -EIO
 * Not to change the parameter of ideapad_sync_rfk_state
 * Add backlight type

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

Ike Panhc (3):
  ideapad: define cfg bits and create sysfs node for cfg
  ideapad: let camera_power node invisiable if no camera
  ideapad: add backlight driver

 .../ABI/testing/sysfs-platform-ideapad-laptop      |   17 ++
 drivers/platform/x86/ideapad-laptop.c              |  192 +++++++++++++++++---
 2 files changed, 187 insertions(+), 22 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2011-06-30 11:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-22  8:03 [PATCH 0/3 v2] ideapad: add backlight driver and changes of sysfs nodes Ike Panhc
2011-06-22  8:05 ` [PATCH 1/3] ideapad: define cfg bits and create sysfs node for cfg Ike Panhc
2011-06-22 19:35   ` Matthew Garrett
2011-06-30 10:59     ` Ike Panhc
2011-06-22  8:06 ` [PATCH 2/3] ideapad: let camera_power node invisiable if no camera Ike Panhc
2011-06-22  8:07 ` [PATCH 3/3] ideapad: add backlight driver Ike Panhc
2011-06-22  9:20   ` Corentin Chary
2011-06-22 19:40   ` Matthew Garrett
2011-06-23  3:38     ` Ike Panhc
2011-06-23  5:52     ` Ike Panhc
2011-06-30 11:49 [PATCH 0/3 v3] ideapad: add backlight driver and changes of sysfs nodes Ike Panhc
2011-06-30 11:50 ` [PATCH 3/3] ideapad: add backlight driver Ike Panhc

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.