devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
To: Hans Verkuil <hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>,
	Guennadi Liakhovetski
	<g.liakhovetski-Mmb7MZpHnFY@public.gmane.org>
Cc: Linux Media Mailing List
	<linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Songjun Wu <songjun.wu-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>,
	Sakari Ailus <sakari.ailus-X3B1VOXEql0@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Hans Verkuil
	<hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>,
	Josh Wu <josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>,
	Ludovic Desroches
	<ludovic.desroches-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>,
	"Wu,
	Songjun" <Songjun.Wu-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
Subject: Re: [PATCHv5 07/16] atmel-isi: remove dependency of the soc-camera framework
Date: Mon, 13 Mar 2017 14:34:23 +0100	[thread overview]
Message-ID: <1b77d36c-856c-0bee-a832-3d4e74c0e9dd@atmel.com> (raw)
In-Reply-To: <4010987b-52a3-d3b9-0e3f-c5ea35455fa2-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>

Le 13/03/2017 à 12:43, Hans Verkuil a écrit :
> On 03/12/2017 05:44 PM, Guennadi Liakhovetski wrote:
>> Hi Hans,
>>
>> Thanks for the patch. Why hasn't this patch been CCed to Josh Wu? Is he 
>> still at Atmel? Adding to CC to check.
> 
> To the best of my knowledge Josh no longer works for Atmel/Microchip, and Songjun
> took over.

Yes absolutely, Josh Wu is no longer with us and Songjun and Ludovic
took over the maintenance.
But we have full confidence in experts like you guys and we thank you so
much Hans for having handled this move for atmel-isi.

>> A general comment: this patch doesn't only remove soc-camera dependencies, 
>> it also changes the code and the behaviour. I would prefer to break that 
>> down in multiple patches, or remove this driver completely and add a new 
>> one. I'll provide some comments, but of course I cannot make an extensive 
>> review of a 1200-line of change patch without knowing the hardware and the 
>> set ups well enough.
>>
>> On Sat, 11 Mar 2017, Hans Verkuil wrote:
>>
>>> From: Hans Verkuil <hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
>>>
>>> This patch converts the atmel-isi driver from a soc-camera driver to a driver
>>> that is stand-alone.
>>>
>>> Signed-off-by: Hans Verkuil <hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
>>> ---
>>>  drivers/media/platform/soc_camera/Kconfig     |    3 +-
>>>  drivers/media/platform/soc_camera/atmel-isi.c | 1209 +++++++++++++++----------
>>>  2 files changed, 714 insertions(+), 498 deletions(-)

[..]

>>> +static struct isi_format isi_formats[] = {
>>
>> This isn't a const array, you're modifying it during initialisation. Are 
>> we sure there aren't going to be any SoCs with more than one ISI?
> 
> When that happens, this should be changed at that time. I think it is unlikely
> since as I understand it ISI has been replaced by ISC (atmel-isc).

Yes, ISC has replaced ISI for all Atmel/Microchip MPUs onwards. We may
have several of them, but very likely never more than one ISI.

Regards,
-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-03-13 13:34 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-11 11:23 [PATCHv5 00/16] atmel-isi/ov7670/ov2640: convert to standalone drivers Hans Verkuil
2017-03-11 11:23 ` [PATCHv5 02/16] ov7670: call v4l2_async_register_subdev Hans Verkuil
2017-03-11 11:23 ` [PATCHv5 03/16] ov7670: fix g/s_parm Hans Verkuil
2017-03-11 11:23 ` [PATCHv5 04/16] ov7670: get xclk Hans Verkuil
2017-03-11 11:23 ` [PATCHv5 06/16] atmel-isi: document device tree bindings Hans Verkuil
     [not found]   ` <20170311112328.11802-7-hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-03-20 16:41     ` Rob Herring
2017-03-20 16:49       ` Hans Verkuil
2017-03-20 16:57         ` Rob Herring
2017-03-11 11:23 ` [PATCHv5 07/16] atmel-isi: remove dependency of the soc-camera framework Hans Verkuil
2017-03-11 13:16   ` Sakari Ailus
     [not found]   ` <20170311112328.11802-8-hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-03-12 16:44     ` Guennadi Liakhovetski
2017-03-13 11:43       ` Hans Verkuil
     [not found]         ` <4010987b-52a3-d3b9-0e3f-c5ea35455fa2-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-03-13 13:34           ` Nicolas Ferre [this message]
2017-03-11 11:23 ` [PATCHv5 08/16] atmel-isi: move out of soc_camera to atmel Hans Verkuil
2017-03-11 11:23 ` [PATCHv5 09/16] ov2640: fix colorspace handling Hans Verkuil
     [not found]   ` <20170311112328.11802-10-hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-03-12 12:15     ` Guennadi Liakhovetski
2017-03-11 11:23 ` [PATCHv5 10/16] ov2640: update bindings Hans Verkuil
2017-03-11 11:23 ` [PATCHv5 12/16] ov2640: use standard clk and enable it Hans Verkuil
2017-03-11 11:23 ` [PATCHv5 14/16] em28xx: drop last soc_camera link Hans Verkuil
2017-03-11 11:23 ` [PATCHv5 15/16] sama5d3 dts: enable atmel-isi Hans Verkuil
2017-03-11 13:17 ` [PATCHv5 00/16] atmel-isi/ov7670/ov2640: convert to standalone drivers Sakari Ailus
     [not found] ` <20170311112328.11802-1-hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-03-11 11:23   ` [PATCHv5 01/16] ov7670: document device tree bindings Hans Verkuil
2017-03-20 16:16     ` Rob Herring
2017-03-11 11:23   ` [PATCHv5 05/16] ov7670: add devicetree support Hans Verkuil
2017-03-11 11:23   ` [PATCHv5 11/16] ov2640: convert from soc-camera to a standard subdev sensor driver Hans Verkuil
2017-03-11 11:23   ` [PATCHv5 13/16] ov2640: add MC support Hans Verkuil
2017-03-11 11:23   ` [PATCHv5 16/16] at91-sama5d3_xplained.dts: select ov2640 Hans Verkuil
2017-03-21 11:23   ` [PATCHv5 00/16] atmel-isi/ov7670/ov2640: convert to standalone drivers Sakari Ailus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1b77d36c-856c-0bee-a832-3d4e74c0e9dd@atmel.com \
    --to=nicolas.ferre-aife0yeh4naavxtiumwx3w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=g.liakhovetski-Mmb7MZpHnFY@public.gmane.org \
    --cc=hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org \
    --cc=hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org \
    --cc=josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org \
    --cc=linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=ludovic.desroches-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org \
    --cc=sakari.ailus-X3B1VOXEql0@public.gmane.org \
    --cc=songjun.wu-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).