-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/s…
…cm/linux/kernel/git/pdx86/platform-drivers-x86 Pull x86 platform driver updates from Hans de Goede: - hp-bioscfg: New firmware-attributes driver for changing BIOS settings from within Linux - asus-wmi: Add charger mode, middle fan and eGPU settings support - ideapad: Support keyboard backlight control on more models - mellanox: Support for new models - sel-3350: New LED and power-supply driver for this industrial mainboard - simatic-ipc: Add RTC battery monitor and various new models support - miscellaneous other cleanups / fixes * tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: (101 commits) platform/x86: asus-wmi: corrections to egpu safety check platform/x86: mlx-platform: Add dependency on PCI to Kconfig platform/x86: ideapad-laptop: Add support for keyboard backlights using KBLC ACPI symbol platform/x86/amd/pmc: Fix build error with randconfig platform/x86/amd/pmf: Fix a missing cleanup path watchdog: simatic: Use idiomatic selection of P2SB platform/x86: p2sb: Make the Kconfig symbol hidden Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces platform: mellanox: nvsw-sn2201: change fans i2c busses. platform: mellanox: mlxreg-hotplug: Extend condition for notification callback processing platform: mellanox: Add initial support for PCIe based programming logic device platform: mellanox: mlx-platform: Get interrupt line through ACPI platform: mellanox: mlx-platform: Introduce ACPI init flow platform: mellanox: mlx-platform: Prepare driver to allow probing through ACPI infrastructure platform: mellanox: mlx-platform: Add reset callback platform: mellanox: Cosmetic changes platform: mellanox: mlx-platform: Modify power off callback platform: mellanox: mlx-platform: add support for additional CPLD platform: mellanox: mlx-platform: Add reset cause attribute platform: mellanox: mlx-platform: Modify health and power hotplug action ...
- Loading branch information
Showing
64 changed files
with
8,319 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
What: /sys/kernel/debug/tpmi-<n>/pfs_dump | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: srinivas.pandruvada@linux.intel.com | ||
Description: | ||
The PFS (PM Feature Structure) table, shows details of each power | ||
management feature. This includes: | ||
tpmi_id, number of entries, entry size, offset, vsec offset, lock status | ||
and disabled status. | ||
Users: Debugging, any user space test suite | ||
|
||
What: /sys/kernel/debug/tpmi-<n>/tpmi-id-<n>/mem_dump | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: srinivas.pandruvada@linux.intel.com | ||
Description: | ||
Shows the memory dump of the MMIO region for a TPMI ID. | ||
Users: Debugging, any user space test suite | ||
|
||
What: /sys/kernel/debug/tpmi-<n>/tpmi-id-<n>/mem_write | ||
Date: November 2023 | ||
KernelVersion: 6.6 | ||
Contact: srinivas.pandruvada@linux.intel.com | ||
Description: | ||
Allows to write at any offset. It doesn't check for Read/Write access | ||
as hardware will not allow to write at read-only memory. This write is | ||
at offset multiples of 4. The format is instance,offset,contents. | ||
Example: | ||
echo 0,0x20,0xff > mem_write | ||
echo 1,64,64 > mem_write | ||
Users: Debugging, any user space test suite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.