Re: [PATCH] [media] convert drivers/media/* to use module_i2c_driver()

2012-01-26 Thread Jonathan Corbet
On Sat, 21 Jan 2012 18:10:45 +0800 Axel Lin axel@gmail.com wrote: This patch converts the drivers in drivers/media/* to use the module_i2_driver() macro which makes the code smaller and a bit simpler. For ov7670.c (belatedly): Acked-by: Jonathan Corbet cor...@lwn.net jon -- To

Re: [PATCH] [media] convert drivers/media/* to use module_i2c_driver()

2012-01-23 Thread Tomasz Stanislawski
Hi, For module s5p-tv/hdmiphy Acked-by: Tomasz Stanislawski t.stanisl...@samsung.com -- Regards, Tomasz Stanislawski -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] [media] convert drivers/media/* to use module_i2c_driver()

2012-01-23 Thread Hans Verkuil
For modules: adv7170 adv7175 bt819 bt856 bt866 cs5345 cx53l32a cx25840-core indycam ks0127 m52790 msp3400-driver saa6588 saa6752hs saa7110 saa7115 saa7127 saa717x saa7191 tda7432 tda9840 tea6415c tea6420 tlv320aic23b tuner-core tvaudio upd64031a upd64083 vp27smpx wm8739 wm8775 Acked-by: Hans

Re: [PATCH] [media] convert drivers/media/* to use module_i2c_driver()

2012-01-23 Thread Guennadi Liakhovetski
On Sat, 21 Jan 2012, Axel Lin wrote: This patch converts the drivers in drivers/media/* to use the module_i2_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin axel@gmail.com Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Kyungmin Park

Re: [PATCH] [media] convert drivers/media/* to use module_i2c_driver()

2012-01-23 Thread Mauro Carvalho Chehab
Em 21-01-2012 08:10, Axel Lin escreveu: This patch converts the drivers in drivers/media/* to use the module_i2_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin axel@gmail.com Cc: Mauro Carvalho Chehab mche...@infradead.org Acked-by: Mauro Carvalho

[PATCH] [media] convert drivers/media/* to use module_i2c_driver()

2012-01-21 Thread Axel Lin
This patch converts the drivers in drivers/media/* to use the module_i2_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin axel@gmail.com Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Heungjun Kim

Re: [PATCH] [media] convert drivers/media/* to use module_i2c_driver()

2012-01-21 Thread Laurent Pinchart
Hi Axel, Thanks for the patch. On Saturday 21 January 2012 11:10:45 Axel Lin wrote: This patch converts the drivers in drivers/media/* to use the module_i2_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin axel@gmail.com For the following modules,

Re: [PATCH] [media] convert drivers/media/* to use module_i2c_driver()

2012-01-21 Thread Sylwester Nawrocki
On 01/21/2012 11:10 AM, Axel Lin wrote: This patch converts the drivers in drivers/media/* to use the module_i2_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Linaxel@gmail.com For s5k6aa, noon010pc30, sr030pc30, m5mols modules, Acked-by: Sylwester