Age | Commit message (Expand) | Author |
2022-06-30 | hw/i2c: add asynchronous send | Klaus Jensen |
2022-06-30 | hw/i2c: support multiple masters | Klaus Jensen |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2021-09-30 | qbus: Rename qbus_create() to qbus_new() | Peter Maydell |
2021-07-08 | hw/i2c: Introduce i2c_start_recv() and i2c_start_send() | Philippe Mathieu-Daudé |
2021-07-08 | hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer() | Philippe Mathieu-Daudé |
2021-07-08 | hw/i2c: Make i2c_start_transfer() direction argument a boolean | BALATON Zoltan |
2021-07-08 | hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address() | Philippe Mathieu-Daudé |
2021-07-08 | hw/i2c: Remove confusing i2c_send_recv() | Philippe Mathieu-Daudé |
2021-04-15 | hw/i2c: move search to i2c_scan_bus method | Patrick Venture |
2021-04-15 | hw/i2c: add match method for device search | Patrick Venture |
2020-07-16 | hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple() | Philippe Mathieu-Daudé |
2020-07-16 | hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref() | Philippe Mathieu-Daudé |
2020-07-16 | hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new() | Philippe Mathieu-Daudé |
2020-06-26 | hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref() | Philippe Mathieu-Daudé |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-20 | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-02-27 | i2c: have I2C receive operation return uint8_t | Corey Minyard |
2018-06-08 | hw/i2c: Add trace events | Philippe Mathieu-Daudé |
2018-06-01 | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init | Philippe Mathieu-Daudé |
2018-03-01 | i2c: Move the bus class to i2c.h | Corey Minyard |
2018-03-01 | i2c: Fix some brace style issues | Corey Minyard |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-01-09 | i2c: Allow I2C devices to NAK start events | Corey Minyard |
2016-12-27 | hw/i2c: Add a NULL check for i2c slave init callbacks | Alastair D'Silva |
2016-10-24 | i2c: Add asserts for second smbus i2c_start_transfer() | Corey Minyard |
2016-10-24 | i2c: Fix SMBus read transactions to avoid double events | Corey Minyard |
2016-08-03 | i2c: fix migration regression introduced by broadcast support | Igor Mammedov |
2016-06-14 | i2c: Factor our send() and recv() common logic | Peter Crosthwaite |
2016-06-14 | i2c: implement broadcast write | KONRAD Frederic |
2016-06-14 | i2cbus: remove unused dev field | KONRAD Frederic |
2016-01-29 | hw: Clean up includes | Peter Maydell |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela |
2014-02-14 | i2c: Rename i2c_bus to I2CBus | Andreas Färber |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum |
2013-06-07 | qdev: Drop FROM_QBUS() macro | Andreas Färber |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini |