summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorLines
2022-04-13platform/x86: amd-pmc: Avoid reading SMU version at probe timeMario Limonciello-1/+7
2022-04-13platform/x86: amd-pmc: Move FCH init to first useMario Limonciello-11/+12
2022-04-13platform/x86: amd-pmc: Move SMU logging setup out of initMario Limonciello-19/+28
2022-04-13platform/x86: hp-wmi: Correct code style related issuesJorge Lopez-0/+8
2022-04-13platform/x86: wmi: replace usage of found with dedicated list iterator variableJakob Koschel-7/+6
2022-04-13platform/x86: winmate-fm07-keys: Winmate FM07/FM07P buttonsDaniel Beer-0/+200
2022-04-04platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPENDMario Limonciello-1/+13
2022-04-04platform/x86: acerhdf: Cleanup str_starts_with()Wei Li-18/+3
2022-04-04platform/x86: barco-p50-gpio: Fix duplicate included linux/io.hHaowen Bai-1/+0
2022-04-04platform/x86: samsung-laptop: Fix an unsigned comparison which can never be n...Jiapeng Chong-2/+0
2022-04-04platform/x86: think-lmi: certificate support clean upsMark Pearson-30/+15
2022-04-02Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-152/+181
2022-03-31platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih-6/+6
2022-03-31platform: chrome: Split trace include fileGwendal Grignou-97/+127
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+3
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1374/+3316
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+166
2022-03-23Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-181/+355
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-11/+11
2022-03-18platform: goldfish: pipe: Use platform_get_irq() to get the interruptLad Prabhakar-5/+3
2022-03-18platform/x86: think-lmi: Certificate authentication supportMark Pearson-104/+421
2022-03-18platform/x86: amd-pmc: Only report STB errors when STB enabledMario Limonciello-6/+8
2022-03-17platform/x86: amd-pmc: Drop CPU QoS workaroundMario Limonciello-29/+3
2022-03-17platform/x86: amd-pmc: Output error codes in messagesMario Limonciello-5/+7
2022-03-17platform/x86: amd-pmc: Move to later in the suspend processMario Limonciello-15/+15
2022-03-17platform/x86: thinkpad_acpi: consistently check fan_get_status return.Tom Rix-6/+6
2022-03-15platform/x86: hp-wmi: support omen thermal profile policy v1Enver Balalic-14/+67
2022-03-15platform/x86: hp-wmi: Changing bios_args.data to be dynamically allocatedJorge Lopez-21/+33
2022-03-14platform/x86: hp-wmi: Fix 0x05 error code reported by several WMI callsJorge Lopez-11/+11
2022-03-14platform/x86: hp-wmi: Fix SW_TABLET_MODE detection methodJorge Lopez-19/+52
2022-03-14platform/x86: hp-wmi: Fix hp_wmi_read_int() reporting error (0x05)Jorge Lopez-1/+1
2022-03-10platform/x86: amd-pmc: Validate entry into the deepest state on resumeMario Limonciello-3/+26
2022-03-09platform/x86: thinkpad_acpi: Don't use test_bit on an integerHans de Goede-2/+2
2022-03-09platform/x86: thinkpad_acpi: Fix compiler warning about uninitialized err var...Hans de Goede-1/+1
2022-03-09platform/x86: thinkpad_acpi: clean up dytc profile convertMark Pearson-12/+5
2022-03-09platform/x86: x86-android-tablets: Depend on EFI and SPIHans de Goede-1/+1
2022-03-08platform/x86: amd-pmc: uninitialized variable in amd_pmc_s2d_init()Dan Carpenter-1/+2
2022-03-08platform/x86: intel-uncore-freq: fix uncore_freq_common_init() error codesDan Carpenter-2/+2
2022-03-08platform/x86: huawei-wmi: check the return value of device_create_file()Jia-Ju Bai-3/+10
2022-03-02platform/x86: thinkpad_acpi: Add PSC mode supportMark Pearson-53/+119
2022-03-02platform/surface: Remove Surface 3 Button driverHans de Goede-255/+0
2022-03-02platform/x86: x86-android-tablets: Lenovo Yoga Tablet 2 830/1050 sound supportHans de Goede-0/+69
2022-03-02platform/x86: x86-android-tablets: Workaround Lenovo Yoga Tablet 2 830/1050 p...Hans de Goede-0/+21
2022-03-02platform/x86: x86-android-tablets: Add Lenovo Yoga Tablet 2 830 / 1050 dataHans de Goede-0/+184
2022-03-02platform/x86: x86-android-tablets: Fix EBUSY error when requesting IOAPIC IRQsHans de Goede-0/+6
2022-03-02platform/x86: thinkpad_acpi: Add dual fan probeMark Pearson-3/+12
2022-03-02platform/x86: Add AMD system management interfaceSuma Hegde-0/+439
2022-03-02surface: surface3_power: Fix battery readings on batteries without a serial n...Hans de Goede-3/+10
2022-03-02platform/x86: amd-pmc: Set QOS during suspend on CZN w/ timer wakeupMario Limonciello-9/+33
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie-14/+47