summaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)Author
2013-10-17thinkpad-acpi: Add mute and mic-mute LED functionalityDavid Henningsson
2013-10-15thinkpad-acpi: fix handle locate for video and query of _BCLAaron Lu
2013-09-25ideapad_laptop: convert ideapad device/driver to platform busZhang Rui
2013-09-25ideapad_laptop: remove ideapad_handle and ideapad_privZhang Rui
2013-09-25ideapad_laptop: convert internal function calls to use ideapad_private as par...Zhang Rui
2013-09-25ideapad_laptop: introduce struct acpi_device pointer to ideapad_private struc...Zhang Rui
2013-09-25ideapad_laptop: introduce #ifdef CONFIG_PM_SLEEP for PM specific codeZhang Rui
2013-09-23toshiba_acpi: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui
2013-09-23intel-smartconnect: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui
2013-09-23intel-rst: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui
2013-09-23fujitsu-laptop: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui
2013-09-23wmi: convert acpi_get_handle() to acpi_has_method()Zhang Rui
2013-09-23toshiba_acpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui
2013-09-23sony-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui
2013-09-23intel_menlow: convert acpi_get_handle() to acpi_has_method()Zhang Rui
2013-09-23fujitsu-laptop: convert acpi_get_handle() to acpi_has_method()Zhang Rui
2013-09-23wmi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui
2013-09-23toshiba_acpi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui
2013-09-23topstar-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui
2013-09-23intel-smartconnect: convert acpi_evaluate_object() to acpi_execute_simple_met...Zhang Rui
2013-09-23intel-rst: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui
2013-09-23fujitsu-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui
2013-09-23eeepc-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui
2013-09-15Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds
2013-09-11platform: convert apple-gmux driver to dev_pm_ops from legacy pm_opsShuah Khan
2013-09-05platform/x86: panasonic-laptop: reuse module_acpi_driverAndy Shevchenko
2013-09-05samsung-laptop: fix config build errorRandy Dunlap
2013-09-05platform: x86: remove unnecessary platform_set_drvdata()Jingoo Han
2013-09-05amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.Jerome Meinke
2013-09-05wmi: parse_wdg() should return kernel error codesDan Carpenter
2013-09-05hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()Kirill Tkhai
2013-09-05platform: replace strict_strto*() with kstrto*()Jingoo Han
2013-09-05x86: irst: use module_acpi_driver to simplify the codeWei Yongjun
2013-09-05x86: smartconnect: use module_acpi_driver to simplify the codeWei Yongjun
2013-09-05platform samsung-q10: use ACPI instead of direct EC callsFrederick van der Wyck
2013-09-05thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirkAdam Lee
2013-09-05thinkpad_acpi: return -NODEV while operating uninitialized LEDsAdam Lee
2013-09-05Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-26Merge branch 'acpi-assorted'Rafael J. Wysocki
2013-08-23Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-08-23drivers/platform/olpc/olpc-ec.c: initialise earlierDaniel Drake
2013-08-20x86: wmi: convert class code to use dev_groupsGreg Kroah-Hartman
2013-08-18Revert "hp-wmi: Enable hotkeys on some systems"Matthew Garrett
2013-08-18sony-laptop: Fix reporting of gfx_switch_statusDaniel Serpell
2013-08-18sony-laptop: return a negative error code in sonypi_compat_init()Wei Yongjun
2013-07-15platform / thinkpad: Remove deprecated hotkey_report_mode parameterThomas Renninger
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell