summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorLines
2023-08-13platform/x86: lenovo-ymc: Only bind on machines with a convertible DMI chassi...Hans de Goede-0/+25
2023-08-13platform: mellanox: Change register offset addressesVadim Pasternak-4/+4
2023-08-13platform: mellanox: mlx-platform: Modify graceful shutdown callback and power...Vadim Pasternak-2/+2
2023-08-13platform: mellanox: mlx-platform: Fix signals polarity and latch maskVadim Pasternak-4/+4
2023-08-13platform: mellanox: Fix order in exit flowVadim Pasternak-2/+1
2023-08-09platform/x86: ISST: Reduce noise for missing numa information in logsSrinivas Pandruvada-2/+2
2023-08-09platform/x86: msi-ec: Fix the buildJean Delvare-9/+9
2023-07-31ACPI: scan: Create platform device for CS35L56Simon Trimmer-0/+14
2023-07-31platform/x86/amd/pmf: Fix unsigned comparison with less than zeroYang Li-1/+2
2023-07-25platform/x86: huawei-wmi: Silence ambient light sensorKonstantin Shelekhin-0/+2
2023-07-25platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100Maxim Mikityanskiy-4/+4
2023-07-25platform/x86: asus-wmi: Fix setting RGB mode on some TUF laptopsKristian Angelov-2/+12
2023-07-25platform/x86: think-lmi: Use kfree_sensitive instead of kfreeWang Ming-2/+2
2023-07-25platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirksMaxim Mikityanskiy-0/+6
2023-07-25platform/x86: intel: hid: Always call BTNL ACPI methodHans de Goede-12/+9
2023-07-25platform/x86/amd/pmf: Notify OS power slider updateShyam Sundar S K-6/+114
2023-07-25platform/x86/amd/pmf: reduce verbosity of apmf_get_system_paramsShyam Sundar S K-1/+1
2023-07-14platform/x86: serial-multi-instantiate: Auto detect IRQ resource for CSC3551David Xu-4/+17
2023-07-14platform/x86/amd: pmc: Use release_mem_region() to undo request_mem_region_mu...Hans de Goede-6/+2
2023-07-14platform/x86: touchscreen_dmi.c: small changes for Archos 101 Cesium Educ tabletThomas GENTY-3/+4
2023-07-11platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tabletThomas GENTY-0/+22
2023-07-11platform/x86: dell-ddv: Improve error handlingArmin Wolf-3/+4
2023-07-11platform/x86/amd: pmf: Add new ACPI ID AMDI0103Shyam Sundar S K-0/+3
2023-07-11platform/x86/amd: pmc: Add new ACPI ID AMDI000AShyam Sundar S K-0/+3
2023-07-11platform/x86/amd: pmc: Apply nvme quirk to HP 15s-eq2xxxMario Limonciello-0/+9
2023-07-11platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmcMario Limonciello-167/+218
2023-07-10platform/x86: int3472/discrete: set variable skl_int3472_regulator_second_sen...Tom Rix-1/+1
2023-07-10platform/x86/intel/tpmi: Prevent overflow for cap_offsetSrinivas Pandruvada-3/+1
2023-07-10platform/x86: wmi: Replace open coded guid_parse_and_compare()Andy Shevchenko-5/+1
2023-07-10platform/x86: wmi: Break possible infinite loop when parsing GUIDAndy Shevchenko-10/+12
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2023-07-03Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-3/+4
2023-06-30Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-928/+3844
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2023-06-26Merge tag 'tag-chrome-platform-for-v6.5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-17/+21
2023-06-26Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-2/+2
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki-2/+2
2023-06-22platform/x86/amd/pmf: Register notify handler only if SPS is enabledShyam Sundar S K-5/+5
2023-06-20platform/x86:intel/pmc: Add Meteor Lake IOE-M PMC related mapsXi Pardee-0/+151
2023-06-20platform/x86:intel/pmc: Add Meteor Lake IOE-P PMC related mapsXi Pardee-0/+343
2023-06-20platform/x86:intel/pmc: Use SSRAM to discover pwrm base address of primary PMCXi Pardee-6/+13
2023-06-20platform/x86:intel/pmc: Discover PMC devicesDavid E. Box-14/+180
2023-06-20platform/x86:intel/pmc: Enable debugfs multiple PMC supportXi Pardee-66/+129
2023-06-20platform/x86:intel/pmc: Add support to handle multiple PMCsXi Pardee-141/+205
2023-06-20platform/x86:intel/pmc: Combine core_init() and core_configure()Xi Pardee-58/+85
2023-06-20platform/x86:intel/pmc: Update maps for Meteor Lake P/M platformsXi Pardee-10/+466
2023-06-20platform/x86/intel: tpmi: Remove hardcoded unit and offsetSrinivas Pandruvada-3/+5
2023-06-20platform/x86: int3472: discrete: Log a warning if the pin-numbers don't matchHans de Goede-1/+7
2023-06-20platform/x86: int3472: discrete: Use FIELD_GET() on the GPIO _DSM return valueHans de Goede-3/+7
2023-06-20platform/x86: int3472: discrete: Add alternative "AVDD" regulator supply nameHans de Goede-1/+2