mbox series

[-next,0/2] media: i2c: mt9v111: workaround

Message ID 20240829125203.539977-1-liaochen4@huawei.com
Headers show
Series media: i2c: mt9v111: workaround | expand

Message

Liao Chen Aug. 29, 2024, 12:52 p.m. UTC
Hi all, 

This patchset enables module autoloading feature of mt9v111 module and 
cleans the code up.

Liao Chen (2):
  media: i2c: mt9v111: Add missing MODULE_DEVICE_TABLE
  media: i2c: mt9v111: drop redundant comma

 drivers/media/i2c/mt9v111.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Sakari Ailus Sept. 3, 2024, 11:47 a.m. UTC | #1
On Thu, Aug 29, 2024 at 04:47:08PM +0300, Laurent Pinchart wrote:
> Hi Liao,
> 
> Thank you for the patch.
> 
> On Thu, Aug 29, 2024 at 12:52:02PM +0000, Liao Chen wrote:
> > Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded based
> > on the alias from of_device_id table.
> > 
> > Signed-off-by: Liao Chen <liaochen4@huawei.com>
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> Sakari, I expect you will merge this series through your tree.

Yes, they were in my previous PR to Hans and in media stage tree now.