index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i2c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
3
-3
/
+3
*
arm: Uniquely name imx25 I2C buses.
Alastair D'Silva
2017-01-20
1
-1
/
+1
*
i2c: Allow I2C devices to NAK start events
Corey Minyard
2017-01-09
3
-11
/
+37
*
hw/i2c: Add a NULL check for i2c slave init callbacks
Alastair D'Silva
2016-12-27
1
-1
/
+5
*
hw/i2c/bitbang_i2c: Handle NACKs from devices
Peter Maydell
2016-11-07
1
-4
/
+15
*
i2c: Add asserts for second smbus i2c_start_transfer()
Corey Minyard
2016-10-24
2
-4
/
+15
*
i2c: Fix SMBus read transactions to avoid double events
Corey Minyard
2016-10-24
1
-13
/
+19
*
i2c: fix migration regression introduced by broadcast support
Igor Mammedov
2016-08-03
1
-3
/
+7
*
ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public
Efimov Vasily
2016-06-29
1
-1
/
+0
*
hw/i2c-ddc.c: Implement DDC I2C slave
Peter Maydell
2016-06-14
2
-0
/
+309
*
i2c: Factor our send() and recv() common logic
Peter Crosthwaite
2016-06-14
1
-18
/
+34
*
i2c: implement broadcast write
KONRAD Frederic
2016-06-14
1
-55
/
+79
*
i2cbus: remove unused dev field
KONRAD Frederic
2016-06-14
1
-1
/
+0
*
hw/i2c: QOM'ify versatile_i2c.c
xiaoqiang zhao
2016-06-14
1
-13
/
+6
*
hw/i2c: QOM'ify omap_i2c.c
xiaoqiang zhao
2016-06-14
1
-17
/
+25
*
hw/i2c: QOM'ify exynos4210_i2c.c
xiaoqiang zhao
2016-06-14
1
-7
/
+6
*
hw/i2c: QOM'ify bitbang_i2c.c
xiaoqiang zhao
2016-06-14
1
-8
/
+6
*
i2c: add aspeed i2c controller
Cédric Le Goater
2016-06-06
2
-0
/
+441
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
2
-0
/
+2
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
1
-1
/
+1
*
i.MX: Add missing descriptions in devices.
Jean-Christophe Dubois
2016-03-16
1
-0
/
+1
*
hw: Clean up includes
Peter Maydell
2016-01-29
4
-0
/
+4
*
arm devices: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
arm: Clean up includes
Peter Maydell
2016-01-29
3
-0
/
+3
*
x86: Clean up includes
Peter Maydell
2016-01-29
2
-0
/
+2
*
omap: Don't use hw_error() in device init() methods
Markus Armbruster
2016-01-13
1
-2
/
+6
*
i.MX: Standardize i.MX I2C debug
Jean-Christophe Dubois
2015-10-27
1
-21
/
+22
*
i.MX: Add I2C controller emulator
Jean-Christophe Dubois
2015-09-07
2
-0
/
+335
*
ACPI: split CONFIG_ACPI into 4 pieces
Shannon Zhao
2015-05-29
1
-1
/
+1
*
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
2015-04-28
1
-3
/
+7
*
pci: Trivial device model conversions to realize
Markus Armbruster
2015-02-26
1
-3
/
+2
*
Fix debug print warning
Gonglei
2014-09-02
1
-2
/
+3
*
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-05-14
2
-5
/
+2
*
pm_smbus: correctly report unclaimed cycles
Paolo Bonzini
2014-05-07
1
-22
/
+41
*
smbus: return -1 if nothing found at the given address
Paolo Bonzini
2014-05-07
1
-18
/
+44
*
smbus: allow returning an error from reads
Paolo Bonzini
2014-05-07
1
-3
/
+3
*
Fix grammar in comment
Stefan Weil
2014-04-18
1
-1
/
+1
*
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2014-02-14
10
-36
/
+36
*
hw: cannot_instantiate_with_device_add_yet due to pointer props
Markus Armbruster
2013-12-24
2
-0
/
+4
*
ich9: Document why cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+5
*
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+1
*
exynos4210_i2c: QOM cast cleanup
Andreas Färber
2013-07-29
1
-5
/
+7
*
versatile_i2c: QOM cast cleanup
Andreas Färber
2013-07-29
1
-7
/
+13
*
omap_i2c: QOM cast cleanup
Andreas Färber
2013-07-29
1
-16
/
+22
*
bitbang_i2c: QOM cast cleanup
Andreas Färber
2013-07-29
1
-9
/
+15
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
2
-0
/
+2
*
hw: Avoid use of QOM type name macros in VMStateDescriptions
Peter Maydell
2013-07-23
1
-1
/
+1
*
Extend support of SMBUS(module pm_smbus.c) HST_STS register.
MRatnikov
2013-07-09
1
-2
/
+23
*
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
5
-6
/
+7
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
5
-5
/
+5
[next]