summaryrefslogtreecommitdiffstats
path: root/include/hw/i2c/i2c.h
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c: add asynchronous sendKlaus Jensen2022-06-301-0/+16
* hw/i2c: support multiple mastersKlaus Jensen2022-06-301-0/+14
* hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé2021-07-081-0/+24
* hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan2021-07-081-1/+11
* hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé2021-07-081-1/+7
* hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé2021-07-081-1/+0Star
* hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2021-07-081-3/+0Star
* hw/i2c: move search to i2c_scan_bus methodPatrick Venture2021-04-151-0/+2
* hw/i2c: add match method for device searchPatrick Venture2021-04-151-0/+11
* hw/i2c: name I2CNode list in I2CBusPatrick Venture2021-04-151-1/+3
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-2/+1Star
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-7/+4Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/i2c: Fix typo in descriptionPhilippe Mathieu-Daudé2020-09-011-1/+1
* hw/i2c: Document the I2C qdev helpersPhilippe Mathieu-Daudé2020-07-161-0/+48
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
* hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé2020-07-161-1/+1
* hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé2020-07-161-1/+1
* hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé2020-06-261-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan2019-06-281-2/+0Star
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-4/+3Star
* i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan2018-12-121-0/+2
* hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-3/+0Star
* i2c: Move the bus class to i2c.hCorey Minyard2018-03-011-0/+17
* i2c: Fix some brace style issuesCorey Minyard2018-03-011-4/+2Star
* hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé2018-02-021-9/+0Star
* i2c: Allow I2C devices to NAK start eventsCorey Minyard2017-01-091-4/+12
* i2c: Factor our send() and recv() common logicPeter Crosthwaite2016-06-141-0/+1
* i2c: Drop FROM_I2C_SLAVE() macroAndreas Färber2014-02-141-2/+0Star
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-8/+8
* hw: move headers to include/Paolo Bonzini2013-04-081-0/+88