mbox series

[GIT,PULL] I3C changes for 6.6

Message ID 20230906220710e64b2b71@mail.local (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] I3C changes for 6.6 | expand

Pull-request

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

Message

Alexandre Belloni Sept. 6, 2023, 10:07 p.m. UTC
Hello Linus,

Here is the i3c subsytem pull request for 6.6. There are mostly small
fixes as people ar finally starting to have access to actual hardware.

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6e13d6528be2f7e801af63c8153b87293f25d736:

  i3c: master: svc: fix probe failure when no i3c device exist (2023-09-06 01:21:47 +0200)

----------------------------------------------------------------
I3C for 6.6

Core:
 - Fix SETDASA when static and dynamic adress are equal
 - Fix cmd_v1 DAA exit criteria

Drivers:
 - svc: allow probing without any device

----------------------------------------------------------------
Aniket (2):
      dt-bindings: i3c: Fix description for assigned-address
      i3c: master: Fix SETDASA process

Billy Tsai (1):
      i3c/master: cmd_v1: Fix the exit criteria for the daa procedure

Frank Li (1):
      i3c: master: svc: fix probe failure when no i3c device exist

Miquel Raynal (1):
      i3c: master: svc: Describe member 'saved_regs'

Rob Herring (1):
      i3c: Explicitly include correct DT includes

Ruan Jinjie (1):
      i3c: master: svc: Do not check for 0 return after calling platform_get_irq()

 Documentation/devicetree/bindings/i3c/i3c.yaml | 15 +++++++++++----
 drivers/i3c/master.c                           |  6 +++++-
 drivers/i3c/master/ast2600-i3c-master.c        |  1 -
 drivers/i3c/master/i3c-master-cdns.c           |  1 -
 drivers/i3c/master/mipi-i3c-hci/cmd_v1.c       |  2 +-
 drivers/i3c/master/svc-i3c-master.c            | 19 +++++++++++++++----
 6 files changed, 32 insertions(+), 12 deletions(-)

Comments

Alexandre Belloni Sept. 7, 2023, 2:03 p.m. UTC | #1
Hello,

On 07/09/2023 00:07:11+0200, Alexandre Belloni wrote:
> Hello Linus,
> 
> Here is the i3c subsytem pull request for 6.6. There are mostly small
> fixes as people ar finally starting to have access to actual hardware.
> 

I forgot to add that I extended my signing key expiration date so you
should updated my keyto be able to verify the tag signature.

> The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
> 
>   Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-6.6
> 
> for you to fetch changes up to 6e13d6528be2f7e801af63c8153b87293f25d736:
> 
>   i3c: master: svc: fix probe failure when no i3c device exist (2023-09-06 01:21:47 +0200)
> 
> ----------------------------------------------------------------
> I3C for 6.6
> 
> Core:
>  - Fix SETDASA when static and dynamic adress are equal
>  - Fix cmd_v1 DAA exit criteria
> 
> Drivers:
>  - svc: allow probing without any device
> 
> ----------------------------------------------------------------
> Aniket (2):
>       dt-bindings: i3c: Fix description for assigned-address
>       i3c: master: Fix SETDASA process
> 
> Billy Tsai (1):
>       i3c/master: cmd_v1: Fix the exit criteria for the daa procedure
> 
> Frank Li (1):
>       i3c: master: svc: fix probe failure when no i3c device exist
> 
> Miquel Raynal (1):
>       i3c: master: svc: Describe member 'saved_regs'
> 
> Rob Herring (1):
>       i3c: Explicitly include correct DT includes
> 
> Ruan Jinjie (1):
>       i3c: master: svc: Do not check for 0 return after calling platform_get_irq()
> 
>  Documentation/devicetree/bindings/i3c/i3c.yaml | 15 +++++++++++----
>  drivers/i3c/master.c                           |  6 +++++-
>  drivers/i3c/master/ast2600-i3c-master.c        |  1 -
>  drivers/i3c/master/i3c-master-cdns.c           |  1 -
>  drivers/i3c/master/mipi-i3c-hci/cmd_v1.c       |  2 +-
>  drivers/i3c/master/svc-i3c-master.c            | 19 +++++++++++++++----
>  6 files changed, 32 insertions(+), 12 deletions(-)
> 
> -- 
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
pr-tracker-bot@kernel.org Sept. 7, 2023, 11:10 p.m. UTC | #2
The pull request you sent on Thu, 7 Sep 2023 00:07:10 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e59a698b2d89b95471769c901d12392134c56eab

Thank you!