Searched +full:axi +full:- +full:fan +full:- +full:control +full:- +full:1 (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Analog Devices AXI FAN Control Device Tree Bindings11 - Nuno Sá <nuno.sa@analog.com>14 Bindings for the Analog Devices AXI FAN Control driver. Spefications of the22 - adi,axi-fan-control-1.00.a25 maxItems: 128 maxItems: 1[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Fan Control HDL CORE driver9 #include <linux/fpga/adi-axi-common.h>33 #define ADI_IRQ_SRC_TACH_ERR BIT(1)56 iowrite32(val, ctl->base + reg); in axi_iowrite()62 return ioread32(ctl->base + reg); in axi_ioread()105 return DIV_ROUND_CLOSEST(60 * ctl->clk_rate, ctl->ppr * tach); in axi_fan_control_get_fan_rpm()118 * T = (ADC * 501.3743 / 2^bits) - 273.6777 in axi_fan_control_read_temp()122 *val = ((raw_temp * 501374) >> 16) - 273677; in axi_fan_control_read_temp()125 return -ENOTSUPP; in axi_fan_control_read_temp()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only13 can include temperature sensors, voltage sensors, fan speed15 control the speed of the fans. If you want this support you20 sensors-detect script from the lm_sensors package. Read21 <file:Documentation/hwmon/userspace-tools.rst> for details.52 will be called abx500-temp.55 tristate "Abit uGuru (rev 1 & 2)"60 control parts of the Abit uGuru are not supported. The Abit uGuru267 will be called as370-hwmon.284 tristate "Analog Devices FAN Control HDL Core driver"[all …]
9 -------------------------11 1. Always *test* your changes, however small, on at least 4 or30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 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 this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------[all …]