Searched full:max31856 (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/temperature/ |
H A D | maxim,max31856.yaml | 4 $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/drivers/iio/temperature/ |
H A D | max31856.c | 2 /* 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");
|
H A D | Makefile | 11 obj-$(CONFIG_MAX31856) += max31856.o
|