RE: [PATCH v7 4/7] i3c: master: add mastership handover support

2020-05-12 Thread Parshuram Raju Thombare
>Those waits should be done in the master driver. Pass a timeout to >->request_master() or make it a property of the i3c_master_controller >if you like, but don't poll the status from the core. Ok, I will move these pollings, check master has DA and MR done to master driver method

Re: [PATCH v7 4/7] i3c: master: add mastership handover support

2020-05-11 Thread Boris Brezillon
On Mon, 11 May 2020 15:14:49 +0200 Parshuram Thombare wrote: > Added mastership acquire and yield functions. > > Signed-off-by: Parshuram Thombare > --- > drivers/i3c/master.c | 187 +++-- > include/linux/i3c/master.h | 23 + > 2 files changed, 201