Home
last modified time | relevance | path

Searched +full:sb +full:- +full:rmi (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/hwmon/
H A Dsbrmi.rst1 .. SPDX-License-Identifier: GPL-2.0-or-later
8 * Sideband Remote Management Interface (SB-RMI) compliant AMD SoC
15 To instantiate this driver on an AMD CPU with SB-RMI
22 As mentioned in AMD's APML specification, The SB-RMI address is
27 Datasheet: The SB-RMI interface and protocol along with the Advanced
31 https://www.amd.com/en/support/tech-docs?keyword=55898
36 -----------
38 The APML provides a way to communicate with the SB Remote Management interface
39 (SB-RMI) module from the external SMBus master that can be used to report socket
40 power on AMD platforms using mailbox command and resembles a typical 8-pin remote
[all …]
/linux/drivers/hwmon/
H A Dsbrmi.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * sbrmi.c - hwmon driver for a SB-RMI mailbox
6 * Copyright (C) 2020-2021 Advanced Micro Devices, Inc.
28 * SB-RMI supports soft mailbox service request to MP1 (power management
30 * SB-RMI message IDs
39 /* SB-RMI registers */
81 * Enable the SB-RMI Software alert status in sbrmi_enable_alert()
104 mutex_lock(&data->lock); in rmi_mailbox_xfer()
107 ret = i2c_smbus_write_byte_data(data->client, in rmi_mailbox_xfer()
113 ret = i2c_smbus_write_byte_data(data->client, in rmi_mailbox_xfer()
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
20 sensors-detect script from the lm_sensors package. Read
21 <file:Documentation/hwmon/userspace-tools.rst> for details.
76 with SMpro co-processor.
278 will be called as370-hwmon.
311 will be called axi-fan-control
320 lm-sensors 2.10.1 for proper userspace support.
359 Only Intel-based Apple's computers are supported (MacBook Pro,
366 the laptop to act as a pinball machine-esque joystick.
381 will be called scmi-hwmon.
[all …]
/linux/Documentation/devicetree/bindings/hwmon/
H A Damd,sbrmi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 Sideband Remote Management Interface (SB-RMI) compliant
12 - Akshay Gupta <Akshay.Gupta@amd.com>
15 SB Remote Management Interface (SB-RMI) is an SMBus compatible
17 Mailbox Service Request and resembles a typical 8-pin remote power
24 - amd,sbrmi
30 of the SoC register reference. The SB-RMI address is normally 78h for
34 https://www.amd.com/en/support/tech-docs?keyword=55898
[all …]