summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* platform/x86/intel: pmc/core: change pmc_lpm_modes to staticTom Rix2022-04-271-1/+1
* platform/x86/intel/sdsi: Fix bug in multi packet readsDavid E. Box2022-04-271-5/+3
* platform/x86/intel/sdsi: Poll on ready bit for writesDavid E. Box2022-04-271-2/+2
* platform/x86/intel/sdsi: Handle leaky bucketDavid E. Box2022-04-271-7/+25
* platform/x86: intel-uncore-freq: Prevent driver loading in guestsSrinivas Pandruvada2022-04-271-0/+3
* platform/x86: gigabyte-wmi: added support for B660 GAMING X DDR4 motherboardDarryn Anton Jordan2022-04-271-0/+1
* platform/x86: dell-laptop: Add quirk entry for Latitude 7520Gabriele Mazzotta2022-04-271-0/+13
* platform/x86: asus-wmi: Fix driver not binding when fan curve control probe f...Hans de Goede2022-04-271-3/+4
* platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method...Dan Carpenter2022-04-271-2/+6
* platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPENDMario Limonciello2022-04-041-1/+13
* platform/x86: acerhdf: Cleanup str_starts_with()Wei Li2022-04-041-18/+3
* platform/x86: barco-p50-gpio: Fix duplicate included linux/io.hHaowen Bai2022-04-041-1/+0
* platform/x86: samsung-laptop: Fix an unsigned comparison which can never be n...Jiapeng Chong2022-04-041-2/+0
* platform/x86: think-lmi: certificate support clean upsMark Pearson2022-04-042-30/+15
* Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-04-026-152/+181
|\
| * platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih2022-03-311-6/+6
| * platform: chrome: Split trace include fileGwendal Grignou2022-03-314-97/+127
| * platform/chrome: cros_ec_typec: Update mux flags during partner removalPrashant Malani2022-02-151-0/+1
| * platform/chrome: cros_ec_typec: Configure muxes at start of port updatePrashant Malani2022-02-151-6/+6
| * platform/chrome: cros_ec_typec: Get mux state inside configure_muxPrashant Malani2022-02-151-32/+23
| * platform/chrome: cros_ec_typec: Move mux flag checksPrashant Malani2022-02-151-7/+7
| * platform/chrome: cros_ec_typec: Check for EC devicePrashant Malani2022-02-011-0/+6
| * platform/chrome: cros_ec_typec: Make try power role optionalPrashant Malani2022-01-311-7/+8
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-5/+3
|\ \
| * | platform: goldfish: pipe: Use platform_get_irq() to get the interruptLad Prabhakar2022-03-181-5/+3
* | | Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-03-2536-1374/+3316
|\ \ \
| * | | platform/x86: think-lmi: Certificate authentication supportMark Pearson2022-03-182-104/+421
| * | | platform/x86: amd-pmc: Only report STB errors when STB enabledMario Limonciello2022-03-181-6/+8
| * | | platform/x86: amd-pmc: Drop CPU QoS workaroundMario Limonciello2022-03-171-29/+3
| * | | platform/x86: amd-pmc: Output error codes in messagesMario Limonciello2022-03-171-5/+7
| * | | platform/x86: amd-pmc: Move to later in the suspend processMario Limonciello2022-03-171-15/+15
| * | | platform/x86: thinkpad_acpi: consistently check fan_get_status return.Tom Rix2022-03-171-6/+6
| * | | platform/x86: hp-wmi: support omen thermal profile policy v1Enver Balalic2022-03-151-14/+67
| * | | platform/x86: hp-wmi: Changing bios_args.data to be dynamically allocatedJorge Lopez2022-03-151-21/+33
| * | | platform/x86: hp-wmi: Fix 0x05 error code reported by several WMI callsJorge Lopez2022-03-141-11/+11
| * | | platform/x86: hp-wmi: Fix SW_TABLET_MODE detection methodJorge Lopez2022-03-141-19/+52
| * | | platform/x86: hp-wmi: Fix hp_wmi_read_int() reporting error (0x05)Jorge Lopez2022-03-141-1/+1
| * | | platform/x86: amd-pmc: Validate entry into the deepest state on resumeMario Limonciello2022-03-101-3/+26
| * | | platform/x86: thinkpad_acpi: Don't use test_bit on an integerHans de Goede2022-03-091-2/+2
| * | | platform/x86: thinkpad_acpi: Fix compiler warning about uninitialized err var...Hans de Goede2022-03-091-1/+1
| * | | platform/x86: thinkpad_acpi: clean up dytc profile convertMark Pearson2022-03-091-12/+5
| * | | platform/x86: x86-android-tablets: Depend on EFI and SPIHans de Goede2022-03-091-1/+1
| * | | platform/x86: amd-pmc: uninitialized variable in amd_pmc_s2d_init()Dan Carpenter2022-03-081-1/+2
| * | | platform/x86: intel-uncore-freq: fix uncore_freq_common_init() error codesDan Carpenter2022-03-082-2/+2
| * | | platform/x86: huawei-wmi: check the return value of device_create_file()Jia-Ju Bai2022-03-081-3/+10
| * | | platform/x86: thinkpad_acpi: Add PSC mode supportMark Pearson2022-03-021-53/+119
| * | | platform/surface: Remove Surface 3 Button driverHans de Goede2022-03-023-255/+0
| * | | platform/x86: x86-android-tablets: Lenovo Yoga Tablet 2 830/1050 sound supportHans de Goede2022-03-021-0/+69
| * | | platform/x86: x86-android-tablets: Workaround Lenovo Yoga Tablet 2 830/1050 p...Hans de Goede2022-03-021-0/+21
| * | | platform/x86: x86-android-tablets: Add Lenovo Yoga Tablet 2 830 / 1050 dataHans de Goede2022-03-021-0/+184