Re: [PATCH] iio: temperature: maxim_thermocouple: add MAX31856 part

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/05/17 02:28, Matt Ranostay wrote:
> MAX31856 is register equivalent to the MAX31855 but suppports J, N, R,
> S, T, E and B type thermocouples in addition to K-type.
> 
> Data conversion for the various types happens transparently to the driver
> via probe type detection, and a LUT on the sensor.
> 
> Signed-off-by: Matt Ranostay <matt.ranostay@xxxxxxxxxxxx>
Applied to the togreg branch of iio.git and pushed out as testing
so other patches can be tested.

Thanks,

Jonathan
> ---
>  drivers/iio/temperature/maxim_thermocouple.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/temperature/maxim_thermocouple.c b/drivers/iio/temperature/maxim_thermocouple.c
> index 557214202eff..d70e2e53d6a7 100644
> --- a/drivers/iio/temperature/maxim_thermocouple.c
> +++ b/drivers/iio/temperature/maxim_thermocouple.c
> @@ -267,6 +267,7 @@ static int maxim_thermocouple_remove(struct spi_device *spi)
>  static const struct spi_device_id maxim_thermocouple_id[] = {
>  	{"max6675", MAX6675},
>  	{"max31855", MAX31855},
> +	{"max31856", MAX31855},
>  	{},
>  };
>  MODULE_DEVICE_TABLE(spi, maxim_thermocouple_id);
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux