[PATCH] [media] vimc: set id_table for platform drivers

2017-07-14 Thread Javier Martinez Canillas
The vimc platform drivers define a platform device ID table but these are not set to the .id_table field in the platform driver structure. So the platform device ID table is only used to fill the aliases in the module but are not used for matching (works because the platform subsystem fallbacks to

Re: [PATCH] [media] vimc: set id_table for platform drivers

2017-07-14 Thread Helen Koike
Hi, Thanks for the patch On 2017-07-14 05:58 AM, Javier Martinez Canillas wrote: The vimc platform drivers define a platform device ID table but these are not set to the .id_table field in the platform driver structure. So the platform device ID table is only used to fill the aliases in the mo

Re: [PATCH] [media] vimc: set id_table for platform drivers

2017-07-14 Thread Sakari Ailus
On Fri, Jul 14, 2017 at 10:58:39AM +0200, Javier Martinez Canillas wrote: > The vimc platform drivers define a platform device ID table but these > are not set to the .id_table field in the platform driver structure. > > So the platform device ID table is only used to fill the aliases in > the mod