From: Corey Minyard <cminyard@mvista.com>
To: Nicholas Piggin <npiggin@gmail.com>
Cc: "Alistair Francis" <alistair.francis@wdc.com>,
"Daniel Henrique Barboza" <daniel.barboza@oss.qualcomm.com>,
"Chao Liu" <chao.liu.zevorn@gmail.com>,
"Chris Rauer" <crauer@google.com>,
"Michael Ellerman" <mpe@kernel.org>,
"Joel Stanley" <jms@oss.tenstorrent.com>,
"Anirudh Srinivasan" <asrinivasan@oss.tenstorrent.com>,
"Portia Stephens" <portias@oss.tenstorrent.com>,
qemu-riscv@nongnu.org, qemu-devel@nongnu.org,
"Hao Wu" <wuhaotsh@google.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: Re: [PATCH 0/4] hw/i2c: Add designware i2c controller
Date: Sun, 10 May 2026 08:03:53 -0500 [thread overview]
Message-ID: <agCCOdfvlRVtCpYf@mail.minyard.net> (raw)
In-Reply-To: <20260507120524.111056-1-npiggin@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2166 bytes --]
On Thu, May 07, 2026 at 10:05:18PM +1000, Nicholas Piggin wrote:
> Hi,
>
> This series contains the DW I2C model written by Chris Rauer and
> updated for the Tenstorrent Atlantis machine recently. There was
> some more review comment on that submission and so we decided to
> take the I2C device out of that series and work on it separately,
> see here:
>
> https://lore.kernel.org/qemu-devel/20260425131721.932250-1-joel@jms.id.au/T/#mb1ef2824c2f1f37bf4574dc1ef0fb95566c3a2f2
>
> The big thing suggested was to move to the QEMU register API. That
> is a big change and difficult to review, so I have split that and
> a some smaller changes out into their own patches. I don't expect
> detailed reviews on the register API patch -- it's quite mechanical
> and I did attempt to verify it by diff'ing register traces. But it
> would be good to make sure maintainers are happy to go that way.
>
> Unfortunately the patch 1 was quite well reviewed and tested so
> incremental changes would be preferable, but it is painful to maintain
> migration compatibility across these changes.
I had a few comments on the first patch, but they were all fixed in
later patches. From my review this all looks good.
Yes, please squash these as you suggested in the second patch.
Acked-by: Corey Minyard <cminyard@mvista.com>
-corey
>
> Thanks,
> Nick
>
> Chris Rauer (1):
> hw/i2c: Add designware i2c controller
>
> Nicholas Piggin (3):
> [RFC] hw/i2c/designware_i2c: Switch to Fifo8
> [RFC] hw/i2c/designware_i2c: Switch to QEMU register API
> [RFC] hw/i2c/designware_i2c: add SMBUS_INTR_MASK
>
> MAINTAINERS | 8 +
> hw/i2c/Kconfig | 5 +
> hw/i2c/designware_i2c.c | 742 ++++++++++++++++++++++++++++++++
> hw/i2c/meson.build | 1 +
> hw/i2c/trace-events | 4 +
> include/hw/i2c/designware_i2c.h | 56 +++
> roms/seabios-hppa | 2 +-
> 7 files changed, 817 insertions(+), 1 deletion(-)
> create mode 100644 hw/i2c/designware_i2c.c
> create mode 100644 include/hw/i2c/designware_i2c.h
>
> --
> 2.53.0
>
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3365 bytes --]
next prev parent reply other threads:[~2026-05-10 13:05 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-07 12:05 [PATCH 0/4] hw/i2c: Add designware i2c controller Nicholas Piggin
2026-05-07 12:05 ` [PATCH 1/4] " Nicholas Piggin
2026-05-11 10:20 ` Philippe Mathieu-Daudé
2026-05-07 12:05 ` [PATCH 2/4] [RFC] hw/i2c/designware_i2c: Switch to Fifo8 Nicholas Piggin
2026-05-11 10:18 ` Philippe Mathieu-Daudé
2026-05-15 18:23 ` Nicholas Piggin
2026-05-07 12:05 ` [PATCH 3/4] [RFC] hw/i2c/designware_i2c: Switch to QEMU register API Nicholas Piggin
2026-05-13 2:03 ` Alistair Francis
2026-05-15 18:34 ` Nicholas Piggin
2026-05-07 12:05 ` [PATCH 4/4] [RFC] hw/i2c/designware_i2c: add SMBUS_INTR_MASK Nicholas Piggin
2026-05-11 10:19 ` Philippe Mathieu-Daudé
2026-05-10 13:03 ` Corey Minyard [this message]
2026-05-15 23:00 ` [PATCH 0/4] hw/i2c: Add designware i2c controller Nicholas Piggin
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=agCCOdfvlRVtCpYf@mail.minyard.net \
--to=cminyard@mvista.com \
--cc=alistair.francis@wdc.com \
--cc=asrinivasan@oss.tenstorrent.com \
--cc=chao.liu.zevorn@gmail.com \
--cc=crauer@google.com \
--cc=daniel.barboza@oss.qualcomm.com \
--cc=jms@oss.tenstorrent.com \
--cc=mpe@kernel.org \
--cc=npiggin@gmail.com \
--cc=philmd@linaro.org \
--cc=portias@oss.tenstorrent.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=wuhaotsh@google.com \
/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.