Statistics
| Branch: | Revision:

root / hw / i2c @ cba933b2

Name Size
Makefile.objs 313 Bytes
bitbang_i2c.c 6.2 kB
bitbang_i2c.h 316 Bytes
core.c 5.2 kB
exynos4210_i2c.c 10 kB
omap_i2c.c 13.8 kB
pm_smbus.c 5.3 kB
smbus.c 8.1 kB
smbus_eeprom.c 4.9 kB
smbus_ich9.c 3.9 kB
versatile_i2c.c 3.2 kB

Latest revisions

# Date Author Comment
a5c82852 02/14/2014 05:22 pm Andreas Färber

i2c: Rename i2c_bus to I2CBus

Reviewed-by: Peter Crosthwaite <>
Signed-off-by: Andreas Färber <>

1b111dc1 12/24/2013 06:27 pm Markus Armbruster

hw: cannot_instantiate_with_device_add_yet due to pointer props

Pointer properties can be set only by code, not by device_add. A
device with a pointer property can work with device_add only when the
property may remain null.

This is the case for property "interrupt_vector" of device...

bfa6dfd0 12/23/2013 01:27 am Markus Armbruster

ich9: Document why cannot_instantiate_with_device_add_yet

An ICH9 southbridge contains several PCI devices, some of them with
multiple functions. We model each function as a separate qdev. Two
of them need some special wiring set up in pc_q35_init() to work: the...

efec3dd6 12/23/2013 01:27 am Markus Armbruster

qdev: Replace no_user by cannot_instantiate_with_device_add_yet

In an ideal world, machines can be built by wiring devices together
with configuration, not code. Unfortunately, that's not the world we
live in right now. We still have quite a few devices that need to be...

43603329 07/29/2013 10:07 pm Andreas Färber

exynos4210_i2c: QOM cast cleanup

Fix one ->qdev access and rename parent field.

Signed-off-by: Andreas Färber <>

cc3c3b8a 07/29/2013 10:06 pm Andreas Färber

bitbang_i2c: QOM cast cleanup

Signed-off-by: Andreas Färber <>

60ecfcb3 07/29/2013 10:06 pm Andreas Färber

omap_i2c: QOM cast cleanup

Signed-off-by: Andreas Färber <>

93e7f5f4 07/29/2013 10:06 pm Andreas Färber

versatile_i2c: QOM cast cleanup

Signed-off-by: Andreas Färber <>

125ee0ed 07/29/2013 06:37 pm Marcel Apfelbaum

devices: Associate devices to their logical category

The category will be used to sort the devices displayed in
the command line help.

Signed-off-by: Marcel Apfelbaum <>
Message-id: ...

6783ecf1 07/23/2013 01:37 am Peter Maydell

hw: Avoid use of QOM type name macros in VMStateDescriptions

The name field in a VMStateDescription is part of the migration state
versioning, so changing it will break migration. It's therefore a
bad idea to use a QOM typename macro to initialize it, because in...

View revisions

Also available in: Atom