Searched +full:npcm750 +full:- +full:i2c (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/i2c/nuvoton,npcm7xx-i2c.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: nuvoton NPCM7XX I2C Controller Device Tree Bindings10 The NPCM750x includes sixteen I2C bus controllers. All Controllers support16 - Tali Perry <tali.perry1@gmail.com>20 const: nuvoton,npcm7xx-i2c30 description: Reference clock for the I2C bus32 clock-frequency:[all …]
1 # SPDX-License-Identifier: GPL-2.0-only20 sensors-detect script from the lm_sensors package. Read21 <file:Documentation/hwmon/userspace-tools.rst> for details.34 Say Y here if you want the I2C chip drivers to produce a bunch of36 a problem with I2C support and want to see more of what is going52 will be called abx500-temp.95 depends on I2C105 depends on I2C115 depends on I2C126 depends on I2C[all …]
1 # SPDX-License-Identifier: GPL-2.06 obj-$(CONFIG_HWMON) += hwmon.o7 obj-$(CONFIG_HWMON_VID) += hwmon-vid.o10 obj-$(CONFIG_SENSORS_ACPI_POWER) += acpi_power_meter.o11 obj-$(CONFIG_SENSORS_ATK0110) += asus_atk0110.o15 obj-$(CONFIG_SENSORS_ASB100) += asb100.o16 obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o17 obj-$(CONFIG_SENSORS_W83773G) += w83773g.o18 obj-$(CONFIG_SENSORS_W83792D) += w83792d.o19 obj-$(CONFIG_SENSORS_W83793) += w83793.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Nuvoton NPCM7xx I2C Controller driver11 #include <linux/i2c.h>29 * External I2C Interface driver xfer indication values, which indicate status58 /* I2C Bank (module had 2 banks of registers) */64 /* Internal I2C states values (for the I2C module state machine). */142 #define NPCM_I2CTXF_CTL 0x12 /* Tx-FIFO Control */145 #define NPCM_I2CTXF_STS 0x1A /* Tx-FIFO Status */146 #define NPCM_I2CRXF_STS 0x1C /* Rx-FIFO Status */147 #define NPCM_I2CRXF_CTL 0x1E /* Rx-FIFO Control */[all …]
1 # SPDX-License-Identifier: GPL-2.0-only16 on-line as fast as possible after a lock-up. There's both a watchdog21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source.51 bool "Update boot-enabled watchdog until userspace takes over"210 depends on I2C218 tristate "Watchdog device controlled through GPIO-line"223 controlled through GPIO-line.239 depends on I2C310 depends on I2C341 module will be called mlx-wdt.[all …]