aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i2c/i2c.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-02hw/i2c: only schedule pending master when bus is idleKlaus Jensen1-0/+2
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen1-0/+16
2022-06-30hw/i2c: support multiple mastersKlaus Jensen1-0/+14
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé1-0/+24
2021-07-08hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan1-1/+11
2021-07-08hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé1-1/+7
2021-07-08hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé1-1/+0
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé1-3/+0
2021-04-15hw/i2c: move search to i2c_scan_bus methodPatrick Venture1-0/+2
2021-04-15hw/i2c: add match method for device searchPatrick Venture1-0/+11
2021-04-15hw/i2c: name I2CNode list in I2CBusPatrick Venture1-1/+3
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-2/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-7/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-09-01hw/i2c: Fix typo in descriptionPhilippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c: Document the I2C qdev helpersPhilippe Mathieu-Daudé1-0/+48
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé1-1/+1
2020-06-26hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé1-0/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-06-28i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan1-2/+0
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-4/+3
2018-12-12i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan1-0/+2
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé1-3/+0
2018-03-01i2c: Move the bus class to i2c.hCorey Minyard1-0/+17
2018-03-01i2c: Fix some brace style issuesCorey Minyard1-4/+2
2018-02-02hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé1-9/+0
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-4/+12
2016-06-14i2c: Factor our send() and recv() common logicPeter Crosthwaite1-0/+1
2014-02-14i2c: Drop FROM_I2C_SLAVE() macroAndreas Färber1-2/+0
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-8/+8
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+88