public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] I3C changes for 6.4
Date: Mon, 1 May 2023 00:11:51 +0200	[thread overview]
Message-ID: <20230430221151c27da7d9@mail.local> (raw)

Hello Linus,

Here is the i3c subsytem pull request for 6.4. Most of the changes are
there to support a new driver, mostly reusing the existing DW driver.

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-6.4

for you to fetch changes up to 6b496a94c5905fca7879bc0dc438a47de40b7d4f:

  i3c: ast2600: set variable ast2600_i3c_ops storage-class-specifier to static (2023-04-30 23:50:26 +0200)

----------------------------------------------------------------
I3C for 6.4

Subsystem:
 - OF alias bus numbering
 - convert to platform remove callback returning void

New driver: AST2600 controller, based on Synopsys DesignWare IP

Drivers:
 - dw: add infrastructure to support different platform integrations

----------------------------------------------------------------
Andy Shevchenko (1):
      i3c: Correct reference to the I²C device data type

Jeremy Kerr (11):
      i3c: dw: use bus mode rather than device reg for conditional tCAS setting
      i3c: dw: Add infrastructure for platform-specific implementations
      dt-bindings: i3c: Add AST2600 i3c controller
      i3c: ast2600: Add AST2600 platform-specific driver
      i3c: Allow OF-alias-based persistent bus numbering
      i3c: dw: Create a generic fifo read function
      i3c: dw: Turn DAT array entry into a struct
      i3c: dw: Add support for in-band interrupts
      i3c: dw: Add a platform facility for IBI PEC workarounds
      i3c: ast2600: enable IBI support
      i3c: ast2600: fix register setting for 545 ohm pullups

Krzysztof Kozlowski (1):
      i3c: dw: drop of_match_ptr for ID table

Matt Johnston (1):
      i3c: dw: Return the length from a read priv_xfer

Tom Rix (1):
      i3c: ast2600: set variable ast2600_i3c_ops storage-class-specifier to static

Uwe Kleine-König (5):
      i3c: Make i3c_master_unregister() return void
      i3c: dw: Convert to platform remove callback returning void
      i3c: cdns: Convert to platform remove callback returning void
      i3c: mipi-i3c-hci: Convert to platform remove callback returning void
      i3c: svc: Convert to platform remove callback returning void

 .../bindings/i3c/aspeed,ast2600-i3c.yaml           |  72 ++++
 MAINTAINERS                                        |   6 +
 drivers/i3c/master.c                               |  36 +-
 drivers/i3c/master/Kconfig                         |  14 +
 drivers/i3c/master/Makefile                        |   1 +
 drivers/i3c/master/ast2600-i3c-master.c            | 189 +++++++++
 drivers/i3c/master/dw-i3c-master.c                 | 435 ++++++++++++++++++---
 drivers/i3c/master/dw-i3c-master.h                 |  84 ++++
 drivers/i3c/master/i3c-master-cdns.c               |  11 +-
 drivers/i3c/master/mipi-i3c-hci/core.c             |   6 +-
 drivers/i3c/master/svc-i3c-master.c                |  11 +-
 include/linux/i3c/master.h                         |   5 +-
 12 files changed, 779 insertions(+), 91 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i3c/aspeed,ast2600-i3c.yaml
 create mode 100644 drivers/i3c/master/ast2600-i3c-master.c
 create mode 100644 drivers/i3c/master/dw-i3c-master.h

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

             reply	other threads:[~2023-04-30 22:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-30 22:11 Alexandre Belloni [this message]
2023-05-01 19:26 ` [GIT PULL] I3C changes for 6.4 pr-tracker-bot

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=20230430221151c27da7d9@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=linux-i3c@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox