Sign in
qemu
/
qemu
/
74e43b04b0260da09d14bc56a5d629d4753b8b27
/
hw
/
i2c
/
smbus_slave.c
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 5 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 5 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
547db24
i2c:smbus_slave: Add an SMBus vmstate structure
by Corey Minyard
· 7 years ago
8b38e53
i2c:smbus: Make white space in switch statements consistent
by Corey Minyard
· 6 years ago
031ac49
i2c:smbus: Simplify read handling
by Corey Minyard
· 6 years ago
9cf27d7
i2c:smbus: Simplify write operation
by Corey Minyard
· 6 years ago
905cec6
i2c:smbus: Correct the working of quick commands
by Corey Minyard
· 6 years ago
2ac4c5f
i2c: have I2C receive operation return uint8_t
by Corey Minyard
· 6 years ago
93198b6
i2c: Split smbus into parts
by Corey Minyard
· 6 years ago
[Renamed (65%) from hw/i2c/smbus.c]
629457a
i2c: Add a length check to the SMBus write handling
by Corey Minyard
· 6 years ago
4b615be
i2c: pm_smbus: Fix the semantics of block I2C transfers
by Corey Minyard
· 6 years ago
19473e5
hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init
by Philippe Mathieu-Daudé
· 7 years ago
d307c28
i2c: Allow I2C devices to NAK start events
by Corey Minyard
· 8 years ago
cc083d8
i2c: Add asserts for second smbus i2c_start_transfer()
by Corey Minyard
· 8 years ago
0430891
hw: Clean up includes
by Peter Maydell
· 9 years ago
046a184
smbus: return -1 if nothing found at the given address
by Paolo Bonzini
· 11 years ago
285364e
smbus: allow returning an error from reads
by Paolo Bonzini
· 11 years ago
a5c8285
i2c: Rename i2c_bus to I2CBus
by Andreas Färber
· 11 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/smbus.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
b5ea932
i2c: smbus: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
9e07bdf
i2c: rename i2c_slave -> I2CSlave
by Anthony Liguori
· 13 years ago
8e31bf3
Correct spelling of licensed
by Matthew Fernandez
· 14 years ago
5b7f532
i2c: addresses are load/save as uint8_t values, change types to reflect this
by Juan Quintela
· 15 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 15 years ago
074f2ff
qdev: move name+size into DeviceInfo (v2)
by Gerd Hoffmann
· 16 years ago
1ea9667
SMBus qdev conversion
by Paul Brook
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
3f58226
Implement the PXA2xx I2C master controller.
by balrog
· 18 years ago
0ff596d
I2C/SMBus framework.
by pbrook
· 18 years ago