[PATCH 0/2][Precise] apple-gmux driver updates
Seth Forshee
seth.forshee at canonical.com
Wed Mar 21 19:13:01 UTC 2012
This series updates the apple-gmux driver we're carrying in precise
with changes requested during upstream review. These changes cause the
apple_bl and acpi_video backlights to be disabled whenever a gmux device
is found. This requires adding a prerequisite patch to add the
interfaces for disabling apple_bl. This will bring us in sync with the
patches that will be merged upstream for 3.4.
These patches replace "UBUNTU: SAUCE: (drop after 3.3) platform/x86: Add
driver for Apple gmux device" in precise (currently f1c2892 on
master-next).
Thanks,
Seth
Seth Forshee (2):
UBUNTU: SAUCE: (drop after 3.3) apple_bl: Add register/unregister
functions
UBUNTU: SAUCE: (drop after 3.3) platform/x86: Add driver for Apple
gmux device
debian.master/config/config.common.ubuntu | 1 +
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 +++
6 files changed, 301 insertions(+), 2 deletions(-)
create mode 100644 drivers/platform/x86/apple-gmux.c
create mode 100644 include/linux/apple_bl.h
More information about the kernel-team
mailing list