| Commit message (Expand) | Author | Age | Files | Lines |
* | platform/x86: intel-vbtn: match power button on press rather than releaseplatform-drivers-x86-v4.13-4 | Mario Limonciello | 2017-08-05 | 1 | -2/+2 |
* | platform/x86: dell-wmi: Fix driver interface version queryplatform-drivers-x86-v4.13-3 | Andy Lutomirski | 2017-08-01 | 1 | -5/+7 |
* | platform/x86: wmi: Fix error handling in acpi_wmi_init() | Alexey Khoroshilov | 2017-07-21 | 1 | -3/+3 |
* | platform/x86: peaq-wmi: select INPUT_POLLDEV | Arnd Bergmann | 2017-07-20 | 1 | -0/+1 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2017-07-15 | 1 | -65/+71 |
|\ |
|
| * | MIPS: Loongson-3: Support 4 packages in CPU Hwmon driver | Huacai Chen | 2017-06-29 | 1 | -61/+58 |
| * | MIPS: Loongson: Add Loongson-3A R3 basic support | Huacai Chen | 2017-06-28 | 1 | -4/+13 |
* | | Merge tag 'platform-drivers-x86-v4.13-2' of git://git.infradead.org/linux-pla... | Linus Torvalds | 2017-07-13 | 11 | -19/+165 |
|\ \ |
|
| * | | platform/x86: silead_dmi: Add entry for Ployer Momo7w tablet touchscreenplatform-drivers-x86-v4.13-2 | Hans de Goede | 2017-07-12 | 1 | -0/+10 |
| * | | platform/x86: toshiba_acpi: constify attribute_group structures. | Arvind Yadav | 2017-07-11 | 1 | -1/+1 |
| * | | platform/x86: asus-wmi: constify attribute_group structures. | Arvind Yadav | 2017-07-11 | 1 | -2/+2 |
| * | | platform/x86: panasonic-laptop: constify attribute_group structures. | Arvind Yadav | 2017-07-11 | 1 | -1/+1 |
| * | | platform/x86: alienware-wmi: constify attribute_group structures. | Arvind Yadav | 2017-07-11 | 1 | -3/+3 |
| * | | platform/x86: samsung-laptop: constify attribute_group structures. | Arvind Yadav | 2017-07-11 | 1 | -1/+1 |
| * | | platform/x86: compal-laptop: constify attribute_group structures. | Arvind Yadav | 2017-07-11 | 1 | -1/+1 |
| * | | platform/x86: fujitsu-laptop: constify attribute_group structures. | Arvind Yadav | 2017-07-11 | 1 | -1/+1 |
| * | | platform/x86: peaq-wmi: Fix peaq_ignore_events_counter handling off by 1 | Hans de Goede | 2017-07-11 | 1 | -1/+1 |
| * | | platform/x86: fujitsu-laptop: add NULL check on devm_kzalloc() return value | Gustavo A. R. Silva | 2017-07-07 | 1 | -0/+12 |
| * | | platform/x86: silead_dmi: Add touchscreen info for I.T.Works TW891 2-in-1 | Hans de Goede | 2017-07-06 | 1 | -0/+22 |
| * | | platform/x86: ideapad-laptop: Fix indentation in DMI table | Andy Shevchenko | 2017-07-05 | 1 | -4/+4 |
| * | | platform/x86: ideapad-laptop: Add several models to no_hw_rfkill | Yang Jiaxun | 2017-07-05 | 1 | -0/+70 |
| * | | platform/x86: ideapad-laptop: Add IdeaPad V510-15IKB to no_hw_rfkill | Sven Eckelmann | 2017-07-05 | 1 | -0/+7 |
| * | | platform/x86: intel_telemetry: Add debugfs entry for S0ix residency | Rajneesh Bhardwaj | 2017-07-05 | 1 | -0/+26 |
| * | | platform/x86: intel_telemetry_debugfs: fix some error codes in init | Dan Carpenter | 2017-07-05 | 1 | -4/+3 |
| * | | platform/x86: intel_telemetry_debugfs: fix oops when load/unload module | Priyalee Kushwaha | 2017-07-05 | 1 | -9/+7 |
* | | | Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2017-07-11 | 11 | -76/+1173 |
|\ \ \ |
|
| * | | | platform/chrome: cros_ec_lightbar - hide unused PM functions | Arnd Bergmann | 2017-06-27 | 1 | -2/+2 |
| * | | | cros_ec: Don't signal wake event for non-wake host events | Shawn Nematbakhsh | 2017-06-27 | 2 | -6/+73 |
| * | | | cros_ec: Fix deadlock when EC is not responsive at probe | Gwendal Grignou | 2017-06-27 | 1 | -1/+17 |
| * | | | cros_ec: Don't return error when checking command version | Thierry Escande | 2017-06-27 | 1 | -0/+2 |
| * | | | platform/chrome: cros_ec_lightbar - Avoid I2C xfer to EC during suspend | Jeffery Yu | 2017-06-23 | 2 | -12/+13 |
| * | | | platform/chrome: cros_ec_lightbar - Add userspace lightbar control bit to EC | Eric Caruso | 2017-06-23 | 1 | -0/+38 |
| * | | | platform/chrome: cros_ec_lightbar - Control of suspend/resume lightbar sequence | Eric Caruso | 2017-06-23 | 3 | -3/+125 |
| * | | | platform/chrome: cros_ec_lightbar - Add lightbar program feature to sysfs | Eric Caruso | 2017-06-23 | 1 | -1/+68 |
| * | | | platform/chrome: cros_ec_lpc: Add MKBP events support over ACPI | Gwendal Grignou | 2017-06-23 | 1 | -0/+32 |
| * | | | platform/chrome: cros_ec_lpc: Add power management ops | Archana Patni | 2017-06-23 | 1 | -0/+21 |
| * | | | platform/chrome: cros_ec_lpc: Add support for GOOG004 ACPI device | Gwendal Grignou | 2017-06-23 | 2 | -15/+10 |
| * | | | platform/chrome: cros_ec_lpc: Add support for mec1322 EC | Shawn Nematbakhsh | 2017-06-23 | 5 | -0/+227 |
| * | | | platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variants | Shawn Nematbakhsh | 2017-06-23 | 3 | -51/+104 |
| * | | | mfd: cros_ec: Add support for dumping panic information | Nicolas Boichat | 2017-06-16 | 1 | -0/+54 |
| * | | | cros_ec_debugfs: Pass proper struct sizes to cros_ec_cmd_xfer() | Shawn Nematbakhsh | 2017-06-16 | 1 | -3/+3 |
| * | | | mfd: cros_ec: add debugfs, console log file | Eric Caruso | 2017-06-16 | 4 | -1/+383 |
| * | | | mfd: cros_ec: Add helper for event notifier. | Gwendal Grignou | 2017-06-16 | 1 | -0/+20 |
* | | | | Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-07-07 | 1 | -4/+0 |
|\ \ \ \ |
|
| * | | | | platform/x86: intel_bxtwc_tmu: Remove first level IRQ unmask | Kuppuswamy Sathyanarayanan | 2017-06-19 | 1 | -4/+0 |
* | | | | | Merge tag 'platform-drivers-x86-v4.13-1' of git://git.infradead.org/linux-pla... | Linus Torvalds | 2017-07-06 | 27 | -671/+1376 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | platform/x86: sony-laptop: constify attribute_group and input index arrayplatform-drivers-x86-v4.13-1 | Arvind Yadav | 2017-06-30 | 1 | -2/+2 |
| * | | | | platform/x86: fujitsu-laptop: rework debugging | Michał Kępień | 2017-06-30 | 2 | -60/+28 |
| * | | | | platform/x86: fujitsu-laptop: do not evaluate ACPI _INI methods | Michał Kępień | 2017-06-30 | 1 | -16/+0 |
| * | | | | platform/x86: fujitsu-laptop: do not update ACPI device power status | Michał Kępień | 2017-06-30 | 1 | -20/+4 |