Searched +full:lochnagar +full:- +full:hwmon (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | cirrus,lochnagar.yaml | 1 # 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-6.12.1/Documentation/devicetree/bindings/hwmon/ |
D | cirrus,lochnagar.yaml | 1 # 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-6.12.1/drivers/hwmon/ |
D | lochnagar-hwmon.c | 1 // 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> 15 #include <linux/mfd/lochnagar.h> 57 * float_to_long - Convert ieee754 reading from hardware to an integer 66 * will convert that into an integer in a smaller unit such as micro-amps 67 * or milli-celsius. The hardware does not return NaN, so consideration of 73 int exp = ((data & 0x7F800000) >> 23) - 127 - 23; in float_to_long() [all …]
|
D | Makefile | 1 # 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 12 obj-$(CONFIG_SENSORS_ASUS_EC) += asus-ec-sensors.o 13 obj-$(CONFIG_SENSORS_ASUS_WMI) += asus_wmi_sensors.o 14 obj-$(CONFIG_SENSORS_HP_WMI) += hp-wmi-sensors.o 18 obj-$(CONFIG_SENSORS_ASB100) += asb100.o 19 obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o [all …]
|
D | Kconfig | 1 # 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 51 Documentation/hwmon/abituguru.rst 65 revision see Documentation/hwmon/abituguru3.rst 76 with SMpro co-processor. 278 will be called as370-hwmon. [all …]
|
/linux-6.12.1/Documentation/hwmon/ |
D | index.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 hwmon-kernel-api 11 pmbus-core 12 submitting-patches 13 sysfs-interface 14 userspace-tools 24 acbel-fsg032 47 aspeed-g6-pwm-tach 48 aspeed-pwm-tacho 53 bel-pfe [all …]
|
/linux-6.12.1/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|
/linux-6.12.1/drivers/mfd/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 44 power supply alarms (hwmon). 57 tristate "Active-semi ACT8945A" 62 Support for the ACT8945A PMIC from Active-semi. This device 63 features three step-down DC/DC converters and four low-dropout 79 sun4i-gpadc-iio and the hwmon driver iio_hwmon. 82 called sun4i-gpadc. 113 tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down 144 over at91-usart-serial driver and usart-spi-driver. Only one function 160 tristate "Atmel HLCDC (High-end LCD Controller)" [all …]
|