Re: [PATCH 1/1] [media] davinci_vpfe: Use module_platform_driver macro

2013-03-10 Thread Sachin Kamat
Queued to my branch http://git.linuxtv.org/mhadli/v4l-dvb-davinci_devices.git/shortlog/refs/heads/for_v3.10 Thanks Prabhakar. BTW, Manjunath's mail ID (manjunath.ha...@ti.com) bounces. Probably you need to update the correct ID in the MAINTAINERS file? -- With warm regards, Sachin -- To

Re: [PATCH 1/1] [media] davinci_vpfe: Use module_platform_driver macro

2013-03-10 Thread Prabhakar Lad
Hi Sachin, On Mon, Mar 11, 2013 at 11:01 AM, Sachin Kamat sachin.ka...@linaro.org wrote: Queued to my branch http://git.linuxtv.org/mhadli/v4l-dvb-davinci_devices.git/shortlog/refs/heads/for_v3.10 Thanks Prabhakar. BTW, Manjunath's mail ID (manjunath.ha...@ti.com) bounces. Probably you

Re: [PATCH 1/1] [media] davinci_vpfe: Use module_platform_driver macro

2013-03-10 Thread Sachin Kamat
On 11 March 2013 11:06, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Sachin, On Mon, Mar 11, 2013 at 11:01 AM, Sachin Kamat sachin.ka...@linaro.org wrote: Queued to my branch http://git.linuxtv.org/mhadli/v4l-dvb-davinci_devices.git/shortlog/refs/heads/for_v3.10 Thanks Prabhakar.

Re: [PATCH 1/1] [media] davinci_vpfe: Use module_platform_driver macro

2013-03-07 Thread Sachin Kamat
Hi Prabhakar, BTW, who is supposed to pick this patch? I'll queue it for 3.10 and a issue a pull request to Mauro soon. Or if you have a branch and want to issue a pull no problem(anyways I have Acked it). what do you suggest ? Please queue it in your tree and go ahead with the pull

Re: [PATCH 1/1] [media] davinci_vpfe: Use module_platform_driver macro

2013-03-07 Thread Prabhakar Lad
Hi Sachin, On Thu, Mar 7, 2013 at 1:36 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Prabhakar, BTW, who is supposed to pick this patch? I'll queue it for 3.10 and a issue a pull request to Mauro soon. Or if you have a branch and want to issue a pull no problem(anyways I have Acked

Re: [PATCH 1/1] [media] davinci_vpfe: Use module_platform_driver macro

2013-03-06 Thread Sachin Kamat
On 5 March 2013 17:46, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Sachin, Thanks for the patch! On Tue, Mar 5, 2013 at 5:22 PM, Sachin Kamat sachin.ka...@linaro.org wrote: module_platform_driver() eliminates the boilerplate and simplifies the code. Signed-off-by: Sachin Kamat

Re: [PATCH 1/1] [media] davinci_vpfe: Use module_platform_driver macro

2013-03-06 Thread Prabhakar Lad
Hi Sachin, On Thu, Mar 7, 2013 at 12:46 PM, Sachin Kamat sachin.ka...@linaro.org wrote: On 5 March 2013 17:46, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Sachin, Thanks for the patch! On Tue, Mar 5, 2013 at 5:22 PM, Sachin Kamat sachin.ka...@linaro.org wrote:

[PATCH 1/1] [media] davinci_vpfe: Use module_platform_driver macro

2013-03-05 Thread Sachin Kamat
module_platform_driver() eliminates the boilerplate and simplifies the code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- .../staging/media/davinci_vpfe/vpfe_mc_capture.c | 20 +--- 1 files changed, 1 insertions(+), 19 deletions(-) diff --git

Re: [PATCH 1/1] [media] davinci_vpfe: Use module_platform_driver macro

2013-03-05 Thread Prabhakar Lad
Hi Sachin, Thanks for the patch! On Tue, Mar 5, 2013 at 5:22 PM, Sachin Kamat sachin.ka...@linaro.org wrote: module_platform_driver() eliminates the boilerplate and simplifies the code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Acked-by: Lad, Prabhakar prabhakar@ti.com