提交历史

作者 SHA1 备注 提交日期
  Klaus Jensen 791cb95f23 hw/i2c: only schedule pending master when bus is idle 2 年之前
  Klaus Jensen a78e9839ae hw/i2c: add asynchronous send 3 年之前
  Klaus Jensen 37fa5ca426 hw/i2c: support multiple masters 3 年之前
  Markus Armbruster b21e238037 Use g_new() & friends where that makes obvious sense 3 年之前
  Peter Maydell 9388d1701e qbus: Rename qbus_create() to qbus_new() 3 年之前
  Philippe Mathieu-Daudé 90603c5b89 hw/i2c: Introduce i2c_start_recv() and i2c_start_send() 4 年之前
  Philippe Mathieu-Daudé 265caf45c6 hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer() 4 年之前
  BALATON Zoltan e656e38797 hw/i2c: Make i2c_start_transfer() direction argument a boolean 4 年之前
  Philippe Mathieu-Daudé c8665a5997 hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address() 4 年之前
  Philippe Mathieu-Daudé 2038a2907c hw/i2c: Remove confusing i2c_send_recv() 4 年之前
  Patrick Venture 3f9b32595e hw/i2c: move search to i2c_scan_bus method 4 年之前
  Patrick Venture 513ca82d89 hw/i2c: add match method for device search 4 年之前
  Philippe Mathieu-Daudé 1373b15bb5 hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple() 5 年之前
  Philippe Mathieu-Daudé 2616f57231 hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref() 5 年之前
  Philippe Mathieu-Daudé db437ca6df hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new() 5 年之前
  Philippe Mathieu-Daudé d88c42ff2c hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref() 5 年之前
  Markus Armbruster 3e80f6902c qdev: Convert uses of qdev_create() with Coccinelle 5 年之前
  Marc-André Lureau 4f67d30b5e qdev: set properties with device_class_set_props() 5 年之前
  Peter Xu 1df2c9a26f migration: Define VMSTATE_INSTANCE_ID_ANY 5 年之前
  Markus Armbruster a27bd6c779 Include hw/qdev-properties.h less 6 年之前
  Markus Armbruster d645427057 Include migration/vmstate.h less 6 年之前
  Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 6 年之前
  Corey Minyard 2ac4c5f4d2 i2c: have I2C receive operation return uint8_t 6 年之前
  Philippe Mathieu-Daudé 08bb9b347b hw/i2c: Add trace events 7 年之前
  Philippe Mathieu-Daudé c8c9e10394 hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init 7 年之前
  Corey Minyard aa88d7ad28 i2c: Move the bus class to i2c.h 7 年之前
  Corey Minyard 373b8ac794 i2c: Fix some brace style issues 7 年之前
  Dr. David Alan Gilbert 44b1ff319c migration: pre_save return int 8 年之前
  Corey Minyard d307c28ca9 i2c: Allow I2C devices to NAK start events 8 年之前
  Alastair D'Silva 9e41bade85 hw/i2c: Add a NULL check for i2c slave init callbacks 8 年之前