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

2020-05-12 Thread Parshuram Raju Thombare
>Can you really select the bus mode without knowing the I3C devices you >have on the bus? Or maybe that's a preliminary initialization which is >then updated when you receive DEFSLVS events. I think we can select bus mode based on knowledge of I2C devices on the bus. I was expecting to support

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

2020-05-11 Thread Boris Brezillon
On Mon, 11 May 2020 15:13:53 +0200 Parshuram Thombare wrote: > 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 |

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

2020-05-11 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 deletion(-) diff --git