Home
last modified time | relevance | path

Searched full:max31856 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/iio/temperature/
Dmaxim,max31856.yaml4 $id: http://devicetree.org/schemas/iio/temperature/maxim,max31856.yaml#
7 title: Maxim MAX31856 thermocouple support
13 https://datasheets.maximintegrated.com/en/ds/MAX31856.pdf
17 const: maxim,max31856
49 compatible = "maxim,max31856";
/Linux-v6.1/drivers/iio/temperature/
Dmax31856.c2 /* max31856.c
4 * Maxim MAX31856 thermocouple sensor driver
38 /* The MAX31856 registers */
450 "error: thermocouple-type %u not supported by max31856\n" in max31856_probe()
457 dev_err(&spi->dev, "error: Failed to configure max31856\n"); in max31856_probe()
465 { "max31856", 0 },
471 { .compatible = "maxim,max31856" },
478 .name = "max31856",
488 MODULE_DESCRIPTION("Maxim MAX31856 thermocouple sensor driver");
DKconfig131 config MAX31856 config
132 tristate "MAX31856 thermocouple sensor"
135 If you say yes here you get support for MAX31856
139 will be called max31856.
DMakefile10 obj-$(CONFIG_MAX31856) += max31856.o