mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
sensor: Move hardware sensors from misc to a sensor directory
Lots of this are expected to be coming in, create a directory for them. Also move the tmp105.h file into the include directory where it should be. Cc: Cédric Le Goater <clg@kaod.org> Cc: Peter Maydell <peter.maydell@linaro.org> Cc: Andrew Jeffery <andrew@aj.id.au> Cc: Joel Stanley <joel@jms.id.au> Cc: Andrzej Zaborowski <balrogg@gmail.com> Cc: qemu-arm@nongnu.org Signed-off-by: Corey Minyard <cminyard@mvista.com> Acked-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
58f3e3fe69
commit
5e9ae4b1a3
17 changed files with 24 additions and 23 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "libqos/qgraph.h"
|
||||
#include "libqos/i2c.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "hw/misc/emc141x_regs.h"
|
||||
#include "hw/sensor/emc141x_regs.h"
|
||||
|
||||
#define EMC1414_TEST_ID "emc1414-test"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "qemu/bitops.h"
|
||||
#include "libqos/i2c.h"
|
||||
#include "libqos/libqtest.h"
|
||||
#include "hw/misc/tmp105_regs.h"
|
||||
#include "hw/sensor/tmp105_regs.h"
|
||||
|
||||
#define NR_SMBUS_DEVICES 16
|
||||
#define SMBUS_ADDR(x) (0xf0080000 + 0x1000 * (x))
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "libqos/qgraph.h"
|
||||
#include "libqos/i2c.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "hw/misc/tmp105_regs.h"
|
||||
#include "hw/sensor/tmp105_regs.h"
|
||||
|
||||
#define TMP105_TEST_ID "tmp105-test"
|
||||
#define TMP105_TEST_ADDR 0x49
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue