index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i2c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: smbus: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-17
/
+23
*
i2c: rename i2c_slave -> I2CSlave
Anthony Liguori
2012-01-27
1
-10
/
+12
*
vmstate: extract declarations out of hw/hw.h
Paolo Bonzini
2012-01-13
1
-0
/
+10
*
lm832x: Take DeviceState pointer in lm832x_key_event()
Peter Maydell
2011-07-30
1
-1
/
+1
*
max7310: finish qdev'ication
Dmitry Eremin-Solenikov
2011-02-11
1
-5
/
+0
*
vmstate: remove i2c_slave_load/save
Juan Quintela
2009-10-05
1
-2
/
+0
*
i2c: addresses are load/save as uint8_t values, change types to reflect this
Juan Quintela
2009-10-05
1
-4
/
+4
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-1
/
+1
*
qdev: rework device properties.
Gerd Hoffmann
2009-07-16
1
-1
/
+1
*
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
2009-06-11
1
-1
/
+1
*
Add common BusState
Paul Brook
2009-05-23
1
-3
/
+3
*
PXA SSI qdev conversion
Paul Brook
2009-05-14
1
-8
/
+0
*
I2C cleanup
Paul Brook
2009-05-14
1
-5
/
+0
*
TWL92230 qdev conversion
Paul Brook
2009-05-14
1
-5
/
+0
*
WM8750 qdev coversion
Paul Brook
2009-05-14
1
-3
/
+1
*
TMP105 qdev conversion
Paul Brook
2009-05-14
1
-2
/
+0
*
LM832x qdev conversion
Paul Brook
2009-05-14
1
-2
/
+1
*
MAX7310 I2C qdev conversion
Paul Brook
2009-05-14
1
-1
/
+0
*
SSD0303 qdev conversion
Paul Brook
2009-05-14
1
-3
/
+0
*
I2C qdev support
Paul Brook
2009-05-14
1
-1
/
+22
*
Push AUD_init down to devices
Paul Brook
2009-05-12
1
-1
/
+1
*
Follow coding conventions
Paul Brook
2009-05-10
1
-4
/
+4
*
graphical_console_init change (Stefano Stabellini)
aliguori
2009-01-16
1
-1
/
+1
*
Don't use "hz" in identifiers to make AIX happy.
balrog
2008-11-12
1
-1
/
+1
*
Fix i2c save/restore.
pbrook
2008-07-01
1
-2
/
+1
*
Add the LM8323-based keyboard of N810.
balrog
2008-05-09
1
-0
/
+4
*
Use external clock in wm8750 slave mode.
balrog
2008-05-04
1
-0
/
+1
*
Let WM8750 users write to audio buffer directly.
balrog
2008-04-26
1
-0
/
+2
*
Nokia N800 machine support (ARM).
balrog
2008-04-14
1
-0
/
+10
*
Break up vl.h.
pbrook
2007-11-17
1
-4
/
+11
*
Spelling fixes, by Stefan Weil.
ths
2007-07-11
1
-1
/
+1
*
Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.
balrog
2007-05-24
1
-0
/
+4
*
Add WM8750 and MAX7310 chips (I2C slaves).
balrog
2007-05-23
1
-0
/
+14
*
I2C/SMBus framework.
pbrook
2007-05-23
1
-0
/
+49