aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-12platform/x86: asus-wmi: Consider device is absent when the read is ~0Kai-Heng Feng1-1/+11
2024-03-12Merge tag 'platform-drivers-x86-v6.8-4' into pdx86/for-nextIlpo Järvinen14-114/+194
2024-03-12i2c: nomadik: sort includesThéo Lebrun1-8/+8
2024-03-12i2c: nomadik: support Mobileye EyeQ5 I2C controllerThéo Lebrun1-4/+86
2024-03-12i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetreeThéo Lebrun1-1/+8
2024-03-12i2c: nomadik: replace jiffies by ktime for FIFO flushing timeoutThéo Lebrun1-3/+3
2024-03-12i2c: nomadik: support short xfer timeouts using waitqueue & hrtimerThéo Lebrun1-22/+48
2024-03-12i2c: nomadik: use bitops helpersThéo Lebrun1-73/+88
2024-03-12i2c: nomadik: simplify IRQ masking logicThéo Lebrun1-12/+6
2024-03-12platform/mellanox: mlxreg-hotplug: Remove redundant NULL-checkDaniil Dulov1-14/+0
2024-03-12platform/x86/amd/pmf: Update sps power thermals according to the platform-pro...Shyam Sundar S K2-0/+44
2024-03-12platform/x86/amd/pmf: Add support to get sps default APTS index valuesShyam Sundar S K3-2/+148
2024-03-12platform/x86/amd/pmf: Add support to get APTS index numbers for static sliderShyam Sundar S K3-1/+90
2024-03-12platform/x86/amd/pmf: Add support to notify sbios heart beat eventShyam Sundar S K3-2/+66
2024-03-12platform/x86/amd/pmf: Add support to get sbios requests in PMF driverShyam Sundar S K2-0/+18
2024-03-12platform/x86/amd/pmf: Disable debugfs support for querying power thermalsShyam Sundar S K2-2/+5
2024-03-12platform/x86/amd/pmf: Differentiate PMF ACPI versionsShyam Sundar S K2-2/+5
2024-03-12platform/x86: pmc_atom: Check state of PMC clocks on s2idleHans de Goede1-0/+11
2024-03-12platform/x86: pmc_atom: Check state of PMC managed devices on s2idleJohannes Stezenbach1-0/+68
2024-03-12clk: x86: Move clk-pmc-atom register defines to include/linux/platform_data/x...Hans de Goede1-12/+1
2024-03-12platform/x86: make fw_attr_class constantRicardo B. Marliere5-6/+6
2024-03-12platform/x86/intel/tpmi: Change vsec offset to u64Srinivas Pandruvada1-4/+5
2024-03-12platform/x86: intel_scu_pcidrv: Remove unused intel-mid.hAndy Shevchenko1-1/+0
2024-03-12platform/x86: intel_scu_wdt: Remove unused intel-mid.hAndy Shevchenko1-1/+0
2024-03-12platform/x86/amd/pmf: Fix possible out-of-bound memory accessesArmin Wolf1-0/+6
2024-03-12platform/x86/amd/pmf: Use struct for cookie headerArmin Wolf2-6/+9
2024-03-12platform/x86/amd/pmf: Do not use readl() for policy buffer accessArmin Wolf1-2/+2
2024-03-12platform/x86/amd/pmf: Fix return value of amd_pmf_start_policy_engine()Armin Wolf1-3/+3
2024-03-12platform/mellanox: mlxbf-pmc: fix signedness bugsDan Carpenter1-3/+6
2024-03-12platform/x86: ISST: Allow reading core-power state on HWP disabled systemsSrinivas Pandruvada1-2/+2
2024-03-12platform/x86: thinkpad_acpi: Add more ThinkPads with non-standard reg address...Vishnu Sankar1-0/+7
2024-03-12platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi ...Alban Boyé1-0/+9
2024-03-12platform/x86/intel/pmc/arl: Put GNA device in D3David E. Box1-0/+2
2024-03-12platform/x86/intel/pmc/lnl: Remove SSRAM supportDavid E. Box1-35/+5
2024-03-12platform/x86/intel/vsec: Remove nuisance messageDavid E. Box1-4/+1
2024-03-12platform/x86: acer-wmi: Add predator_v4 module parameterSungHwan Jung1-1/+7
2024-03-12platform/x86: acer-wmi: Add support for Acer PH16-71SungHwan Jung1-0/+9
2024-03-12platform/x86: intel_scu_ipcutil: Make scu staticArmin Wolf1-1/+1
2024-03-12platform/x86/amd/pmf: Add missing __iomem attribute to policy_baseArmin Wolf2-2/+2
2024-03-12platform/x86: wmi: Remove obsolete duplicate GUID allowlistArmin Wolf1-39/+0
2024-03-12platform/x86: wmi: Do not instantiate older WMI drivers multiple timesArmin Wolf6-0/+17
2024-03-12platform/x86: wmi: Ignore duplicated GUIDs in legacy matchesArmin Wolf1-2/+17
2024-03-12platform/x86: ideapad-laptop: map Fn + R key to KEY_REFRESH_RATE_TOGGLEGergo Koteles1-2/+2
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar395-4714/+10895
2024-03-12Merge tag 'i2c-host-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/and...Wolfram Sang16-444/+465
2024-03-12hv: vmbus: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-03-12mshyperv: Introduce hv_get_hypervisor_version functionNuno Das Neves1-0/+8
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-79/+64
2024-03-11Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds24-320/+5091
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2