All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <minyard@acm.org>
To: QEMU Developers <qemu-devel@nongnu.org>
Cc: Hao Wu <wuhaotsh@google.com>,
	Patrick Venture <venture@google.com>,
	Havard Skinnemoen <hskinnemoen@google.com>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: [GIT PULL] I2C changes for next qemu release
Date: Thu, 13 May 2021 16:54:08 -0500	[thread overview]
Message-ID: <20210513215408.GC2921206@minyard.net> (raw)

This is the addition of a new devices used in a lot of BMCs, and adds
the infrastructure so other devices of it's type can be added.

I will update the Changelog as necessary.

This was through several revisions on the mailing list recently.

Thanks,

-corey

The following changes since commit 8fe9f1f891eff4e37f82622b7480ee748bf4af74:

  Update version for v6.0.0-rc3 release (2021-04-14 22:06:18 +0100)

are available in the Git repository at:

  https://github.com/cminyard/qemu.git tags/for-qemu-6.1-v1

for you to fetch changes up to 065177eeceff552a5316bff9435188b50a2da1b6:

  hw/i2c: add pca954x i2c-mux switch (2021-04-15 07:10:39 -0500)

----------------------------------------------------------------
Add a bus multiplexer device

This patch set adds a bus multiplexer and the necessary infrastructure
in the I2C code to allow it to work.

These are common on systems with lots of I2C devices, like an IPMI BMC.

----------------------------------------------------------------
Patrick Venture (4):
      hw/i2c: name I2CNode list in I2CBus
      hw/i2c: add match method for device search
      hw/i2c: move search to i2c_scan_bus method
      hw/i2c: add pca954x i2c-mux switch

 MAINTAINERS                      |   6 +
 hw/i2c/Kconfig                   |   4 +
 hw/i2c/core.c                    |  55 ++++++--
 hw/i2c/i2c_mux_pca954x.c         | 290 +++++++++++++++++++++++++++++++++++++++
 hw/i2c/meson.build               |   1 +
 hw/i2c/trace-events              |   5 +
 include/hw/i2c/i2c.h             |  17 ++-
 include/hw/i2c/i2c_mux_pca954x.h |  19 +++
 8 files changed, 383 insertions(+), 14 deletions(-)
 create mode 100644 hw/i2c/i2c_mux_pca954x.c
 create mode 100644 include/hw/i2c/i2c_mux_pca954x.h



             reply	other threads:[~2021-05-13 21:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-13 21:54 Corey Minyard [this message]
2021-05-14 16:19 ` [GIT PULL] I2C changes for next qemu release Peter Maydell

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=20210513215408.GC2921206@minyard.net \
    --to=minyard@acm.org \
    --cc=hskinnemoen@google.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=venture@google.com \
    --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.