All of lore.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.9
Date: Mon, 18 Mar 2024 00:30:17 +0100	[thread overview]
Message-ID: <20240317233017c4c35cab@mail.local> (raw)

Hello Linus,

Here is the I3C subsystem pull request for 6.9. Not much this cycle with
only 3 patches.

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8f06fb45853900b4deaa52e2a9e16f3d9550b011:

  i3c: Make i3c_bus_type const (2024-02-19 21:23:28 +0100)

----------------------------------------------------------------
I3C for 6.9

Core:
 - i3c_bus_type is now const

Drivers:
 - dw: disabling IBI is only allowed when hot join and SIR are disabled

----------------------------------------------------------------
Dylan Hung (1):
      i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling

Krzysztof Kozlowski (1):
      dt-bindings: i3c: drop "master" node name suffix

Ricardo B. Marliere (1):
      i3c: Make i3c_bus_type const

 Documentation/devicetree/bindings/i3c/aspeed,ast2600-i3c.yaml | 2 +-
 Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml    | 2 +-
 Documentation/devicetree/bindings/i3c/i3c.yaml                | 4 ++--
 Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml       | 2 +-
 Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml | 2 +-
 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml | 2 +-
 drivers/i3c/internals.h                                       | 2 +-
 drivers/i3c/master.c                                          | 2 +-
 drivers/i3c/master/dw-i3c-master.c                            | 4 +++-
 9 files changed, 12 insertions(+), 10 deletions(-)

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

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

WARNING: multiple messages have this Message-ID (diff)
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.9
Date: Mon, 18 Mar 2024 00:30:17 +0100	[thread overview]
Message-ID: <20240317233017c4c35cab@mail.local> (raw)

Hello Linus,

Here is the I3C subsystem pull request for 6.9. Not much this cycle with
only 3 patches.

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8f06fb45853900b4deaa52e2a9e16f3d9550b011:

  i3c: Make i3c_bus_type const (2024-02-19 21:23:28 +0100)

----------------------------------------------------------------
I3C for 6.9

Core:
 - i3c_bus_type is now const

Drivers:
 - dw: disabling IBI is only allowed when hot join and SIR are disabled

----------------------------------------------------------------
Dylan Hung (1):
      i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling

Krzysztof Kozlowski (1):
      dt-bindings: i3c: drop "master" node name suffix

Ricardo B. Marliere (1):
      i3c: Make i3c_bus_type const

 Documentation/devicetree/bindings/i3c/aspeed,ast2600-i3c.yaml | 2 +-
 Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml    | 2 +-
 Documentation/devicetree/bindings/i3c/i3c.yaml                | 4 ++--
 Documentation/devicetree/bindings/i3c/mipi-i3c-hci.yaml       | 2 +-
 Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml | 2 +-
 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml | 2 +-
 drivers/i3c/internals.h                                       | 2 +-
 drivers/i3c/master.c                                          | 2 +-
 drivers/i3c/master/dw-i3c-master.c                            | 4 +++-
 9 files changed, 12 insertions(+), 10 deletions(-)

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

             reply	other threads:[~2024-03-17 23:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 23:30 Alexandre Belloni [this message]
2024-03-17 23:30 ` [GIT PULL] I3C changes for 6.9 Alexandre Belloni
2024-03-18  0:04 ` pr-tracker-bot
2024-03-18  0:04   ` 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=20240317233017c4c35cab@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 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.