OSDN Git Service

sensor: Move hardware sensors from misc to a sensor directory
authorCorey Minyard <cminyard@mvista.com>
Tue, 18 May 2021 21:08:03 +0000 (16:08 -0500)
committerCorey Minyard <cminyard@mvista.com>
Thu, 17 Jun 2021 12:10:32 +0000 (07:10 -0500)
commit5e9ae4b1a31a17a72487372067a78b6afa68b68d
tree3411236ff04f4ab9a028910143c1d19bf21cc00f
parent58f3e3fe69a66a5c27675faf3e7afa52e027e621
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>
17 files changed:
hw/Kconfig
hw/arm/aspeed.c
hw/arm/nseries.c
hw/meson.build
hw/misc/Kconfig
hw/misc/meson.build
hw/sensor/Kconfig [new file with mode: 0644]
hw/sensor/emc141x.c [moved from hw/misc/emc141x.c with 99% similarity]
hw/sensor/meson.build [new file with mode: 0644]
hw/sensor/tmp105.c [moved from hw/misc/tmp105.c with 99% similarity]
hw/sensor/tmp421.c [moved from hw/misc/tmp421.c with 100% similarity]
include/hw/sensor/emc141x_regs.h [moved from include/hw/misc/emc141x_regs.h with 100% similarity]
include/hw/sensor/tmp105.h [moved from hw/misc/tmp105.h with 97% similarity]
include/hw/sensor/tmp105_regs.h [moved from include/hw/misc/tmp105_regs.h with 100% similarity]
tests/qtest/emc141x-test.c
tests/qtest/npcm7xx_smbus-test.c
tests/qtest/tmp105-test.c