index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
i2c
/
i2c.h
Age
Commit message (
Expand
)
Author
2021-07-08
hw/i2c: Introduce i2c_start_recv() and i2c_start_send()
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-07-08
hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"
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
2021-04-15
hw/i2c: name I2CNode list in I2CBus
Patrick Venture
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-01
hw/i2c: Fix typo in description
Philippe Mathieu-Daudé
2020-07-16
hw/i2c: Document the I2C qdev helpers
Philippe Mathieu-Daudé
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é
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-06-28
i2c: Move bitbang_i2c.h to include/hw/i2c/
BALATON Zoltan
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
2018-12-12
i2c: Move typedef of bitbang_i2c_interface to i2c.h
BALATON Zoltan
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
2018-02-02
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
Philippe Mathieu-Daudé
2017-01-09
i2c: Allow I2C devices to NAK start events
Corey Minyard
2016-06-14
i2c: Factor our send() and recv() common logic
Peter Crosthwaite
2014-02-14
i2c: Drop FROM_I2C_SLAVE() macro
Andreas Färber
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2013-04-08
hw: move headers to include/
Paolo Bonzini