[PATCH v10 3/7] i3c: master: add i3c_secondary_master_register

2020-11-29 Thread Parshuram Thombare
add i3c_secondary_master_register which is used to register secondary masters. Signed-off-by: Parshuram Thombare --- drivers/i3c/master.c | 154 +++- include/linux/i3c/master.h |3 + 2 files changed, 156 insertions(+), 1 deletions(-) diff --git

RE: [PATCH v10 3/7] i3c: master: add i3c_secondary_master_register

2020-12-07 Thread Parshuram Raju Thombare
>I'm not sure about the logic here. Why would the secondary master >initialize the bus? If you make a distinction between primary and >secondary, then the primary should be the owner of the bus and it should >have enumerated it already. You should populate the bus structure with >info provided by t

Re: [PATCH v10 3/7] i3c: master: add i3c_secondary_master_register

2020-12-03 Thread Nicolas Pitre
On Mon, 30 Nov 2020, Parshuram Thombare wrote: > add i3c_secondary_master_register which is used > to register secondary masters. I'm not sure about the logic here. Why would the secondary master initialize the bus? If you make a distinction between primary and secondary, then the primary shoul