Re: [PATCH v5] i3c: master: fix for SETDASA and DAA process

2020-09-14 Thread Boris Brezillon
On Tue, 25 Aug 2020 08:31:49 +0200 Parshuram Thombare wrote: > This patch fix following issue. > Controller slots blocked for devices with static_addr > but no init_dyn_addr may limit the number of I3C devices > on the bus which gets dynamic address in DAA. So > instead of attaching all the

[PATCH v5] i3c: master: fix for SETDASA and DAA process

2020-08-25 Thread Parshuram Thombare
This patch fix following issue. Controller slots blocked for devices with static_addr but no init_dyn_addr may limit the number of I3C devices on the bus which gets dynamic address in DAA. So instead of attaching all the devices with static_addr, now we only attach the devices which successfully

RE: [PATCH v5] i3c: master: fix for SETDASA and DAA process

2020-08-25 Thread Parshuram Raju Thombare
kernel.org; Milind Parab ; >prane...@ti.com; Parshuram Raju Thombare >Subject: [PATCH v5] i3c: master: fix for SETDASA and DAA process > >This patch fixes the following issue. >Controller slots blocked for the devices with only static_addr >or init_dyn_addr may limit the number o

[PATCH v5] i3c: master: fix for SETDASA and DAA process

2020-08-25 Thread Parshuram Thombare
This patch fixes the following issue. Controller slots blocked for the devices with only static_addr or init_dyn_addr may limit the number of I3C devices on the bus which gets dynamic address in DAA. So instead of attaching all the devices with static_addr, now we only attach the devices which