summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-232-78/+272
|\
| * platform/chrome: cros_ec_typec: Tolerate unrecognized mux flagsPrashant Malani2020-12-101-4/+3
| * platform/chrome: cros_ec_typec: Register partner altmodesPrashant Malani2020-11-121-0/+77
| * platform/chrome: cros_ec_typec: Parse partner PD ID VDOsPrashant Malani2020-11-121-1/+59
| * platform/chrome: cros_ec_typec: Introduce TYPEC_STATUSPrashant Malani2020-11-121-0/+52
| * platform/chrome: cros_ec_typec: Clear partner identity on device removalPrashant Malani2020-11-121-0/+1
| * platform/chrome: cros_ec_typec: Fix remove partner logicPrashant Malani2020-11-121-1/+4
| * platform/chrome: cros_ec_typec: Relocate set_port_params_v*() functionsPrashant Malani2020-11-121-68/+68
| * platform/chrome: Don't treat RTC events as wakeup sourcesStephen Boyd2020-11-121-5/+9
* | Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-5/+25
|\ \
| * | platform/x86/drivers/acerhdf: Check the interval value when it is setDaniel Lezcano2020-12-071-4/+18
| * | platform/x86/drivers/acerhdf: Use module_param_cb to set/get polling intervalDaniel Lezcano2020-12-071-2/+8
| |/
* | Merge tag 'platform-drivers-x86-v5.11-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-1547-252/+5932
|\ \
| * | platform/x86: ISST: Mark mmio_range_devid_0 and mmio_range_devid_1 with stati...Zou Wei2020-12-081-2/+2
| * | platform/x86: intel-hid: add Rocket Lake ACPI device IDAlex Hung2020-12-081-0/+1
| * | x86/platform: classmate-laptop: add WiFi media buttonCarlo Caione2020-12-081-0/+2
| * | platform/x86: mlx-platform: Fix item counter assignment for MSN2700/ComEx systemVadim Pasternak2020-12-081-2/+2
| * | platform/x86: mlx-platform: Fix item counter assignment for MSN2700, MSN24xx ...Vadim Pasternak2020-12-081-2/+2
| * | platform/x86: intel-hid: Do not create SW_TABLET_MODE input-dev when a KIOX01...Hans de Goede2020-12-071-1/+16
| * | platform/x86: intel-hid: Add alternative method to enable switchesElia Devito2020-12-071-0/+13
| * | platform/x86: intel-hid: Add support for SW_TABLET_MODEElia Devito2020-12-071-0/+95
| * | platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on some HP x3...Hans de Goede2020-12-071-4/+8
| * | platform/x86: ISST: Change PCI device macrosSrinivas Pandruvada2020-12-073-10/+8
| * | platform/x86: ISST: Allow configurable offset rangeSrinivas Pandruvada2020-12-071-14/+36
| * | platform/x86: ISST: Check for unaligned mmio addressSrinivas Pandruvada2020-12-071-0/+3
| * | acer-wireless: send an EV_SYN/SYN_REPORT between state changesDaniel Drake2020-12-071-0/+1
| * | platform/x86: dell-wmi-sysman: work around for BIOS bugDivya Bharathi2020-12-071-1/+7
| * | platform/x86: mlx-platform: remove an unused variableArnd Bergmann2020-12-071-11/+2
| * | platform/x86: thinkpad_acpi: remove trailing semicolon in macro definitionTom Rix2020-12-021-1/+1
| * | platform/x86: dell-smbios-base: Fix error return code in dell_smbios_initQinglang Miao2020-12-021-0/+1
| * | platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha 12Carlos Garnacho2020-12-021-0/+6
| * | platform/x86: mlx-platform: Remove PSU EEPROM from MSN274x platform configura...Vadim Pasternak2020-11-261-4/+2
| * | platform/x86: mlx-platform: Remove PSU EEPROM from default platform configura...Vadim Pasternak2020-11-261-4/+2
| * | platform/x86: thinkpad_acpi: Whitelist P15 firmware for dual fan controlMatthias Maier2020-11-261-0/+1
| * | platform/x86: thinkpad_acpi: Add palm sensor supportMark Pearson2020-11-251-59/+103
| * | platform/x86: asus-wmi: Add userspace notification for performance mode changeVasiliy Kupriakov2020-11-241-0/+8
| * | platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tabletHans de Goede2020-11-241-0/+23
| * | platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PCMax Verevkin2020-11-241-0/+6
| * | platform/x86: thinkpad_acpi: Send tablet mode switch at wakeup timeBenjamin Berg2020-11-241-0/+1
| * | platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire Switch 10E...Hans de Goede2020-11-241-0/+9
| * | platform/x86: toshiba_acpi: Fix the wrong variable assignmentKaixu Xia2020-11-241-2/+1
| * | platform/surface: gpe: Add support for 15" Intel version of Surface Laptop 3Maximilian Luz2020-11-241-0/+12
| * | platform/x86: pmt: Fix a potential Oops on error in probeDan Carpenter2020-11-241-1/+2
| * | platform/x86: i2c-multi-instantiate: Use device_get_match_data() to get drive...Andy Shevchenko2020-11-241-4/+3
| * | platform/x86: i2c-multi-instantiate: Simplify with dev_err_probe()Andy Shevchenko2020-11-241-3/+2
| * | platform/x86: i2c-multi-instantiate: Drop redundant ACPI_PTR()Andy Shevchenko2020-11-241-1/+1
| * | platform/x86: panasonic-laptop: Add sysfs attributes for firmware brightness ...Kenneth Chan2020-11-101-0/+109
| * | platform/x86: panasonic-laptop: Add support for battery charging threshold (e...Kenneth Chan2020-11-101-3/+83
| * | platform/x86: panasonic-laptop: Resolve hotkey double trigger bugKenneth Chan2020-11-101-3/+6
| * | platform/x86: panasonic-laptop: Add write support to muteKenneth Chan2020-11-101-1/+24