-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic merge of 'master' into merge (2024-09-20 19:06)
- Loading branch information
Showing
1,799 changed files
with
55,395 additions
and
27,444 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -613,6 +613,10 @@ Shuah Khan <[email protected]> <[email protected]> | |
Sibi Sankar <[email protected]> <[email protected]> | ||
Sid Manning <[email protected]> <[email protected]> | ||
Simon Arlott <[email protected]> <[email protected]> | ||
Simona Vetter <[email protected]> <[email protected]> | ||
Simona Vetter <[email protected]> <[email protected]> | ||
Simona Vetter <[email protected]> <[email protected]> | ||
Simona Vetter <[email protected]> <[email protected]> | ||
Simon Horman <[email protected]> <[email protected]> | ||
Simon Horman <[email protected]> <[email protected]> | ||
Simon Kelley <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -75,3 +75,11 @@ Description: RO. Energy input of device or gt in microjoules. | |
for the gt. | ||
|
||
Only supported for particular Intel i915 graphics platforms. | ||
|
||
What: /sys/bus/pci/drivers/i915/.../hwmon/hwmon<i>/fan1_input | ||
Date: November 2024 | ||
KernelVersion: 6.12 | ||
Contact: [email protected] | ||
Description: RO. Fan speed of device in RPM. | ||
|
||
Only supported for particular Intel i915 graphics platforms. |
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 |
---|---|---|
|
@@ -1532,3 +1532,30 @@ Contact: Bean Huo <[email protected]> | |
Description: | ||
rtc_update_ms indicates how often the host should synchronize or update the | ||
UFS RTC. If set to 0, this will disable UFS RTC periodic update. | ||
|
||
What: /sys/devices/platform/.../ufshci_capabilities/version | ||
Date: August 2024 | ||
Contact: Avri Altman <[email protected]> | ||
Description: | ||
Host Capabilities register group: UFS version register. | ||
Symbol - VER. This file shows the UFSHCD version. | ||
Example: Version 3.12 would be represented as 0000_0312h. | ||
The file is read only. | ||
|
||
What: /sys/devices/platform/.../ufshci_capabilities/product_id | ||
Date: August 2024 | ||
Contact: Avri Altman <[email protected]> | ||
Description: | ||
Host Capabilities register group: product ID register. | ||
Symbol - HCPID. This file shows the UFSHCD product id. | ||
The content of this register is vendor specific. | ||
The file is read only. | ||
|
||
What: /sys/devices/platform/.../ufshci_capabilities/man_id | ||
Date: August 2024 | ||
Contact: Avri Altman <[email protected]> | ||
Description: | ||
Host Capabilities register group: manufacturer ID register. | ||
Symbol - HCMID. This file shows the UFSHCD manufacturer id. | ||
The Manufacturer ID is defined by JEDEC in JEDEC-JEP106. | ||
The file is read only. |
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 was deleted.
Oops, something went wrong.
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,33 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/arc/snps,archs-pct.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: ARC HS Performance Counters | ||
|
||
maintainers: | ||
- Aryabhatta Dey <[email protected]> | ||
|
||
description: | ||
The ARC HS can be configured with a pipeline performance monitor for counting | ||
CPU and cache events like cache misses and hits. Like conventional PCT there | ||
are 100+ hardware conditions dynamically mapped to up to 32 counters. | ||
It also supports overflow interrupts. | ||
|
||
properties: | ||
compatible: | ||
const: snps,archs-pct | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
clocks: | ||
maxItems: 1 | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- clocks | ||
|
||
additionalProperties: false |
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 |
---|---|---|
|
@@ -7,8 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
title: ARM Corstone1000 | ||
|
||
maintainers: | ||
- Vishnu Banavath <vishnu.banavath@arm.com> | ||
- Rui Miguel Silva <[email protected]> | ||
- Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> | ||
- Hugues Kamba Mpiana <[email protected]> | ||
|
||
description: |+ | ||
ARM's Corstone1000 includes pre-verified Corstone SSE-710 subsystem that | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.