index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
i2c
/
i2c.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-02
hw/i2c: only schedule pending master when bus is idle
Klaus Jensen
1
-0
/
+2
2022-06-30
hw/i2c: add asynchronous send
Klaus Jensen
1
-0
/
+16
2022-06-30
hw/i2c: support multiple masters
Klaus Jensen
1
-0
/
+14
2021-07-08
hw/i2c: Introduce i2c_start_recv() and i2c_start_send()
Philippe Mathieu-Daudé
1
-0
/
+24
2021-07-08
hw/i2c: Make i2c_start_transfer() direction argument a boolean
BALATON Zoltan
1
-1
/
+11
2021-07-08
hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
Philippe Mathieu-Daudé
1
-1
/
+7
2021-07-08
hw/i2c: Remove confusing i2c_send_recv()
Philippe Mathieu-Daudé
1
-1
/
+0
2021-07-08
hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"
Philippe Mathieu-Daudé
1
-3
/
+0
2021-04-15
hw/i2c: move search to i2c_scan_bus method
Patrick Venture
1
-0
/
+2
2021-04-15
hw/i2c: add match method for device search
Patrick Venture
1
-0
/
+11
2021-04-15
hw/i2c: name I2CNode list in I2CBus
Patrick Venture
1
-1
/
+3
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-2
/
+1
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
1
-1
/
+1
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
1
-4
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-7
/
+4
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-09-01
hw/i2c: Fix typo in description
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-16
hw/i2c: Document the I2C qdev helpers
Philippe Mathieu-Daudé
1
-0
/
+48
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-16
hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-16
hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-26
hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()
Philippe Mathieu-Daudé
1
-0
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-06-28
i2c: Move bitbang_i2c.h to include/hw/i2c/
BALATON Zoltan
1
-2
/
+0
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
1
-4
/
+3
2018-12-12
i2c: Move typedef of bitbang_i2c_interface to i2c.h
BALATON Zoltan
1
-0
/
+2
2018-06-01
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
1
-3
/
+0
2018-03-01
i2c: Move the bus class to i2c.h
Corey Minyard
1
-0
/
+17
2018-03-01
i2c: Fix some brace style issues
Corey Minyard
1
-4
/
+2
2018-02-02
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
Philippe Mathieu-Daudé
1
-9
/
+0
2017-01-09
i2c: Allow I2C devices to NAK start events
Corey Minyard
1
-4
/
+12
2016-06-14
i2c: Factor our send() and recv() common logic
Peter Crosthwaite
1
-0
/
+1
2014-02-14
i2c: Drop FROM_I2C_SLAVE() macro
Andreas Färber
1
-2
/
+0
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
1
-8
/
+8
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-0
/
+88