All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vitor Soares <Vitor.Soares@synopsys.com>
To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-i3c@lists.infradead.org
Cc: mark.rutland@arm.com, Joao.Pinto@synopsys.com,
	robh+dt@kernel.org, Vitor Soares <Vitor.Soares@synopsys.com>,
	bbrezillon@kernel.org
Subject: [PATCH 0/4] i3c: remove device if failed on pre_assign_dyn_addr()
Date: Thu, 29 Aug 2019 12:19:31 +0200	[thread overview]
Message-ID: <cover.1567071213.git.vitor.soares@synopsys.com> (raw)

This patch series remove the devices that fail during
pre_assign_dyn_addr() and were being sent on DEFSVLS command.
With the change above, during the i3c_master_add_i3c_dev_locked() is
necessary to check if the device has i3c_boardinfo and try to assign the
i3c_dev_boardinfo->init_dyn_addr if there no oldev. This change will
allow to describe in DT device with preferable dynamic address but without
static address.

Vitor Soares (4):
  "i3c: detach and free device if pre_assign_dyn_addr fails "
  i3c: check i3c_boardinfo during i3c_master_add_i3c_dev_locked
  update i3c bingins
  i3c: master: dw: Reattach device on first empty location of DAT

 Documentation/devicetree/bindings/i3c/i3c.txt | 13 ++++++++---
 drivers/i3c/master.c                          | 33 ++++++++++++++++++++++++---
 drivers/i3c/master/dw-i3c-master.c            | 16 +++++++++++++
 3 files changed, 56 insertions(+), 6 deletions(-)

-- 
2.7.4


_______________________________________________
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: Vitor Soares <Vitor.Soares@synopsys.com>
To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-i3c@lists.infradead.org
Cc: bbrezillon@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com,
	Joao.Pinto@synopsys.com, Vitor Soares <Vitor.Soares@synopsys.com>
Subject: [PATCH 0/4] i3c: remove device if failed on pre_assign_dyn_addr()
Date: Thu, 29 Aug 2019 12:19:31 +0200	[thread overview]
Message-ID: <cover.1567071213.git.vitor.soares@synopsys.com> (raw)

This patch series remove the devices that fail during
pre_assign_dyn_addr() and were being sent on DEFSVLS command.
With the change above, during the i3c_master_add_i3c_dev_locked() is
necessary to check if the device has i3c_boardinfo and try to assign the
i3c_dev_boardinfo->init_dyn_addr if there no oldev. This change will
allow to describe in DT device with preferable dynamic address but without
static address.

Vitor Soares (4):
  "i3c: detach and free device if pre_assign_dyn_addr fails "
  i3c: check i3c_boardinfo during i3c_master_add_i3c_dev_locked
  update i3c bingins
  i3c: master: dw: Reattach device on first empty location of DAT

 Documentation/devicetree/bindings/i3c/i3c.txt | 13 ++++++++---
 drivers/i3c/master.c                          | 33 ++++++++++++++++++++++++---
 drivers/i3c/master/dw-i3c-master.c            | 16 +++++++++++++
 3 files changed, 56 insertions(+), 6 deletions(-)

-- 
2.7.4

             reply	other threads:[~2019-08-29 10:20 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29 10:19 Vitor Soares [this message]
2019-08-29 10:19 ` [PATCH 0/4] i3c: remove device if failed on pre_assign_dyn_addr() Vitor Soares
2019-08-29 10:19 ` [PATCH 1/4] i3c: master: detach and free device if pre_assign_dyn_addr() fails Vitor Soares
2019-08-29 10:19   ` Vitor Soares
2019-08-29 10:41   ` Boris Brezillon
2019-08-29 10:41     ` Boris Brezillon
2019-08-29 13:53     ` Vitor Soares
2019-08-29 13:53       ` Vitor Soares
2019-08-29 14:35       ` Boris Brezillon
2019-08-29 14:35         ` Boris Brezillon
2019-08-29 15:23         ` Vitor Soares
2019-08-29 15:23           ` Vitor Soares
2019-08-29 15:37           ` Boris Brezillon
2019-08-29 15:37             ` Boris Brezillon
2019-08-29 16:23             ` Vitor Soares
2019-08-29 16:23               ` Vitor Soares
2019-08-29 10:19 ` [PATCH 2/4] i3c: master: Check if devices have i3c_dev_boardinfo on i3c_master_add_i3c_dev_locked() Vitor Soares
2019-08-29 10:19   ` Vitor Soares
2019-08-29 10:44   ` Boris Brezillon
2019-08-29 10:44     ` Boris Brezillon
2019-08-29 14:00     ` Vitor Soares
2019-08-29 14:00       ` Vitor Soares
2019-08-29 14:39       ` Boris Brezillon
2019-08-29 14:39         ` Boris Brezillon
2019-08-29 14:39         ` Boris Brezillon
2019-08-29 14:39           ` Boris Brezillon
2019-08-29 15:07           ` Vitor Soares
2019-08-29 15:07             ` Vitor Soares
2019-08-29 15:24             ` Boris Brezillon
2019-08-29 15:24               ` Boris Brezillon
2019-08-29 15:57               ` Vitor Soares
2019-08-29 15:57                 ` Vitor Soares
2019-08-29 16:15                 ` Boris Brezillon
2019-08-29 16:15                   ` Boris Brezillon
2019-08-29 16:33                   ` Vitor Soares
2019-08-29 16:33                     ` Vitor Soares
2019-08-29 16:37                     ` Boris Brezillon
2019-08-29 16:37                       ` Boris Brezillon
2019-08-29 16:27   ` Boris Brezillon
2019-08-29 16:27     ` Boris Brezillon
2019-08-29 10:19 ` [PATCH 3/4] dt-bindings: i3c: Make 'assigned-address' valid if static address != 0 Vitor Soares
2019-08-29 10:19   ` Vitor Soares
2019-08-29 10:51   ` Boris Brezillon
2019-08-29 10:51     ` Boris Brezillon
2019-08-29 14:06     ` Vitor Soares
2019-08-29 14:06       ` Vitor Soares
2019-08-29 10:19 ` [PATCH 4/4] i3c: master: dw: reattach device on first available location of address table Vitor Soares
2019-08-29 10:19   ` Vitor Soares
2019-08-29 11:15   ` Boris Brezillon
2019-08-29 11:15     ` Boris Brezillon
2019-08-29 14:09     ` Vitor Soares
2019-08-29 14:09       ` Vitor Soares

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=cover.1567071213.git.vitor.soares@synopsys.com \
    --to=vitor.soares@synopsys.com \
    --cc=Joao.Pinto@synopsys.com \
    --cc=bbrezillon@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-i3c@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.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.