#include <linux/module.h>
#include <linux/jiffies.h>
#include <linux/i2c.h>
#include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h>
#include <linux/err.h>
#include <linux/mutex.h>
#include <linux/sysfs.h>
#include <linux/slab.h>
Go to the source code of this file.
#define AD7414_REG_CONF 0x01 |
#define AD7414_REG_T_HIGH 0x02 |
#define AD7414_REG_T_LOW 0x03 |
#define AD7414_REG_TEMP 0x00 |
MODULE_AUTHOR |
( |
"Stefan Roese <sr at denx.de> |
, |
|
|
""Frank Edelhaeuser< frank.edelhaeuser at spansion.com >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"AD7414 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
ad7414_id |
|
|
) |
| |
module_i2c_driver |
( |
ad7414_driver |
| ) |
|