Hi Linus,
Nothing amazing here, almost entirely cleanups and minor bugfixes and
one bit of hardware enablement in the amilo-rfkill driver.
The following changes since commit cb3e4330e697dffaf3d9cefebc9c7e7d39c89f2e:
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2013-09-04 09:39:26 -0700)
are available in the git repository at:
git://cavan.codon.org.uk/platform-drivers-x86.git for_linus
for you to fetch changes up to 5c07eae979dfb596141c6885e5f5ecf1cd22cad3:
platform/x86: panasonic-laptop: reuse module_acpi_driver (2013-09-05 08:52:46 -0400)
----------------------------------------------------------------
Adam Lee (2):
thinkpad_acpi: return -NODEV while operating uninitialized LEDs
thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirk
Andy Shevchenko (1):
platform/x86: panasonic-laptop: reuse module_acpi_driver
Dan Carpenter (1):
wmi: parse_wdg() should return kernel error codes
Frederick van der Wyck (1):
platform samsung-q10: use ACPI instead of direct EC calls
Jerome Meinke (1):
amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.
Jingoo Han (2):
platform: replace strict_strto*() with kstrto*()
platform: x86: remove unnecessary platform_set_drvdata()
Kirill Tkhai (1):
hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()
Randy Dunlap (1):
samsung-laptop: fix config build error
Wei Yongjun (2):
x86: smartconnect: use module_acpi_driver to simplify the code
x86: irst: use module_acpi_driver to simplify the code
drivers/platform/x86/Kconfig | 3 +-
drivers/platform/x86/amilo-rfkill.c | 7 ++++
drivers/platform/x86/classmate-laptop.c | 2 +-
drivers/platform/x86/compal-laptop.c | 7 ++--
drivers/platform/x86/hp-wmi.c | 16 ++++----
drivers/platform/x86/intel-rst.c | 13 +------
drivers/platform/x86/intel-smartconnect.c | 13 +------
drivers/platform/x86/intel_mid_powerbtn.c | 1 -
drivers/platform/x86/intel_mid_thermal.c | 1 -
drivers/platform/x86/panasonic-laptop.c | 25 +-----------
drivers/platform/x86/samsung-q10.c | 65 ++++++++++---------------------
drivers/platform/x86/thinkpad_acpi.c | 23 ++++++++---
drivers/platform/x86/wmi.c | 4 +-
13 files changed, 66 insertions(+), 114 deletions(-)
--
Matthew Garrett | mjg59@srcf.ucam.org
Nothing amazing here, almost entirely cleanups and minor bugfixes and
one bit of hardware enablement in the amilo-rfkill driver.
The following changes since commit cb3e4330e697dffaf3d9cefebc9c7e7d39c89f2e:
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2013-09-04 09:39:26 -0700)
are available in the git repository at:
git://cavan.codon.org.uk/platform-drivers-x86.git for_linus
for you to fetch changes up to 5c07eae979dfb596141c6885e5f5ecf1cd22cad3:
platform/x86: panasonic-laptop: reuse module_acpi_driver (2013-09-05 08:52:46 -0400)
----------------------------------------------------------------
Adam Lee (2):
thinkpad_acpi: return -NODEV while operating uninitialized LEDs
thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirk
Andy Shevchenko (1):
platform/x86: panasonic-laptop: reuse module_acpi_driver
Dan Carpenter (1):
wmi: parse_wdg() should return kernel error codes
Frederick van der Wyck (1):
platform samsung-q10: use ACPI instead of direct EC calls
Jerome Meinke (1):
amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.
Jingoo Han (2):
platform: replace strict_strto*() with kstrto*()
platform: x86: remove unnecessary platform_set_drvdata()
Kirill Tkhai (1):
hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()
Randy Dunlap (1):
samsung-laptop: fix config build error
Wei Yongjun (2):
x86: smartconnect: use module_acpi_driver to simplify the code
x86: irst: use module_acpi_driver to simplify the code
drivers/platform/x86/Kconfig | 3 +-
drivers/platform/x86/amilo-rfkill.c | 7 ++++
drivers/platform/x86/classmate-laptop.c | 2 +-
drivers/platform/x86/compal-laptop.c | 7 ++--
drivers/platform/x86/hp-wmi.c | 16 ++++----
drivers/platform/x86/intel-rst.c | 13 +------
drivers/platform/x86/intel-smartconnect.c | 13 +------
drivers/platform/x86/intel_mid_powerbtn.c | 1 -
drivers/platform/x86/intel_mid_thermal.c | 1 -
drivers/platform/x86/panasonic-laptop.c | 25 +-----------
drivers/platform/x86/samsung-q10.c | 65 ++++++++++---------------------
drivers/platform/x86/thinkpad_acpi.c | 23 ++++++++---
drivers/platform/x86/wmi.c | 4 +-
13 files changed, 66 insertions(+), 114 deletions(-)
--
Matthew Garrett | mjg59@srcf.ucam.org