[PATCH] media: i2c: max2175: convert to SPDX identifiers

2018-08-21 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto --- drivers/media/i2c/max2175.c | 10 +- drivers/media/i2c/max2175.h | 12 ++-- 2 files changed, 3 insertions(+), 19 deletions

Re: [PATCH v3][RESEND] media: i2c: tda1997: replace codec to component

2018-04-24 Thread Kuninori Morimoto
Hi Tim, Mark > >> Could you add some detail to the commit explaining why we need to > >> replace codec to component? I don't really know what that means. > >> Please refer to a commit if the ASoC API is changing in some way we > >> need to catch up with. > > > > This is a big transition in the

[PATCH v3][RESEND] media: i2c: tda1997: replace codec to component

2018-04-22 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Now we can replace Codec to Component. Let's do it. Note: xxx_codec_xxx() -> xxx_component_xxx() .idle_bias_off = 0 -> .idle_bias_on = 1 .ignore_pmdown_time = 0 -> .use_

[PATCH] media: rcar-vin: Fix image alignment for setting pre clipping

2018-04-12 Thread Kuninori Morimoto
Signed-off-by: Koji Matsuoka <koji.matsuoka...@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Acked-by: Niklas Söderlund <niklas.soderlund+rene...@ragnatech.se> --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 4 ++-- 1 file changed, 2 insertions(

[PATCH v3] media: i2c: tda1997: replace codec to component

2018-04-05 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Now we can replace Codec to Component. Let's do it. Note: xxx_codec_xxx() -> xxx_component_xxx() .idle_bias_off = 0 -> .idle_bias_on = 1 .ignore_pmdown_time = 0 -> .use_

[PATCH v2] media: i2c: wm9090: replace codec to component

2018-03-28 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Now we can replace Codec to Component. Let's do it. Note: xxx_codec_xxx() -> xxx_component_xxx() .idle_bias_off = 0 -> .idle_bias_on = 1 .ignore_pmdown_time = 0 -> .use_

Re: [PATCH] media: i2c: wm9090: replace codec to component

2018-03-28 Thread Kuninori Morimoto
[cannot apply to v4.16-rc7] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: > https://github.com/0day-ci/linux/commits/Kuninori-Morimoto/media-i2c-wm9090-replace-codec-to-component/20180329-082843 > base: git://lin

[PATCH] media: i2c: wm9090: replace codec to component

2018-03-27 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Now we can replace Codec to Component. Let's do it. Note: xxx_codec_xxx() -> xxx_component_xxx() .idle_bias_off = 0 -> .idle_bias_on = 1 .ignore_pmdown_time = 0 -> .use_

Re: [PATCH][resend] media: ti-vpe: cal: use of_graph_get_remote_endpoint()

2017-08-07 Thread Kuninori Morimoto
Hi Hans > > From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> > > > > Now, we can use of_graph_get_remote_endpoint(). Let's use it. > > I'm not sure why this is resent. It's part of a pending pull request > so I expect it to be merged this week. Sor

[PATCH][resend] media: ti-vpe: cal: use of_graph_get_remote_endpoint()

2017-08-06 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Now, we can use of_graph_get_remote_endpoint(). Let's use it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- drivers/media/platform/ti-vpe/cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 2/3][resend] media: ti-vpe: cal: use of_graph_get_remote_endpoint()

2017-07-23 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Now, we can use of_graph_get_remote_endpoint(). Let's use it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Reviewed-by: Sylwester Nawrocki <s.nawro...@samsung.com> Acked-by: Benoit Parr

[PATCH 2/3][resend] media: ti-vpe: cal: use of_graph_get_remote_endpoint()

2017-07-23 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Now, we can use of_graph_get_remote_endpoint(). Let's use it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Reviewed-by: Sylwester Nawrocki <s.nawro...@samsung.com> Acked-by: Benoit Parr

Re: [PATCH v1.1 2/2] drm: rcar-du: Repair vblank for DRM page flips using the VSP1

2017-06-30 Thread Kuninori Morimoto
N timing. Before this patch, for example 1080i@60Hz, print complete indication happen in 30Hz. After this patch, in interlace case, indication coming 60Hz Best regards --- Kuninori Morimoto

[PATCH 2/3] media: ti-vpe: cal: use of_graph_get_remote_endpoint()

2017-06-27 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Now, we can use of_graph_get_remote_endpoint(). Let's use it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- based on 4c9c3d595f1bad021cc126d20879df4016801736 ("of_graph: add of_graph_ge

Re: [PATCH v1 1/3] of: base: Provide of_graph_get_port_parent()

2017-05-17 Thread Kuninori Morimoto
a quick google finds it... > : https://patchwork.kernel.org/patch/9658907/ > > Surprisingly similar patch ... and a familiar name. > > Morimoto-san - you beat me to it :D ! Interesting. It was applies today to Mark's (= ALSA SoC Maintainer) branch ! https://git.kernel.org/pub/scm/linux

Re: [PATCH v5] media: platform: Renesas IMR driver

2017-05-07 Thread Kuninori Morimoto
re > team who could provide the information ? :-) If not, information restricted > to > Gen3 would still be useful. Hmm.. I will try to ask to HW team. My assumption is "No answer for no documented register". Thus, we have 5% chance (?) Please wait Best regards --- Kuninori Morimoto

Re: [PATCH 1/4] v4l: vsp1: Implement partition algorithm restrictions

2017-03-05 Thread Kuninori Morimoto
> hardware > > > version ? > > > > I asked it to HW team. > > Please wait I'm still waiting from HW team's response, but can you check "32.3.7 Image partition for VSPI processing" on v0.53 datasheet ? (v0.53 is for ES2.0, but this chapter should be same for ES1.x / ES2.0) You may / may not find something from here Best regards --- Kuninori Morimoto

Re: [PATCH 1/4] v4l: vsp1: Implement partition algorithm restrictions

2017-02-28 Thread Kuninori Morimoto
e above > > two > > restrictions need to be honoured, or whether they come from an older > > hardware > > version ? > > I asked it to HW team. > Please wait We still not yet get clear answer from HW team. It is still researching Best regards --- Kuninori Morimoto

Re: [PATCH 1/4] v4l: vsp1: Implement partition algorithm restrictions

2017-02-13 Thread Kuninori Morimoto
hus be too optimistic. Morimoto-san, would it be possible to get more > information about this from the hardware team, to check whether the above two > restrictions need to be honoured, or whether they come from an older hardware > version ? I asked it to HW team. Please wait Best regards --- Kuninori Morimoto

Re: [PATCH/RFC 1/9] clk: shmobile: r8a7795: Add FCP clocks

2016-04-12 Thread Kuninori Morimoto
Hi Laurent > > > The parent clock isn't documented in the datasheet, use S2D1 as a best > > > guess for now. > > > > Would you be able to find out what the parent clock is for the FCP and LVDS > > (patch 2/9) clocks ? > > Thanks ! > I asked it to HW team It is too late information for you

Re: [PATCH/RFC 1/9] clk: shmobile: r8a7795: Add FCP clocks

2016-03-03 Thread Kuninori Morimoto
Hi Laurent > > >> - s2d2 (for 200MHz) > > >> - s2d1 (for 400MHz) > > > > > > Thank you for the information. Do you mean that different FCP instances > > > use different clocks ? If so, could you tell us which clock is used by > > > each instance in th H3 ES1 ? > > > > Sorry for my confusable

Re: [PATCH/RFC 1/9] clk: shmobile: r8a7795: Add FCP clocks

2016-03-02 Thread Kuninori Morimoto
Hi Laurent > > It seems FCP clock is based on each SoC > > In H3 ES1 case, it is using > > - s2d2 (for 200MHz) > > - s2d1 (for 400MHz) > > Thank you for the information. Do you mean that different FCP instances use > different clocks ? If so, could you tell us which clock is used by each >

Re: [PATCH/RFC 1/9] clk: shmobile: r8a7795: Add FCP clocks

2016-03-02 Thread Kuninori Morimoto
Hi Laurent > > > The parent clock isn't documented in the datasheet, use S2D1 as a best > > > guess for now. > > > > Would you be able to find out what the parent clock is for the FCP and LVDS > > (patch 2/9) clocks ? It seems FCP clock is based on each SoC In H3 ES1 case, it is using - s2d2

Question about switch() of soc_mbus_config_compatible()

2015-04-06 Thread Kuninori Morimoto
Hi Mauro, Guennadi I would like to ask you about switch() of linux/drivers/media/platform/soc_camera/soc_mediabus.c :: soc_mbus_config_compatible unsigned int soc_mbus_config_compatible(const struct v4l2_mbus_config *cfg, unsigned int flags) {

Re: [PATCH 2/4] ARM: shmobile: r8a7779: add VIN support

2013-04-17 Thread Kuninori Morimoto
); + + platform_device_register_full(vin_info_table[id]); +} Can you add id check here ? BUG_ON(id 0 || id = ARRAY_SIZE(vin_info_table)); or similar Best regards --- Kuninori Morimoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

Re: [PATCH] V4L: sh-mobile-ceu-camera: restore the bus-width test

2012-05-20 Thread Kuninori Morimoto
is not upstreamed) Of course we will test when we have free time in the future. Best regards --- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

[PATCH] V4L2: sh_mobile_ceu: manage lower 8bit bus

2012-05-07 Thread Kuninori Morimoto
CAMCR::DTIF feild controls camera bus as upper8bit/16bit/lower8bit. This patch manages unmanaged lower 8bit bus Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com --- drivers/media/video/sh_mobile_ceu_camera.c |8 +--- include/media/sh_mobile_ceu.h |1 + 2

[PATCH] V4L2: mt9t112: fixup JPEG initialization workaround

2012-05-07 Thread Kuninori Morimoto
From: Masahiro Nakai na...@atmark-techno.com It has been indicated on Atmark Techno Web page http://armadillo.atmark-techno.com/faq/a800eva-dont-work-camera Signed-off-by: Masahiro Nakai na...@atmark-techno.com Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com --- drivers/media

Re: Current status of SuperH soc-camera/CEU driver

2012-04-23 Thread Kuninori Morimoto
the platform/ceu/mt9t112, and noticed that the driver is using new mbus style, but platform is still using old style. And I got confusion. Now, this code is no users, untested. So, the reason why image was broken is 50% new board specific issue, but 50% original code issue. Best regards --- Kuninori

Re: [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize

2011-10-18 Thread Kuninori Morimoto
is used in SE (with local circuit ?) and Ecovec. But I forgot detail of this issue (I have no mt9t112 for now). I think Phil is the person who wanted this patch. But if this issue happen only SE, I can agree to Guennadi Best regards --- Kuninori Morimoto -- To unsubscribe from this list: send

Re: [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize

2011-10-13 Thread Kuninori Morimoto
. These are bug fix patches Best regards --- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize

2011-09-19 Thread Kuninori Morimoto
Hi Guennadi, all mt9t112 camera needs 100 milliseconds for initializing Special thanks to Phil Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com Reported-by: Phil Edworthy phil.edwor...@renesas.com --- drivers/media/video/mt9t112.c |2 +- 1 files

Re: [PATCH] V4L: tw9910: remove bogus ENUMINPUT implementation

2011-06-07 Thread Kuninori Morimoto
Dear Guennadi I tried this patch on SH7724 Ecovec board. I'm using NTSC video player, and it works well. But I just played video. Is this test OK for you ? Yes, very good, thanks very much! Can I add your Tested-by to the patch? Thanks. Yes, please add it Best regards -- Kuninori

Re: [PATCH] V4L: tw9910: remove bogus ENUMINPUT implementation

2011-06-06 Thread Kuninori Morimoto
OK for you ? Best regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Add interlace support to sh_mobile_ceu_camera.c

2010-07-14 Thread Kuninori Morimoto
-0101_R0P7724LC001121RL_um_1.03.pdf dip-switch settings is wrote in 3.4 Switch Specification If you don't have this board, but have kernel source code, you can watch explain comment on top of ${LINUX}/arch/sh/boards/mach-ecovec24/setup.c Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send

Re: [PATCH] Add interlace support to sh_mobile_ceu_camera.c

2010-07-13 Thread Kuninori Morimoto
when you use tw9910. I wrote dip-switch info on top of ${LINUX}/arch/sh/boards/mach-ecovec24/setup.c Please check it too. Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH] Add interlace support to sh_mobile_ceu_camera.c

2010-07-13 Thread Kuninori Morimoto
issue. DS2[3] should be OFF when you use video Best regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Add interlace support to sh_mobile_ceu_camera.c

2010-07-12 Thread Kuninori Morimoto
fbdev:vidix:sh_veu SIZE=-tv width=1280:height=720 NTSC=-tv norm=NTSC OUT=tv:// -tv outfmt=nv12 DEVICE=-tv device=/dev/video0 mplayer ${VIDIX} ${SIZE} ${NTSC} ${OUT} ${DEVICE} Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: [PATCH] soc_camera_platform: Add necessary v4l2_subdev_video_ops method

2010-05-11 Thread Kuninori Morimoto
v4l2_mbus_framefmt *fmt); Best regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

[PATCH v2] soc_camera_platform: Add necessary v4l2_subdev_video_ops method

2010-05-11 Thread Kuninori Morimoto
These function are needed to use camera. This patch was tested with sh_mobile_ceu_camera Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com --- v1 - v2 o rename soc_camera_platform_try_fmt = soc_camera_platform_fill_fmt o .try_mbus_fmt / .g_mbus_fmt / .s_mbus_fmt use

Re: [PATCH v2] soc_camera_platform: Add necessary v4l2_subdev_video_ops method

2010-05-11 Thread Kuninori Morimoto
should use p-format.field instead of V4L2_FIELD_NONE please give me 3rd chance Best regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo

[PATCH v3] soc_camera_platform: Add necessary v4l2_subdev_video_ops method

2010-05-11 Thread Kuninori Morimoto
These function are needed to use camera. This patch was tested with sh_mobile_ceu_camera Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com --- v2 - v3 o use p-format.field instead of V4L2_FIELD_NONE drivers/media/video/soc_camera_platform.c | 42

[PATCH] soc_camera_platform: Add necessary v4l2_subdev_video_ops method

2010-05-10 Thread Kuninori Morimoto
These function are needed to use camera. This patch was tested with sh_mobile_ceu_camera Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com --- drivers/media/video/soc_camera_platform.c | 39 + 1 files changed, 39 insertions(+), 0 deletions(-) diff

Re: [PATCH 1/2] soc-camera: add support for VIDIOC_S_PARM and VIDIOC_G_PARM ioctls

2010-02-11 Thread Kuninori Morimoto
. But this patch seems good for me. Thank you Best regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

[PATCH 0/3] soc-camera: mt9t112: bug fix patches

2010-02-01 Thread Kuninori Morimoto
Dear Guennadi [Cc] Phil, Namiki-san These patches are bug fix for mt9t112 camera Kuninori Morimoto (3): soc-camera: mt9t112: modify exiting conditions from standby mode soc-camera: mt9t112: modify delay time after initialize soc-camera: mt9t112: The flag which control camera

[PATCH 1/3] soc-camera: mt9t112: modify exiting conditions from standby mode

2010-02-01 Thread Kuninori Morimoto
This polling is needed if camera is in standby mode. But current exiting condition is inverted. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/mt9t112.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/mt9t112.c

[PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize

2010-02-01 Thread Kuninori Morimoto
mt9t112 camera needs 100 milliseconds for initializing Special thanks to Phil Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com Reported-by: Phil Edworthy phil.edwor...@renesas.com --- drivers/media/video/mt9t112.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[PATCH 3/3] soc-camera: mt9t112: The flag which control camera-init is removed

2010-02-01 Thread Kuninori Morimoto
mt9t112 should always be initialized when camera start. Because current driver doesn't run this operation, it will be un-stable if user side player run open/close several times. Special thanks to Namiki-san Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com Reported-by: Takashi Namiki

[PATCH] soc-camera: ov772x: Modify buswidth control

2010-01-06 Thread Kuninori Morimoto
This patch remove buswidth struct member, and it expect that default buswidth is 10 bit. You can select 8 bit buswidth by new flag. This patch also modify ap325rxa/migor setup.c Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- This patch is v2 of soc-camera: ov772x: Add buswidth

How to change fps on soc-camera ?

2010-01-06 Thread Kuninori Morimoto
, I'm not sure though Best regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

[PATCH] soc-camera: ov772x: Add buswidth selection flags for platform

2010-01-04 Thread Kuninori Morimoto
This patch remove buswidth struct member and add new flags for ov772x_camera_info. And it also modify ap325rxa/migor setup.c Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- arch/sh/boards/mach-ap325rxa/setup.c |4 ++-- arch/sh/boards/mach-migor/setup.c|2

Re: How to know which camera is /dev/videoX

2009-12-27 Thread Kuninori Morimoto
Thanks again !! Best regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

How to know which camera is /dev/videoX

2009-12-24 Thread Kuninori Morimoto
/video0 is ls -l /dev/video0 crw--w 1 root 1000 81, 0 Jun 9 2009 /dev/video0 I cheked 81:0 's name cat /sys/dev/char/81\:0/name sh_mobile_ceu.1 Above name is host of soc-camera for me. Are there any way to know camera name (mt9t112/tw9910) ? Best regards -- Kuninori Morimoto

Re: soc-camera: what's in the queue for 2.6.33

2009-12-06 Thread Kuninori Morimoto
not test it now. I hope it works =) Guennadi Liakhovetski (14): (snip) soc-camera: Add mt9t112 camera driver I think this mt9t112 driver patch should under my name =) Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: [PATCH] soc-camera: Add mt9t112 camera support

2009-11-25 Thread Kuninori Morimoto
. Please apply in order of tw9910 - mt9t112. Best regards -- Kuninori Morimoto 0001-sh-mach-ecovec24-Add-tw9910-support.patch Description: Binary data 0002-sh-mach-ecovec24-Add-mt9t112-camera-support.patch Description: Binary data

Re: [PATCH v2] soc-camera: tw9910: modify V/H outpit pin setting to use VALID

2009-11-23 Thread Kuninori Morimoto
Dear Guennadi Hm, strange... This doesn't work at all for me. Getting only timeouts. Have you tested this on Migo-R? Hmm.. strange... It works well on my environment. Of course Migo-R too. my environment is based on your 20091105 patches and my patches Kuninori Morimoto (13): soc

Re: [PATCH/RFC] sh_mobile_ceu_camera: fix pass-through geometry parameters and try_fmt reporting

2009-11-23 Thread Kuninori Morimoto
imagebus tree. Otherwise this is nothing new, I've had this fix for a while in my tree, just forgot to post together with the rest, when presenting my imagebus stack. This patch seems solve my broken image problem !! Tested-by: Kuninori Morimoto morimoto.kunin...@renesas.com -- To unsubscribe from

Re: [PATCH] soc-camera: sh_mobile_ceu_camera: Add support sync polarity selection

2009-11-23 Thread Kuninori Morimoto
understand. I will modify it as soon as possible !! Best regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

Re: [PATCH] soc-camera: tw9910: Add sync polarity support

2009-11-23 Thread Kuninori Morimoto
and HSYNC + * outputs, in this mode their polarity is inverted. + */ + if (flags SOCAM_HSYNC_ACTIVE_LOW) + val |= HSP_HI; without any else, agree? agree. OK I will modify it. Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send the line unsubscribe

[PATCH v2] soc-camera: sh_mobile_ceu_camera: Add support sync polarity selection

2009-11-23 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v1 - v2 o remove pclock field o rename macro drivers/media/video/sh_mobile_ceu_camera.c | 17 + include/media/sh_mobile_ceu.h |2 ++ 2 files changed, 19 insertions(+), 0 deletions(-) diff

[PATCH v2] soc-camera: tw9910: Add sync polarity support

2009-11-23 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v1 - v2 o remove noisy macro o add explain for polarity inverte drivers/media/video/tw9910.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/tw9910.c b/drivers/media

[PATCH] soc-camera: Add mt9t112 camera support

2009-11-19 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- Guennadi I add new number in v4l2-chip-ident.h Is it OK for you ? This camera is very picky. So, it have a lot of constant value. The register of mt9t112 and mt9t111 are same. But I have mt9t112 only. mt9t111 should also work

Re: [PATCH v2] soc-camera: tw9910: modify V/H outpit pin setting to use VALID

2009-11-19 Thread Kuninori Morimoto
soc_camera_bus_param_compatible behavior No. We should fix the sh-CEU driver. Thank you !! I can understand !! I will study pxa_camera_set_bus_param. Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

[PATCH] soc-camera: sh_mobile_ceu_camera: Add support sync polarity selection

2009-11-19 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/sh_mobile_ceu_camera.c | 25 + include/media/sh_mobile_ceu.h |3 +++ 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/drivers/media/video

[PATCH] soc-camera: tw9910: Add sync polarity support

2009-11-19 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/tw9910.c | 22 +++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/tw9910.c b/drivers/media/video/tw9910.c index a4ba720..243207d 100644 --- a/drivers

Re: [PATCH v2] soc-camera: tw9910: modify V/H outpit pin setting to use VALID

2009-11-15 Thread Kuninori Morimoto
regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] soc-camera: tw9910: modify V/H outpit pin setting to use VALID

2009-11-13 Thread Kuninori Morimoto
? Also, sorry for not explaining properly. Yesterday I wrote Because VSP_LO = HSP_LO = 0. And when I use xVALID, xSP_LO mean ACTIVE HI. So, I drop these explain because it is just un-understandable. Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send the line unsubscribe linux

[PATCH 2/5] soc-camera: tw9910: Add output signal control

2009-10-13 Thread Kuninori Morimoto
tw9910 can control output signal. This patch will stop all signal when video was stopped. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/tw9910.c | 35 --- 1 files changed, 24 insertions(+), 11 deletions(-) diff --git

[PATCH 3/5] soc-camera: tw9910: Add output pin control.

2009-10-13 Thread Kuninori Morimoto
tw9910 can select output pin width and vs/hs pin feature. This patch add new flags definition to control it. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/tw9910.c | 72 -- include/media/tw9910.h | 21

[PATCH 4/5] soc-camera: tw9910: Remove crop setting

2009-10-13 Thread Kuninori Morimoto
Current driver had been set default value for copping, but this value need not be changed at now. In addition, default value is different by Revision 0 and 1. So, this patch remove this settings Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/tw9910.c

[PATCH 5/5] soc-camera: tw9910: Add revision control on tw9910_set_hsync

2009-10-13 Thread Kuninori Morimoto
10 - 3 bit hsync control are same as Rev0/Rev1. But only rev1 can control more 3 bit for hsync. This patch modify this problem Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/tw9910.c | 26 +- 1 files changed, 17 insertions(+), 9

[PATCH 1/5] soc-camera: tw9910: Add revision control

2009-10-13 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/tw9910.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/tw9910.c b/drivers/media/video/tw9910.c index df7934d..5152d56 100644 --- a/drivers/media/video

[PATCH 0/5] tw9910: Revision control patches

2009-10-13 Thread Kuninori Morimoto
Dear Guennadi Kuninori Morimoto : soc-camera: tw9910: Add revision control soc-camera: tw9910: Add output signal control soc-camera: tw9910: Add output pin control. soc-camera: tw9910: Remove crop setting soc-camera: tw9910: Add revision control on tw9910_set_hsync

Re: [PATCH 2/5] soc-camera: tw9910: Add output signal control

2009-10-13 Thread Kuninori Morimoto
cases? I need research about this. I might have made a big mistake. I should re-check my patches and consider all of your comment. Thank you Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

[PATCH] soc-camera: tw9910: Revision 0 and 1 are able to use

2009-10-09 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/tw9910.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/tw9910.c b/drivers/media/video/tw9910.c index 269ab04..7bf90a2 100644 --- a/drivers/media/video/tw9910.c

Re: [PATCH 1/2] soc-camera: add a new driver for the RJ54N1CB0C camera sensor from Sharp

2009-10-04 Thread Kuninori Morimoto
) += ov772x.o obj-$(CONFIG_SOC_CAMERA_OV9640) += ov9640.o obj-$(CONFIG_SOC_CAMERA_TW9910) += tw9910.o +obj-$(CONFIG_SOC_CAMERA_RJ54N1) += rj54n1cb0c.o alphabet order wrong ? 'R' is earlier than 'T' ? Best regards -- Kuninori Morimoto

Re: [PATCH v2] soc-camera: fix missing clean up on error path

2009-06-25 Thread Kuninori Morimoto
regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] soc-camera: fix missing clean up on error path

2009-06-21 Thread Kuninori Morimoto
, also affecting the regular (not error) path, so, I will have to test it too. Thanks. but I'm very busy now. Please wait for me. Best regards -- Kuninori Morimoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 0/5] soc-camera: convert to platform device

2009-04-19 Thread Kuninori Morimoto
/~gliakhovetski/v4l-dvb?cmd=changeset;node=157893ad8d0b Best regards -- Kuninori Morimoto -- 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 http://vger.kernel.org/majordomo-info.html

[PATCH v5] ov772x: add edge contrl support

2009-03-31 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v4 - v5 o use readable struct for edgectrl o use readable MASK name drivers/media/video/ov772x.c | 63 +++-- include/media/ov772x.h | 33 ++ 2 files changed, 92

[PATCH] soc_camera: Add soc_camera_match function

2009-03-31 Thread Kuninori Morimoto
${LINUX}/drivers/base/dd.c :: __device_attach use driver_match_device function. It needs bus-match function. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- Guennadi I tried latest Linux 2.6.29 from Paul's git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git

[PATCH v4] ov772x: add edge contrl support

2009-03-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v3 - v4 o comment fix o change edge ctrl setting order o considered edge auto control mode and manual control mode o add DSP auto register comment drivers/media/video/ov772x.c | 52

[PATCH v2] ov772x: add edge contrl support

2009-03-23 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- I used flags to judge though I said I use edge_threshold un-used 4 bit. v1 - v2 o add struct ov772x_edge_ctrl o add new flags drivers/media/video/ov772x.c | 31 +++ include/media/ov772x.h

[PATCH] ov772x: add edge contrl support

2009-03-22 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- This patch is 1st step for extra settings drivers/media/video/ov772x.c | 34 ++ include/media/ov772x.h | 25 + 2 files changed, 59 insertions(+), 0 deletions

[PATCH] ov772x: wrong pointer for soc_camera_link is modified

2009-03-19 Thread Kuninori Morimoto
priv-client-dev.platrom_data mean ov772x_camera_info in ov772x driver. So, struct soc_camera_link doesn't exist there. This patch modify this bug. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/ov772x.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH] sh_mobile_ceu: Add SOCAM_DATA_ACTIVE_{HIGH/LOW} flags

2009-03-02 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/sh_mobile_ceu_camera.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/sh_mobile_ceu_camera.c b/drivers/media/video/sh_mobile_ceu_camera.c index 96cf857..bb10899

[PATCH v2] sh_mobile_ceu: SOCAM flags are prepared at itself

2009-02-04 Thread Kuninori Morimoto
From 32fde76488032405b48afa4ed0b30c9184e855b5 Mon Sep 17 00: 00:00 2001 sh_mobile_ceu can supports bus width 8, 16 and other flags. But it can not support SOCAM_SLAVE, because it does not support any clocks. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v1 - v2 o change

[PATCH v2 1/2] soc_camera: Add SOCAM_FIELD_ID_ACTIVE_{HIGH,LOW} flags

2009-02-04 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v1 - v2 o field name fix include/media/soc_camera.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 7440d92..74a4cc5 100644 --- a/include

[PATCH] tw9910: color format check is added on set_fmt

2009-01-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/tw9910.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/tw9910.c b/drivers/media/video/tw9910.c index 1a9c6fd..57027c0 100644 --- a/drivers/media

[PATCH] sh_mobile_ceu: SOCAM flags are prepared at itself.

2009-01-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com Signed-off-by: Magnus Damm d...@igel.co.jp --- drivers/media/video/sh_mobile_ceu_camera.c | 27 +-- include/media/sh_mobile_ceu.h |5 +++-- 2 files changed, 28 insertions(+), 4 deletions

[PATCH 1/2] soc_camera: Add FLDPOL flags

2009-01-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- include/media/soc_camera.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 7440d92..2c7ecdf 100644 --- a/include/media/soc_camera.h +++ b

[PATCH 2/2] sh_mobile_ceu: Add FLDPOL operation

2009-01-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/sh_mobile_ceu_camera.c |7 +++ include/media/sh_mobile_ceu.h |2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/sh_mobile_ceu_camera.c b/drivers

[PATCH] ov772x: add support S_CROP operation.

2009-01-22 Thread Kuninori Morimoto
ov772x_set_fmt had returned NULL when pixfmt is 0, although it mean only geometry change. This patch modify this problem. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/ov772x.c | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff

[PATCH] sh_mobile_ceu_camera: NV12/21/16/61 are added only once.

2009-01-22 Thread Kuninori Morimoto
NV12/21/16/61 had been added every time UYVY/VYUY/YUYV/YVYU appears on get_formats. This patch modify this problem. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- [before] Format NV12 (12 bits, NV12): Planar NV12 Format NV21 (12 bits, NV21): Planar NV21 Format unknown