public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add driver for Apple gmux device
@ 2012-03-16 19:41 Seth Forshee
  2012-03-16 19:41 ` [PATCH v4 1/2] apple_bl: Add register/unregister functions Seth Forshee
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Seth Forshee @ 2012-03-16 19:41 UTC (permalink / raw)
  To: Matthew Garrett, platform-driver-x86
  Cc: Richard Purdie, linux-kernel, Seth Forshee

Apple laptops with hybrid graphics have a device named gmux that is used
for switching between GPUs and backlight control. On many models this is
the only reliable method for controlling the backlight.

This series adds initial support for the gmux device, along with
anciallary support for disabling apple_bl when the gmux device is
detected. Initially only backlight control is supported.

Changes since v3:

 - Rename apple_bl_register_count to apple_bl_registered and make it
   static.

 - Add stubs for apple_bl register/unregister functions and drop
   APPLE_GMUX's dependency on BACKLIGHT_APPLE.

Thanks,
Seth


Seth Forshee (2):
  apple_bl: Add register/unregister functions
  platform/x86: Add driver for Apple gmux device

 drivers/platform/x86/Kconfig       |   10 ++
 drivers/platform/x86/Makefile      |    1 +
 drivers/platform/x86/apple-gmux.c  |  242 ++++++++++++++++++++++++++++++++++++
 drivers/video/backlight/apple_bl.c |   23 +++-
 include/linux/apple_bl.h           |   26 ++++
 5 files changed, 300 insertions(+), 2 deletions(-)
 create mode 100644 drivers/platform/x86/apple-gmux.c
 create mode 100644 include/linux/apple_bl.h


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

end of thread, other threads:[~2012-03-21 14:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 19:41 [PATCH v4 0/2] Add driver for Apple gmux device Seth Forshee
2012-03-16 19:41 ` [PATCH v4 1/2] apple_bl: Add register/unregister functions Seth Forshee
2012-03-16 19:41 ` [PATCH v4 2/2] platform/x86: Add driver for Apple gmux device Seth Forshee
2012-03-16 21:27   ` Seth Forshee
2012-03-21 12:36 ` [PATCH v4 0/2] " Shea Levy
2012-03-21 14:38   ` Seth Forshee
2012-03-21 12:39 ` Shea Levy

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