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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
4
-11
/
+4
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-4
/
+1
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2
-2
/
+2
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2
-8
/
+4
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
7
-25
/
+16
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
7
-18
/
+32
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-07-16
hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()
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
2020-06-23
hw/i2c: Add header for ARM SBCon two-wire serial bus interface
Philippe Mathieu-Daudé
1
-0
/
+35
2020-05-11
hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition
Philippe Mathieu-Daudé
1
-1
/
+1
2020-04-29
smbus: Fix spd_data_generate() error API violation
Markus Armbruster
1
-1
/
+1
2019-12-16
aspeed/i2c: Add support for DMA transfers
Cédric Le Goater
1
-0
/
+5
2019-12-16
aspeed/i2c: Check SRAM enablement on AST2500
Cédric Le Goater
1
-0
/
+3
2019-12-16
aspeed/i2c: Add support for pool buffer transfers
Cédric Le Goater
1
-0
/
+8
2019-10-15
aspeed/i2c: Add AST2600 support
Cédric Le Goater
1
-1
/
+4
2019-10-15
aspeed/i2c: Introduce an object class per SoC
Cédric Le Goater
1
-0
/
+15
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
2
-0
/
+2
2019-08-16
include: Make headers more self-contained
Markus Armbruster
1
-0
/
+2
2019-07-03
hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...
Peter Maydell
2
-2
/
+38
2019-06-28
i2c: Move bitbang_i2c.h to include/hw/i2c/
BALATON Zoltan
3
-3
/
+15
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-05-07
i2c-ddc: move it to hw/display
Paolo Bonzini
1
-40
/
+0
2019-02-27
i2c:smbus_slave: Add an SMBus vmstate structure
Corey Minyard
1
-3
/
+21
2019-02-27
i2c:pm_smbus: Fix state transfer
Corey Minyard
1
-0
/
+9
2019-02-27
i2c:pm_smbus: Fix pm_smbus handling of I2C block read
Corey Minyard
1
-0
/
+6
2019-02-27
i2c:smbus: Simplify read handling
Corey Minyard
1
-7
/
+10
2019-02-27
i2c:smbus: Simplify write operation
Corey Minyard
1
-8
/
+13
2019-02-27
i2c:smbus: Correct the working of quick commands
Corey Minyard
1
-0
/
+5
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
1
-4
/
+3
2019-02-27
i2c: Split smbus into parts
Corey Minyard
4
-36
/
+96
2019-02-04
smbus: Add a helper to generate SPD EEPROM data
BALATON Zoltan
1
-0
/
+3
2019-01-29
arm: Stub out NRF51 TWI magnetometer/accelerometer detection
Steffen Görtz
1
-0
/
+42
2019-01-22
hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"
Philippe Mathieu-Daudé
1
-0
/
+2
2018-12-12
i2c: Move typedef of bitbang_i2c_interface to i2c.h
BALATON Zoltan
2
-3
/
+2
2018-10-15
i2c: switch ddc to use the new edid generator
Gerd Hoffmann
1
-1
/
+3
2018-08-23
i2c: pm_smbus: Add the ability to force block transfer enable
Corey Minyard
1
-1
/
+1
2018-08-23
i2c: pm_smbus: Add interrupt handling
Corey Minyard
1
-0
/
+2
2018-08-23
i2c: pm_smbus: Add block transfer capability
Corey Minyard
1
-2
/
+18
2018-08-23
i2c: pm_smbus: Fix the semantics of block I2C transfers
Corey Minyard
1
-2
/
+15
2018-07-03
ppc4xx_i2c: Rewrite to model hardware more closely
BALATON Zoltan
1
-1
/
+2
2018-06-21
ppc4xx_i2c: Implement directcntl register
BALATON Zoltan
1
-0
/
+4
2018-06-21
ppc4xx_i2c: Remove unimplemented sdata and intr registers
BALATON Zoltan
1
-3
/
+1
2018-06-08
smbus: add a smbus_eeprom_init_one() routine
Cédric Le Goater
1
-0
/
+1
2018-06-01
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
1
-3
/
+0
[next]