[PATCH v2] host1x: export host1x_syncpt_incr_max function

2014-02-19 Thread Bryan Wu
From: Bryan Wu Tegra V4L2 camera driver needs this function to do frame capture. Signed-off-by: Bryan Wu --- drivers/gpu/host1x/syncpt.c | 1 + include/linux/host1x.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/gpu/host1x/syncpt.c b/drivers/gpu/host1x/syncpt.c index

[PATCH] host1x: export host1x_syncpt_incr_max function

2014-02-19 Thread Bryan Wu
On Wed, Feb 19, 2014 at 2:24 PM, Stephen Warren wrote: > On 02/19/2014 03:23 PM, Bryan Wu wrote: >> Tegra V4L2 camera driver needs this function to do frame capture. > > Does it need to be EXPORT_SYMBOL()d too, in case things are modules? > Sure, I will update this patch to e

[PATCH] host1x: export host1x_syncpt_incr_max function

2014-02-19 Thread Bryan Wu
From: Bryan Wu Tegra V4L2 camera driver needs this function to do frame capture. Signed-off-by: Bryan Wu --- include/linux/host1x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/host1x.h b/include/linux/host1x.h index 3af8472..d2b5299 100644 --- a/include/linux/host1x.h

Re: Can I put a V4L2 soc camera driver under other subsystem directory?

2013-08-08 Thread Bryan Wu
On Thu, Aug 8, 2013 at 1:52 PM, Guennadi Liakhovetski wrote: > Hi Bryan, > > On Wed, 7 Aug 2013, Bryan Wu wrote: > >> Hi Guennadi and LMML, >> >> I'm working on a camera controller driver for Tegra, which is using >> soc_camera. But we also need to us

Can I put a V4L2 soc camera driver under other subsystem directory?

2013-08-08 Thread Bryan Wu
On Thu, Aug 8, 2013 at 1:52 PM, Guennadi Liakhovetski wrote: > Hi Bryan, > > On Wed, 7 Aug 2013, Bryan Wu wrote: > >> Hi Guennadi and LMML, >> >> I'm working on a camera controller driver for Tegra, which is using >> soc_camera. But we also need to us

Can I put a V4L2 soc camera driver under other subsystem directory?

2013-08-07 Thread Bryan Wu
Hi Guennadi and LMML, I'm working on a camera controller driver for Tegra, which is using soc_camera. But we also need to use Tegra specific host1x interface like syncpt APIs. Since host1x is quite Tegra specific framework which is in drivers/gpu/host1x and has several host1x's client driver like

Can I put a V4L2 soc camera driver under other subsystem directory?

2013-08-07 Thread Bryan Wu
Hi Guennadi and LMML, I'm working on a camera controller driver for Tegra, which is using soc_camera. But we also need to use Tegra specific host1x interface like syncpt APIs. Since host1x is quite Tegra specific framework which is in drivers/gpu/host1x and has several host1x's client driver like