summary refs log tree commit diff stats
path: root/hw/i2c/imx_i2c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c/imx: Always set interrupt status bit if interrupt condition occursBernhard Beschow2025-05-081-6/+5
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* hw/i2c/imx_i2c: Convert DPRINTF() to trace eventsBernhard Beschow2025-01-131-16/+5
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/i2c: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé2021-07-081-1/+1
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* i2c: Don't check return value from i2c_recv()Corey Minyard2019-02-271-10/+2
* arm: Uniquely name imx25 I2C buses.Alastair D'Silva2017-01-201-1/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* i.MX: Add missing descriptions in devices.Jean-Christophe Dubois2016-03-161-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* i.MX: Standardize i.MX I2C debugJean-Christophe Dubois2015-10-271-21/+22
* i.MX: Add I2C controller emulatorJean-Christophe Dubois2015-09-071-0/+334