RE: [PATCH V3 00/15] [media] marvell-ccic: add soc camera support on marvell-ccic

2012-12-16 Thread Albert Wang
de; linux-media@vger.kernel.org >Subject: Re: [PATCH V3 00/15] [media] marvell-ccic: add soc camera support on >marvell- >ccic > >On Sat, 15 Dec 2012 17:57:49 +0800 >Albert Wang wrote: > >> The following patches series will add soc_camera support on marvell-ccic >

Re: [PATCH V3 00/15] [media] marvell-ccic: add soc camera support on marvell-ccic

2012-12-16 Thread Jonathan Corbet
On Sat, 15 Dec 2012 17:57:49 +0800 Albert Wang wrote: > The following patches series will add soc_camera support on marvell-ccic Overall, this patch set has come a long way - great work! As I commented on the specific patches, I still have some concerns about the soc_camera part of it. There's

[PATCH V3 00/15] [media] marvell-ccic: add soc camera support on marvell-ccic

2012-12-15 Thread Albert Wang
The following patches series will add soc_camera support on marvell-ccic Patch set V3 - Change log: - correct and enhance the implementation of some functions - replace most of preprocessor instruction with runtime detect - use devm_clk_get and devm_gpio_request which were