Re: [PATCH v2 2/2] i3c: master: fix for SETDASA and DAA process

2020-08-20 Thread Boris Brezillon
On Thu, 20 Aug 2020 09:23:25 + Parshuram Raju Thombare wrote: > Hi Boris, > > Thanks for your comments. > > >> + * We anyway don't attach devices which are not addressable > > > >You can drop the anyway. > Sure, I will make above mentioned change in the comment. > > >> + * (no

RE: [PATCH v2 2/2] i3c: master: fix for SETDASA and DAA process

2020-08-20 Thread Parshuram Raju Thombare
Hi Boris, Thanks for your comments. >> + * We anyway don't attach devices which are not addressable > >You can drop the anyway. Sure, I will make above mentioned change in the comment. >> + * (no static_addr and dyn_addr) and devices with static_addr >> + * but no init_dyn_addr will

Re: [PATCH v2 2/2] i3c: master: fix for SETDASA and DAA process

2020-08-19 Thread Boris Brezillon
Hello Parshuram, Sorry for the late reply :-/. On Thu, 21 May 2020 11:33:01 +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

[PATCH v2 2/2] i3c: master: fix for SETDASA and DAA process

2020-05-21 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