Btrfs: fix negative subv_writers counter and data space leak after buffered write
[linux/fpc-iii.git] / Documentation / hwmon / xgene-hwmon.rst
blob439b30b881b6a66da5b39149e3b8b192d02390ba
1 Kernel driver xgene-hwmon
2 =========================
4 Supported chips:
6  * APM X-Gene SoC
8 Description
9 -----------
11 This driver adds hardware temperature and power reading support for
12 APM X-Gene SoC using the mailbox communication interface.
13 For device tree, it is the standard DT mailbox.
14 For ACPI, it is the PCC mailbox.
16 The following sensors are supported
18   * Temperature
19       - SoC on-die temperature in milli-degree C
20       - Alarm when high/over temperature occurs
22   * Power
23       - CPU power in uW
24       - IO power in uW
26 sysfs-Interface
27 ---------------
29 temp0_input
30         - SoC on-die temperature (milli-degree C)
31 temp0_critical_alarm
32         - An 1 would indicates on-die temperature exceeded threshold
33 power0_input
34         - CPU power in (uW)
35 power1_input
36         - IO power in (uW)