Hi Scott,
Sorry for the (very) late reply.
On Sunday 07 April 2013 18:35:54 Scott Jiang wrote:
> Hi Laurent,
>
> >> >> >> +struct mt9m114_reg {
> >> >> >> + u16 reg;
> >> >> >> + u32 val;
> >> >> >> + int width;
> >> >> >> +};
> >> >> >> +
> >> >> >> +enum {
> >> >> >> + MT9M114_
Hi Laurent,
>> >> >> +struct mt9m114_reg {
>> >> >> + u16 reg;
>> >> >> + u32 val;
>> >> >> + int width;
>> >> >> +};
>> >> >> +
>> >> >> +enum {
>> >> >> + MT9M114_QVGA,
>> >> >> + MT9M114_VGA,
>> >> >> + MT9M114_WVGA,
>> >> >> + MT9M114_720P,
>> >> >> +};
>> >> >
>> >
Hi Scott,
On Monday 01 April 2013 17:33:02 Scott Jiang wrote:
> Hi Laurent,
>
> >> >> +struct mt9m114_reg {
> >> >> + u16 reg;
> >> >> + u32 val;
> >> >> + int width;
> >> >> +};
> >> >> +
> >> >> +enum {
> >> >> + MT9M114_QVGA,
> >> >> + MT9M114_VGA,
> >> >> + MT9M114_WVG
Hi Laurent,
>> >
>> >> +struct mt9m114_reg {
>> >> + u16 reg;
>> >> + u32 val;
>> >> + int width;
>> >> +};
>> >> +
>> >> +enum {
>> >> + MT9M114_QVGA,
>> >> + MT9M114_VGA,
>> >> + MT9M114_WVGA,
>> >> + MT9M114_720P,
>> >> +};
>> >
>> > This is the part I don't like. In
Hi Scott,
On Thursday 28 March 2013 16:29:30 Scott Jiang wrote:
> >> This driver support parallel data output mode and
> >> QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565
> >> output format.
> >
> > What host bridge do you use this driver with ?
>
> I only tested with blackfin.
>
>> This driver support parallel data output mode and
>> QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565
>> output format.
>
> What host bridge do you use this driver with ?
>
I only tested with blackfin.
>
>> + */
>
> [snip]
>
>> +struct mt9m114_reg {
>> + u16 reg;
>> + u32
Hi Scott,
Thank you for the patch.
On Friday 18 January 2013 17:00:44 Scott Jiang wrote:
> This driver support parallel data output mode and
> QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565
> output format.
What host bridge do you use this driver with ?
> Signed-off-by: Scott Ji
Hi Scott,
Em Fri, 18 Jan 2013 17:00:44 -0500
Scott Jiang escreveu:
> This driver support parallel data output mode and
> QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565
> output format.
>
There are a few checkpatch warnings, due to recent API changes at
the Kernel:
WARNING: Usi
This driver support parallel data output mode and
QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565
output format.
Signed-off-by: Scott Jiang
---
drivers/media/i2c/Kconfig | 10 +
drivers/media/i2c/Makefile |1 +
drivers/media/i2c/mt9m114.c | 1055 ++