summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorLines
2022-05-16platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx()Tzung-Bi Shih-2/+5
2022-05-16platform/chrome: correct cros_ec_prepare_tx() usageTzung-Bi Shih-2/+14
2022-05-16platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet()Tzung-Bi Shih-1/+0
2022-05-13platform/chrome: Add ChromeOS ACPI device driverEnric Balletbo i Serra-0/+269
2022-05-12MIPS: Loongson: Use hwmon_device_register_with_groups() to register hwmonGuenter Roeck-86/+41
2022-05-12platform/x86: toshiba_acpi: use kobj_to_dev()Minghao Chi-1/+1
2022-05-12platform/x86: samsung-laptop: use kobj_to_dev()Minghao Chi-1/+1
2022-05-12platform/x86: gigabyte-wmi: Add support for Z490 AORUS ELITE AC and X570 AORU...Frank Crawford-0/+2
2022-05-12Documentation: In-Field ScanTony Luck-0/+110
2022-05-12trace: platform/x86/intel/ifs: Add trace point to track Intel IFS operationsTony Luck-0/+5
2022-05-12platform/x86/intel/ifs: Add IFS sysfs interfaceJithu Joseph-1/+158
2022-05-12platform/x86/intel/ifs: Add scan test supportJithu Joseph-1/+292
2022-05-12platform/x86/intel/ifs: Authenticate and copy to secured memoryJithu Joseph-2/+226
2022-05-12platform/x86/intel/ifs: Check IFS Image sanityJithu Joseph-0/+66
2022-05-12platform/x86/intel/ifs: Read IFS firmware imageJithu Joseph-2/+75
2022-05-12platform/x86/intel/ifs: Add stub driver for In-Field ScanTony Luck-0/+66
2022-05-12platform/x86: asus-nb-wmi: Add keymap for MyASUS keyLuca Stefani-0/+1
2022-05-12platform/x86: asus-wmi: Update unknown code messageLuca Stefani-1/+1
2022-05-12platform/mellanox: Add support for new SN2201 systemMichael Shych-0/+1279
2022-05-10platform/chrome: cros_ec_typec: Check for EC driverAkihiko Odaki-0/+3
2022-05-06platform/x86: pmc_atom: dont export pmc_atom_read - no modular usersPaul Gortmaker-1/+0
2022-05-06platform/x86: pmc_atom: remove unused pmc_atom_write()Paul Gortmaker-12/+0
2022-05-06platform/x86: amd-pmc: Fix build error unused-functionRen Zhijie-34/+35
2022-05-06platform/surface: aggregator: Fix initialization order when compiling as buil...Maximilian Luz-1/+1
2022-05-06platform/surface: gpe: Add support for Surface Pro 8Maximilian Luz-0/+8
2022-05-06platform/x86/intel: Fix 'rmmod pmt_telemetry' panicPrarit Bhargava-1/+1
2022-05-06platform/x86: thinkpad_acpi: Correct dual fan probeMark Pearson-10/+13
2022-05-06platform/x86: thinkpad_acpi: Add a s2idle resume quirk for a number of laptopsMario Limonciello-0/+126
2022-05-06platform/x86: thinkpad_acpi: Convert btusb DMI list to quirksMario Limonciello-2/+24
2022-05-03platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports firstDustin L. Howett-13/+26
2022-05-03platform/chrome: cros_ec_lpcs: detect the Framework LaptopDustin L. Howett-0/+8
2022-04-27platform/x86/dell: add buffer allocation/free functions for SMI callsJuergen Gross-63/+87
2022-04-27platform/x86: asus-wmi: Use kobj_to_dev()Minghao Chi-1/+1
2022-04-27platform/x86/intel: pmc/core: Use kobj_to_dev()Minghao Chi-1/+1
2022-04-27platform/x86/intel: pmc/core: change pmc_lpm_modes to staticTom Rix-1/+1
2022-04-27platform/x86/intel/sdsi: Fix bug in multi packet readsDavid E. Box-5/+3
2022-04-27platform/x86/intel/sdsi: Poll on ready bit for writesDavid E. Box-2/+2
2022-04-27platform/x86/intel/sdsi: Handle leaky bucketDavid E. Box-7/+25
2022-04-27platform/x86: intel-uncore-freq: Prevent driver loading in guestsSrinivas Pandruvada-0/+3
2022-04-27platform/x86: gigabyte-wmi: added support for B660 GAMING X DDR4 motherboardDarryn Anton Jordan-0/+1
2022-04-27platform/x86: dell-laptop: Add quirk entry for Latitude 7520Gabriele Mazzotta-0/+13
2022-04-27platform/x86: asus-wmi: Fix driver not binding when fan curve control probe f...Hans de Goede-3/+4
2022-04-27platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method...Dan Carpenter-2/+6
2022-04-27platform/x86: amd-pmc: Shuffle location of amd_pmc_get_smu_version()Nathan Chancellor-20/+20
2022-04-19platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck-10/+42
2022-04-18platform/chrome: cros_ec: append newline to all logsTzung-Bi Shih-4/+4
2022-04-18platform/chrome: cros_ec: sort header inclusion alphabeticallyTzung-Bi Shih-2/+2
2022-04-18platform/chrome: cros_ec: determine `wake_enabled` in cros_ec_suspend()Tzung-Bi Shih-3/+4
2022-04-18platform/chrome: cros_ec: remove unused variable `was_wake_device`Tzung-Bi Shih-1/+0
2022-04-18platform/chrome: cros_ec: fix error handling in cros_ec_register()Tzung-Bi Shih-6/+10