RE: [PATCH v2 2/3] i3c: add i3c_get_device_id helper

2019-06-06 Thread Vitor Soares
Hi Boris, From: Boris Brezillon Date: Thu, Jun 06, 2019 at 16:17:55 > On Thu, 6 Jun 2019 17:12:03 +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 > > --- > > Changes

Re: [PATCH v2 2/3] i3c: add i3c_get_device_id helper

2019-06-06 Thread Boris Brezillon
On Thu, 6 Jun 2019 17:12:03 +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 > --- > Changes in v2: > move this function to drivers/i3c/device.c > > drivers/i3c/device.c |

[PATCH v2 2/3] i3c: add i3c_get_device_id helper

2019-06-06 Thread Vitor Soares
This helper return the i3c_device_id structure in order the client have access to the driver data. Signed-off-by: Vitor Soares --- Changes in v2: move this function to drivers/i3c/device.c drivers/i3c/device.c | 8 include/linux/i3c/device.h | 1 + 2 files changed, 9