Home
last modified time | relevance | path

Searched +full:lochnagar +full:- +full:hwmon (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/mfd/
Dcirrus,lochnagar.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/cirrus,lochnagar.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cirrus Logic Lochnagar Audio Development Board
10 - patches@opensource.cirrus.com
13 Lochnagar is an evaluation and development board for Cirrus Logic
15 Logic devices on mini-cards, as well as allowing connection of
18 controlled through the Lochnagar, allowing the device under test
25 [2] include/dt-bindings/pinctrl/lochnagar.h
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/hwmon/
Dcirrus,lochnagar.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/hwmon/cirrus,lochnagar.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cirrus Logic Lochnagar Audio Development Board
10 - patches@opensource.cirrus.com
13 Lochnagar is an evaluation and development board for Cirrus Logic
15 Logic devices on mini-cards, as well as allowing connection of various
18 the Lochnagar, allowing the device under test to be used in a variety of
24 This binding must be part of the Lochnagar MFD binding:
[all …]
/Linux-v5.10/drivers/hwmon/
Dlochnagar-hwmon.c1 // SPDX-License-Identifier: GPL-2.0
3 * Lochnagar hardware monitoring features
5 * Copyright (c) 2016-2019 Cirrus Logic, Inc. and
12 #include <linux/hwmon.h>
13 #include <linux/hwmon-sysfs.h>
16 #include <linux/mfd/lochnagar.h>
59 * float_to_long - Convert ieee754 reading from hardware to an integer
68 * will convert that into an integer in a smaller unit such as micro-amps
69 * or milli-celsius. The hardware does not return NaN, so consideration of
75 int exp = ((data & 0x7F800000) >> 23) - 127 - 23; in float_to_long()
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0
6 obj-$(CONFIG_HWMON) += hwmon.o
7 obj-$(CONFIG_HWMON_VID) += hwmon-vid.o
10 obj-$(CONFIG_SENSORS_ACPI_POWER) += acpi_power_meter.o
11 obj-$(CONFIG_SENSORS_ATK0110) += asus_atk0110.o
15 obj-$(CONFIG_SENSORS_ASB100) += asb100.o
16 obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o
17 obj-$(CONFIG_SENSORS_W83773G) += w83773g.o
18 obj-$(CONFIG_SENSORS_W83792D) += w83792d.o
19 obj-$(CONFIG_SENSORS_W83793) += w83793.o
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 menuconfig HWMON config
20 sensors-detect script from the lm_sensors package. Read
21 <file:Documentation/hwmon/userspace-tools.rst> for details.
24 will be called hwmon.
26 if HWMON
52 will be called abx500-temp.
64 Documentation/hwmon/abituguru.rst
78 revision see Documentation/hwmon/abituguru3.rst
267 will be called as370-hwmon.
[all …]
/Linux-v5.10/Documentation/hwmon/
Dindex.rst8 hwmon-kernel-api
9 pmbus-core
10 inspur-ipsps1
11 submitting-patches
12 sysfs-interface
13 userspace-tools
46 aspeed-pwm-tacho
48 bel-pfe
49 bt1-pvt
51 corsair-cpro
[all …]
/Linux-v5.10/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]
/Linux-v5.10/drivers/mfd/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
31 power supply alarms (hwmon).
44 tristate "Active-semi ACT8945A"
49 Support for the ACT8945A PMIC from Active-semi. This device
50 features three step-down DC/DC converters and four low-dropout
66 sun4i-gpadc-iio and the hwmon driver iio_hwmon.
69 called sun4i-gpadc.
88 tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down
119 over at91-usart-serial driver and usart-spi-driver. Only one function
135 tristate "Atmel HLCDC (High-end LCD Controller)"
[all …]