Re: [PATCH V3] hwmon: ad7314 driver (ported from IIO).

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

 



Hi Jonathan,

On Thu, 2011-09-29 at 12:50 -0400, Jonathan Cameron wrote:
> Currently dropped power down mode support.
> 
> V3:
> Guenter's suggestions
> - typos
> - DIV_ROUND_NEAREST use
> - Actually register hwmon driver.
> 
> V2: Fixes:
> - messed up use of cache aligned store fixed.
> - correct output format to be milli degrees.
> - add documentation file.
> 
> Signed-off-by: Jonathan Cameron <jic23@xxxxxxxxx>

Applied to -next, with one other minor update.

> ---
>  Documentation/hwmon/ad7314 |   25 ++++++
>  drivers/hwmon/Kconfig      |   10 +++
>  drivers/hwmon/Makefile     |    1 +
>  drivers/hwmon/ad7314.c     |  185 ++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 221 insertions(+), 0 deletions(-)
> 
[ ... ]

> +
> +static const struct spi_device_id ad7314_id[] = {
> +	{ "adt7301", adt7301 },
> +	{ "adt7302", adt7302 },
> +	{ "ad7314", ad7314 },
> +	{}
> +};

MODULE_DEVICE_TABLE(spi, ad7314_id);

Thanks,
Guenter


--
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