RE: [PATCH 2/3] i3c: Add i3c_get_device_id helper

2019-04-16 Thread Vitor Soares
Hi Boris, From: Boris Brezillon Date: Tue, Apr 16, 2019 at 07:18:25 > On Mon, 15 Apr 2019 21:19:40 +0200 > Vitor Soares wrote: > > > This helper return the i3c_device_id structure in order the client > > have access to the driver data. > > > > Signed-off-by: Vitor Soares > > --- > > drivers

Re: [PATCH 2/3] i3c: Add i3c_get_device_id helper

2019-04-15 Thread Boris Brezillon
On Mon, 15 Apr 2019 21:19:40 +0200 Vitor Soares wrote: > This helper return the i3c_device_id structure in order the client > have access to the driver data. > > Signed-off-by: Vitor Soares > --- > drivers/i3c/device.c | 8 > include/linux/i3c/device.h | 1 + > 2 files changed,