aboutsummaryrefslogtreecommitdiff
path: root/hw/sensor
AgeCommit message (Expand)AuthorFilesLines
2024-12-10hw/sensor: Replace type_register() with type_register_static()Zhao Liu1-1/+1
2024-11-05hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write...Bernhard Beschow3-1/+13
2024-09-13hw/sensor/tmp105: Lower 4 bit of limit registers are always 0Guenter Roeck1-1/+1
2024-09-13hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0Philippe Mathieu-Daudé1-7/+3
2024-09-13hw/sensor/tmp105: Pass 'oneshot' argument to tmp105_alarm_update()Philippe Mathieu-Daudé1-5/+5
2024-09-13hw/sensor/tmp105: Use registerfields APIPhilippe Mathieu-Daudé1-11/+19
2024-09-13hw/sensor/tmp105: Coding style fixesGuenter Roeck1-20/+24
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell3-3/+3
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell5-9/+9
2024-04-25allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered resetPeter Maydell1-1/+1
2023-12-30hw/sensor: Constify VMStateRichard Henderson9-11/+11
2023-11-07hw/sensor: add ADM1266 device modelTitus Rwantare3-0/+260
2023-08-31hw/i2c: spelling fixesMichael Tokarev2-2/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-9/+9
2023-02-27Do not include hw/hw.h if it is not necessaryThomas Huth1-1/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2022-07-14hw/sensor: Add Renesas ISL69259 device modelPeter Delevoryas1-0/+28
2022-07-14hw/sensor: Add IC_DEVICE_ID to ISL voltage regulatorsPeter Delevoryas1-0/+12
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen1-0/+2
2022-06-30hw/sensor: add Maxim MAX31785 deviceMaheswara Kurapati3-0/+578
2022-03-08hw/sensor: add Renesas raa228000 deviceTitus Rwantare1-0/+50
2022-03-08hw/sensor: add Renesas raa229004 PMBus deviceTitus Rwantare1-0/+18
2022-03-08hw/sensor: add Intersil ISL69260 device modelTitus Rwantare3-0/+216
2022-02-21Kconfig: Add I2C_DEVICES device groupPeter Maydell1-0/+5
2022-02-08hw/sensor: Add lsm303dlhc magnetometer deviceKevin Townsend3-0/+561
2021-09-20hw/misc: Add Infineon DPS310 sensor modelJoel Stanley3-0/+230
2021-07-08hw/misc: add MAX34451 deviceTitus Rwantare3-0/+780
2021-07-08hw/misc: add ADM1272 deviceTitus Rwantare3-0/+548
2021-06-17sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard5-0/+1059