RE: [PATCH v6 1/2] i3c: move i3c_device_match_id to device.c and export it

2019-07-19 Thread Vitor Soares
From: Boris Brezillon Date: Fri, Jul 19, 2019 at 14:45:03 > On Fri, 19 Jul 2019 15:30:54 +0200 > Vitor Soares wrote: > > > Some I3C device drivers need to know which entry matches the > > i3c_device object passed to the probe function > > > > Let's move i3c_device_match_id() to device.c and ex

Re: [PATCH v6 1/2] i3c: move i3c_device_match_id to device.c and export it

2019-07-19 Thread Boris Brezillon
On Fri, 19 Jul 2019 15:30:54 +0200 Vitor Soares wrote: > Some I3C device drivers need to know which entry matches the > i3c_device object passed to the probe function > > Let's move i3c_device_match_id() to device.c and export it so it can be > used by drivers. > > Signed-off-by: Vitor Soares

[PATCH v6 1/2] i3c: move i3c_device_match_id to device.c and export it

2019-07-19 Thread Vitor Soares
Some I3C device drivers need to know which entry matches the i3c_device object passed to the probe function Let's move i3c_device_match_id() to device.c and export it so it can be used by drivers. Signed-off-by: Vitor Soares --- Changes in v6: Improve kerneldoc Changes in v5: Add kerneldoc