summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2022-05-03platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports firstDustin L. Howett1-13/+26
2022-05-03platform/chrome: cros_ec_lpcs: detect the Framework LaptopDustin L. Howett1-0/+8
2022-04-27platform/x86/dell: add buffer allocation/free functions for SMI callsJuergen Gross3-63/+87
2022-04-27platform/x86: asus-wmi: Use kobj_to_dev()Minghao Chi1-1/+1
2022-04-27platform/x86/intel: pmc/core: Use kobj_to_dev()Minghao Chi1-1/+1
2022-04-27platform/x86/intel: pmc/core: change pmc_lpm_modes to staticTom Rix1-1/+1
2022-04-27platform/x86/intel/sdsi: Fix bug in multi packet readsDavid E. Box1-5/+3
2022-04-27platform/x86/intel/sdsi: Poll on ready bit for writesDavid E. Box1-2/+2
2022-04-27platform/x86/intel/sdsi: Handle leaky bucketDavid E. Box1-7/+25
2022-04-27platform/x86: intel-uncore-freq: Prevent driver loading in guestsSrinivas Pandruvada1-0/+3
2022-04-27platform/x86: gigabyte-wmi: added support for B660 GAMING X DDR4 motherboardDarryn Anton Jordan1-0/+1
2022-04-27platform/x86: dell-laptop: Add quirk entry for Latitude 7520Gabriele Mazzotta1-0/+13
2022-04-27platform/x86: asus-wmi: Fix driver not binding when fan curve control probe f...Hans de Goede1-3/+4
2022-04-27platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method...Dan Carpenter1-2/+6
2022-04-27platform/x86: amd-pmc: Shuffle location of amd_pmc_get_smu_version()Nathan Chancellor1-20/+20
2022-04-19platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck2-10/+42
2022-04-18platform/chrome: cros_ec: append newline to all logsTzung-Bi Shih1-4/+4
2022-04-18platform/chrome: cros_ec: sort header inclusion alphabeticallyTzung-Bi Shih1-2/+2
2022-04-18platform/chrome: cros_ec: determine `wake_enabled` in cros_ec_suspend()Tzung-Bi Shih1-3/+4
2022-04-18platform/chrome: cros_ec: remove unused variable `was_wake_device`Tzung-Bi Shih1-1/+0
2022-04-18platform/chrome: cros_ec: fix error handling in cros_ec_register()Tzung-Bi Shih1-6/+10
2022-04-13platform/x86: amd-pmc: Avoid reading SMU version at probe timeMario Limonciello1-1/+7
2022-04-13platform/x86: amd-pmc: Move FCH init to first useMario Limonciello1-11/+12
2022-04-13platform/x86: amd-pmc: Move SMU logging setup out of initMario Limonciello1-19/+28
2022-04-13platform/x86: hp-wmi: Correct code style related issuesJorge Lopez1-0/+8
2022-04-13platform/x86: wmi: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-04-13platform/x86: winmate-fm07-keys: Winmate FM07/FM07P buttonsDaniel Beer3-0/+200
2022-04-04platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPENDMario Limonciello1-1/+13
2022-04-04platform/x86: acerhdf: Cleanup str_starts_with()Wei Li1-18/+3
2022-04-04platform/x86: barco-p50-gpio: Fix duplicate included linux/io.hHaowen Bai1-1/+0
2022-04-04platform/x86: samsung-laptop: Fix an unsigned comparison which can never be n...Jiapeng Chong1-2/+0
2022-04-04platform/x86: think-lmi: certificate support clean upsMark Pearson2-30/+15
2022-04-02Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-152/+181
2022-03-31platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih1-6/+6
2022-03-31platform: chrome: Split trace include fileGwendal Grignou4-97/+127
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+3
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds36-1374/+3316
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-1/+166
2022-03-23Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-181/+355
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds6-11/+11
2022-03-18platform: goldfish: pipe: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+3
2022-03-18platform/x86: think-lmi: Certificate authentication supportMark Pearson2-104/+421
2022-03-18platform/x86: amd-pmc: Only report STB errors when STB enabledMario Limonciello1-6/+8
2022-03-17platform/x86: amd-pmc: Drop CPU QoS workaroundMario Limonciello1-29/+3
2022-03-17platform/x86: amd-pmc: Output error codes in messagesMario Limonciello1-5/+7
2022-03-17platform/x86: amd-pmc: Move to later in the suspend processMario Limonciello1-15/+15
2022-03-17platform/x86: thinkpad_acpi: consistently check fan_get_status return.Tom Rix1-6/+6
2022-03-15platform/x86: hp-wmi: support omen thermal profile policy v1Enver Balalic1-14/+67
2022-03-15platform/x86: hp-wmi: Changing bios_args.data to be dynamically allocatedJorge Lopez1-21/+33
2022-03-14platform/x86: hp-wmi: Fix 0x05 error code reported by several WMI callsJorge Lopez1-11/+11