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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
hw
/
i2c
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-02
hw/i2c: only schedule pending master when bus is idle
Klaus Jensen
1
-15
/
+22
2022-06-30
hw/i2c: add asynchronous send
Klaus Jensen
1
-1
/
+35
2022-06-30
hw/i2c: support multiple masters
Klaus Jensen
1
-1
/
+33
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2021-09-30
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
1
-1
/
+1
2021-07-08
hw/i2c: Introduce i2c_start_recv() and i2c_start_send()
Philippe Mathieu-Daudé
1
-0
/
+10
2021-07-08
hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()
Philippe Mathieu-Daudé
1
-2
/
+12
2021-07-08
hw/i2c: Make i2c_start_transfer() direction argument a boolean
BALATON Zoltan
1
-2
/
+2
2021-07-08
hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
Philippe Mathieu-Daudé
1
-1
/
+1
2021-07-08
hw/i2c: Remove confusing i2c_send_recv()
Philippe Mathieu-Daudé
1
-29
/
+21
2021-04-15
hw/i2c: move search to i2c_scan_bus method
Patrick Venture
1
-12
/
+26
2021-04-15
hw/i2c: add match method for device search
Patrick Venture
1
-4
/
+19
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
1
-3
/
+3
2020-07-16
hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()
Philippe Mathieu-Daudé
1
-3
/
+3
2020-07-16
hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()
Philippe Mathieu-Daudé
1
-6
/
+5
2020-06-26
hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()
Philippe Mathieu-Daudé
1
-2
/
+16
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-2
/
+3
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
1
-19
/
+13
2018-06-08
hw/i2c: Add trace events
Philippe Mathieu-Daudé
1
-7
/
+18
2018-06-01
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
1
-13
/
+0
2018-03-01
i2c: Move the bus class to i2c.h
Corey Minyard
1
-17
/
+0
2018-03-01
i2c: Fix some brace style issues
Corey Minyard
1
-2
/
+1
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-01-09
i2c: Allow I2C devices to NAK start events
Corey Minyard
1
-6
/
+25
2016-12-27
hw/i2c: Add a NULL check for i2c slave init callbacks
Alastair D'Silva
1
-1
/
+5
2016-10-24
i2c: Add asserts for second smbus i2c_start_transfer()
Corey Minyard
1
-1
/
+6
2016-10-24
i2c: Fix SMBus read transactions to avoid double events
Corey Minyard
1
-13
/
+19
2016-08-03
i2c: fix migration regression introduced by broadcast support
Igor Mammedov
1
-3
/
+7
2016-06-14
i2c: Factor our send() and recv() common logic
Peter Crosthwaite
1
-18
/
+34
2016-06-14
i2c: implement broadcast write
KONRAD Frederic
1
-55
/
+79
2016-06-14
i2cbus: remove unused dev field
KONRAD Frederic
1
-1
/
+0
2016-01-29
hw: Clean up includes
Peter Maydell
1
-0
/
+1
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-4
/
+2
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
1
-16
/
+16
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
2013-06-07
qdev: Drop FROM_QBUS() macro
Andreas Färber
1
-2
/
+2
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
1
-0
/
+246