Re: [PATCH 3/8] media: v4l2-async: simplify v4l2_async_subdev structure

2017-12-18 Thread Alexandre Belloni
o enclose those into structs, > as the criteria can go directly into the union. > > That makes easier to document it, as we don't need to document > weird senseless structs. > > At drivers, this makes even clearer about the match criteria. > For atmel: Acked-by: Alex

Re: [trivial PATCH] treewide: Align function definition open/close braces

2017-12-18 Thread Alexandre Belloni
t; properly for these modified functions. > > Miscellanea: > > o Remove extra trailing ; and blank line from xfs_agf_verify > > Signed-off-by: Joe Perches For RTC: Acked-by: Alexandre Belloni -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com

Re: [PATCH v2 0/8] ARM: at91: dts: sama5d3: add dt support for atmel isi and ov2640 sensor

2015-01-14 Thread Alexandre Belloni
ssing?). Can you please send it(them?)? > > Bye, > > > arch/arm/boot/dts/sama5d3.dtsi| 24 ++- > > arch/arm/boot/dts/sama5d3xmb.dtsi | 40 > > +++++++ > > arch/arm/configs/sama5_defconfig | 6 ++ > > 3 files changed, 61 insertions(+), 9 de

Re: [PATCH 6/7] ARM: at91: dts: sama5d3: add ov2640 camera sensor support

2014-12-22 Thread Alexandre Belloni
k1_as_isi_mck ? > If you are ok with this name, in next version, I will add one more patch in > the series to do this. > And I will keep your acked-by in my previous patch. > Sounds good to me! -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http:

Re: [PATCH 7/7] ARM: at91: sama5: enable atmel-isi and ov2640 in defconfig

2014-12-19 Thread Alexandre Belloni
On 18/12/2014 at 16:51:07 +0800, Josh Wu wrote : > Signed-off-by: Josh Wu Acked-by: Alexandre Belloni > --- > arch/arm/configs/sama5_defconfig | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/configs/sama5_defconfig > b/arch/arm/configs/sama5_defc

Re: [PATCH 6/7] ARM: at91: dts: sama5d3: add ov2640 camera sensor support

2014-12-19 Thread Alexandre Belloni
+ #address-cells = <1>; > + #size-cells = <0>; > + > + isi_0: endpoint { > + remote-endpoint = <&ov2640_0>; > + bus-width = <8>; > +

Re: [PATCH 4/7] ARM: at91: dts: sama5d3: move the isi mck pin to mb

2014-12-19 Thread Alexandre Belloni
On 18/12/2014 at 16:51:04 +0800, Josh Wu wrote : > From: Bo Shen > > The mck is decided by the board design, move it to mb related > dtsi file. > > Signed-off-by: Bo Shen > Acked-by: Nicolas Ferre Acked-by: Alexandre Belloni > Signed-off-by: Josh Wu > --- >

Re: [PATCH 3/7] ARM: at91: dts: sama5d3: add missing pins of isi

2014-12-19 Thread Alexandre Belloni
On 18/12/2014 at 16:51:03 +0800, Josh Wu wrote : > From: Bo Shen > > The ISI has 12 data lines, add the missing two data lines. > > Signed-off-by: Bo Shen > Acked-by: Nicolas Ferre Acked-by: Alexandre Belloni > --- > arch/arm/boot/dts/sama5d3.dtsi | 6 ++ > 1

Re: [PATCH 2/7] ARM: at91: dts: sama5d3: split isi pinctrl

2014-12-19 Thread Alexandre Belloni
: Bo Shen > Acked-by: Nicolas Ferre Acked-by: Alexandre Belloni > Signed-off-by: Josh Wu > --- > arch/arm/boot/dts/sama5d3.dtsi| 11 --- > arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +- > 2 files changed, 9 insertions(+), 4 deletions(-) > > diff --git a/arch/

Re: [PATCH 5/7] ARM: at91: dts: sama5d3: change name of pinctrl_isi_{power,reset}

2014-12-19 Thread Alexandre Belloni
pinctrl_isi_power: isi_power-0 { > + pinctrl_sensor_power: sensor_power-0 { > atmel,pins = >AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;

Re: [PATCH 1/7] ARM: at91: dts: sama5d3: add isi clock

2014-12-19 Thread Alexandre Belloni
On 18/12/2014 at 16:51:01 +0800, Josh Wu wrote : > Add ISI peripheral clock in sama5d3.dtsi. > > Signed-off-by: Josh Wu Acked-by: Alexandre Belloni > --- > arch/arm/boot/dts/sama5d3.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/sama