From: Jan Kiszka <jan.kiszka@siemens.com>
To: qemu-devel <qemu-devel@nongnu.org>,
Anthony Liguori <aliguori@us.ibm.com>
Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
Andreas Faerber <afaerber@suse.de>
Subject: [Qemu-devel] [PATCH v3 0/2] i2c: Add AT24Cxx EEPROM model
Date: Fri, 26 Apr 2013 11:19:15 +0200 [thread overview]
Message-ID: <cover.1366967944.git.jan.kiszka@siemens.com> (raw)
Changes in v3:
- rebased over current master
- addressed review comments by Andreas Färber and Peter Crosthwaite
- better QOM compliance
- table-driven device parametrization
I also briefly looked into a libqos-based test case, but the omap
wrapper just gives me
libi2c-omap.c:79:omap_i2c_send: assertion failed: ((data & OMAP_I2C_CON_STP) != 0)
when sending an address word to the EEPROM.
Jan Kiszka (2):
i2c: Introduce device address mask
Add AT24Cxx I2C EEPROM device model
hw/arm/pxa2xx.c | 3 +-
hw/arm/tosa.c | 2 +-
hw/arm/z2.c | 2 +-
hw/audio/wm8750.c | 2 +-
hw/display/ssd0303.c | 2 +-
hw/gpio/max7310.c | 2 +-
hw/i2c/core.c | 14 ++-
hw/i2c/smbus.c | 2 +-
hw/input/lm832x.c | 2 +-
hw/misc/tmp105.c | 2 +-
hw/nvram/Makefile.objs | 2 +-
hw/nvram/at24.c | 347 ++++++++++++++++++++++++++++++++++++++++++++++++
hw/timer/ds1338.c | 2 +-
hw/timer/twl92230.c | 2 +-
include/hw/i2c/i2c.h | 4 +-
15 files changed, 373 insertions(+), 17 deletions(-)
create mode 100644 hw/nvram/at24.c
--
1.7.3.4
next reply other threads:[~2013-04-26 9:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-26 9:19 Jan Kiszka [this message]
2013-04-26 9:19 ` [Qemu-devel] [PATCH v3 1/2] i2c: Introduce device address mask Jan Kiszka
2013-04-26 9:19 ` [Qemu-devel] [PATCH v3 2/2] Add AT24Cxx I2C EEPROM device model Jan Kiszka
2013-04-26 12:16 ` Peter Crosthwaite
2013-04-26 12:28 ` Jan Kiszka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1366967944.git.jan.kiszka@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=afaerber@suse.de \
--cc=aliguori@us.ibm.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.