summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-10-144-68/+97
|\
| * platform/x86: mlx-platform: Add capability field to platform FAN descriptionVadim Pasternak2020-10-071-0/+1
| * platform/x86: mlx-platform: Remove PSU EEPROM configurationVadim Pasternak2020-10-071-13/+2
| * platform/x86: intel_pmc_core: fix: Replace dev_dbg macro with dev_info()Gayatri Kammela2020-10-071-3/+3
| * platform/x86: intel_pmc_core: Add Intel RocketLake (RKL) supportGayatri Kammela2020-10-071-0/+1
| * platform/x86: intel_pmc_core: Clean up: Remove the duplicate comments and reo...Gayatri Kammela2020-10-071-12/+20
| * platform/x86: intel_pmc_core: Fix the slp_s0 counter displayed valueGayatri Kammela2020-10-072-4/+11
| * platform/x86: intel_pmc_core: Fix TigerLake power gating status mapGayatri Kammela2020-10-071-24/+24
| * platform/x86: pmc_core: Use descriptive names for LPM registersDavid E. Box2020-10-071-12/+12
| * platform/x86: hp-wmi: add support for thermal policyElia Devito2020-10-071-0/+23
* | Merge tag 'platform-drivers-x86-v5.9-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-063-7/+42
|\|
| * platform/x86: asus-wmi: Fix SW_TABLET_MODE always reporting 1 on many differe...Hans de Goede2020-10-063-7/+42
* | Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infradead.org/linux-plat...Linus Torvalds2020-10-0510-51/+109
|\|
| * platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuseAaron Ma2020-10-051-1/+3
| * platform/x86: intel-vbtn: Switch to an allow-list for SW_TABLET_MODE reportingHans de Goede2020-10-021-9/+43
| * platform/x86: intel-vbtn: Revert "Fix SW_TABLET_MODE always reporting 1 on th...Andy Shevchenko2020-10-021-8/+4
| * platform/x86: intel_pmc_core: do not create a static struct deviceGreg Kroah-Hartman2020-09-241-9/+17
| * platform/x86: mlx-platform: Fix extended topology configuration for power sup...Vadim Pasternak2020-09-241-5/+13
| * platform/x86: pcengines-apuv2: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_...Ed Wildgoose2020-09-241-1/+1
| * platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOPNecip Fazil Yildiran2020-09-241-0/+1
| * platform/x86: fix kconfig dependency warning for LG_LAPTOPNecip Fazil Yildiran2020-09-241-0/+1
| * platform/x86: thinkpad_acpi: initialize tp_nvram_state variableTom Rix2020-09-241-1/+1
| * platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on the HP Pav...Hans de Goede2020-09-241-4/+8
| * platform/x86: asus-wmi: Add BATC battery name to the list of supportedMarius Iacob2020-09-241-0/+1
| * platform/x86: asus-nb-wmi: Revert "Do not load on Asus T100TA and T200TA"Hans de Goede2020-09-241-24/+0
| * platform/x86: touchscreen_dmi: Add info for the MPMAN Converter9 2-in-1Hans de Goede2020-09-241-0/+25
| * Platform: OLPC: Fix memleak in olpc_ec_probeDinghao Liu2020-09-241-1/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-236-15/+15
|/
* Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-08-121-0/+106
|\
| * platform/x86: mlx-platform: support new watchdog type with longer timeoutMichael Shych2020-08-051-0/+106
* | Merge tag 'tag-chrome-platform-for-v5.9' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-08-118-116/+459
|\ \
| * | platform/chrome: cros_ec_proto: check for missing EC_CMD_HOST_EVENT_GET_WAKE_...Brian Norris2020-07-311-0/+13
| * | platform/chrome: cros_ec_proto: ignore unnecessary wakeups on old ECsBrian Norris2020-07-311-6/+18
| * | platform/chrome: cros_ec_sensorhub: Simplify legacy timestamp spreadingGwendal Grignou2020-07-311-61/+33
| * | platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer()Enric Balletbo i Serra2020-07-231-3/+2
| * | platform/chrome: cros_ec_typec: Unregister partner on errorPrashant Malani2020-07-201-41/+42
| * | platform/chrome: cros_ec_sensorhub: Fix EC timestamp overflowGwendal Grignou2020-06-301-3/+1
| * | platform/chrome: cros_ec_typec: Add PM supportPrashant Malani2020-06-301-0/+24
| * | platform/chrome: cros_ec_typec: Use workqueue for port updatePrashant Malani2020-06-301-4/+17
| * | platform/chrome: cros_ec_typec: Add a dependency on USB_ROLE_SWITCHEnric Balletbo i Serra2020-06-301-0/+1
| * | platform/chrome: cros_ec_ishtp: Fix a double-unlock issueQiushi Wu2020-06-301-1/+3
| * | platform/chrome: cros_ec_rpmsg: Document missing struct parametersEnric Balletbo i Serra2020-06-301-0/+3
| * | platform/chrome: cros_ec_spi: Document missing function parametersEnric Balletbo i Serra2020-06-301-0/+4
| * | platform/chrome: cros_ec_typec: Add TBT compat supportPrashant Malani2020-06-251-1/+69
| * | platform/chrome: cros_ec_typec: Make configure_mux staticPrashant Malani2020-06-221-3/+3
| * | platform/chrome: cros_ec_typec: Support DP alt modePrashant Malani2020-06-191-10/+80
| * | platform/chrome: cros_ec_typec: Add USB mux controlPrashant Malani2020-06-191-3/+97
| * | platform/chrome: cros_ec_typec: Register PD CTRL cmd v2Prashant Malani2020-06-191-7/+9
| * | platform/chrome: cros_ec_typec: Register Type C switchesPrashant Malani2020-06-191-0/+47
| * | platform/chrome: cros_ec_debugfs: Control uptime information requestGwendal Grignou2020-06-191-2/+22