aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-65/+71
2017-07-13Merge tag 'platform-drivers-x86-v4.13-2' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds11-19/+165
2017-07-12platform/x86: silead_dmi: Add entry for Ployer Momo7w tablet touchscreenHans de Goede1-0/+10
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platformLinus Torvalds11-76/+1173
2017-07-11platform/x86: toshiba_acpi: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: asus-wmi: constify attribute_group structures.Arvind Yadav1-2/+2
2017-07-11platform/x86: panasonic-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: alienware-wmi: constify attribute_group structures.Arvind Yadav1-3/+3
2017-07-11platform/x86: samsung-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: compal-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: fujitsu-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-11platform/x86: peaq-wmi: Fix peaq_ignore_events_counter handling off by 1Hans de Goede1-1/+1
2017-07-07Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-4/+0
2017-07-07platform/x86: fujitsu-laptop: add NULL check on devm_kzalloc() return valueGustavo A. R. Silva1-0/+12
2017-07-06platform/x86: silead_dmi: Add touchscreen info for I.T.Works TW891 2-in-1Hans de Goede1-0/+22
2017-07-06Merge tag 'platform-drivers-x86-v4.13-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds27-671/+1376
2017-07-05platform/x86: ideapad-laptop: Fix indentation in DMI tableAndy Shevchenko1-4/+4
2017-07-05platform/x86: ideapad-laptop: Add several models to no_hw_rfkillYang Jiaxun1-0/+70
2017-07-05platform/x86: ideapad-laptop: Add IdeaPad V510-15IKB to no_hw_rfkillSven Eckelmann1-0/+7
2017-07-05platform/x86: intel_telemetry: Add debugfs entry for S0ix residencyRajneesh Bhardwaj1-0/+26
2017-07-05platform/x86: intel_telemetry_debugfs: fix some error codes in initDan Carpenter1-4/+3
2017-07-05platform/x86: intel_telemetry_debugfs: fix oops when load/unload modulePriyalee Kushwaha1-9/+7
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-8/+310
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-63/+28
2017-07-03Merge branch 'acpi-pm'Rafael J. Wysocki5-8/+310
2017-06-30platform/x86: sony-laptop: constify attribute_group and input index arrayArvind Yadav1-2/+2
2017-06-30platform/x86: fujitsu-laptop: rework debuggingMichał Kępień2-60/+28
2017-06-30platform/x86: fujitsu-laptop: do not evaluate ACPI _INI methodsMichał Kępień1-16/+0
2017-06-30platform/x86: fujitsu-laptop: do not update ACPI device power statusMichał Kępień1-20/+4
2017-06-30platform/x86: fujitsu-laptop: sanitize hotkey input device identificationMichał Kępień1-2/+1
2017-06-30platform/x86: fujitsu-laptop: use strcpy to set ACPI device names and classesMichał Kępień1-5/+4
2017-06-30platform/x86: fujitsu-laptop: remove redundant safety checksMichał Kępień1-9/+0
2017-06-30platform/x86: msi-laptop: constify msipf*_attribute_groupArvind Yadav1-2/+2
2017-06-30platform/x86: eeepc-laptop: constify platform_attribute_groupArvind Yadav1-1/+1
2017-06-29MIPS: Loongson-3: Support 4 packages in CPU Hwmon driverHuacai Chen1-61/+58
2017-06-28platform/x86: toshiba_haps: constify haps_attr_groupArvind Yadav1-1/+1
2017-06-28platform/x86: dell-wmi-led: Adjust instance of wmi_evaluate_method calls to 0Mario Limonciello1-1/+1
2017-06-28platform/x86: alienware-wmi: Adjust instance of wmi_evaluate_method calls to 0Mario Limonciello1-4/+4
2017-06-28MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen1-4/+13
2017-06-27platform/chrome: cros_ec_lightbar - hide unused PM functionsArnd Bergmann1-2/+2
2017-06-27cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh2-6/+73
2017-06-27cros_ec: Fix deadlock when EC is not responsive at probeGwendal Grignou1-1/+17
2017-06-27cros_ec: Don't return error when checking command versionThierry Escande1-0/+2
2017-06-23platform/chrome: cros_ec_lightbar - Avoid I2C xfer to EC during suspendJeffery Yu2-12/+13
2017-06-23platform/chrome: cros_ec_lightbar - Add userspace lightbar control bit to ECEric Caruso1-0/+38
2017-06-23platform/chrome: cros_ec_lightbar - Control of suspend/resume lightbar sequenceEric Caruso3-3/+125
2017-06-23platform/chrome: cros_ec_lightbar - Add lightbar program feature to sysfsEric Caruso1-1/+68
2017-06-23platform/chrome: cros_ec_lpc: Add MKBP events support over ACPIGwendal Grignou1-0/+32
2017-06-23platform/chrome: cros_ec_lpc: Add power management opsArchana Patni1-0/+21