[linux-sunxi] Re: [PATCH v4 0/2] ARM: sunxi: Add support for FriendlyARM NanoPi NEO SBC

2016-09-05 Thread Maxime Ripard
On Tue, Sep 06, 2016 at 08:15:55AM +1000, James Pettigrew wrote: > Changes in v2: > As per Rask's review (thank you): > Added vendor prefix > Removed unncessary input.h include > Fixed underscores and unnecessary unit addresses in node names >

[linux-sunxi] Re: [PATCH] ASoC: sun4i-codec: Distinguish sun4i from sun7i

2016-09-05 Thread Maxime Ripard
Hi, On Mon, Sep 05, 2016 at 09:24:04PM +0200, Danny Milosavljevic wrote: > ASoC: sun4i-codec: Distinguish sun4i from sun7i > > Introduce mechanism to detect sun7i and provide a different regmap, codec > and different controls for it - different compared to sun4i Allwinner A10. > > The controls w

[linux-sunxi] Re: [PATCH] ASoC: sun4i-codec: Distinguish sun4i from sun7i

2016-09-05 Thread Chen-Yu Tsai
On Tue, Sep 6, 2016 at 3:24 AM, Danny Milosavljevic wrote: > ASoC: sun4i-codec: Distinguish sun4i from sun7i > > Introduce mechanism to detect sun7i and provide a different regmap, codec > and different controls for it - different compared to sun4i Allwinner A10. > > The controls will be extended

[linux-sunxi] Re: [PATCH 4/7] drm/panel: Add Sinlinx SinA33 7" panel

2016-09-05 Thread Chen-Yu Tsai
On Tue, Sep 6, 2016 at 4:02 AM, Maxime Ripard wrote: > Hi, > > On Mon, Sep 05, 2016 at 01:03:03AM +0800, Icenowy Zheng wrote: >> Hi Everyone, >> >> 01.09.2016, 23:40, "Maxime Ripard" : >> > The SinA33 has an unidentified panel. Add the timings for it under a new >> > compatible. >> >> >> >> Excu

[linux-sunxi] Re: [PATCH 5/7] ARM: sun8i: a33: Add display pipeline

2016-09-05 Thread Chen-Yu Tsai
On Tue, Sep 6, 2016 at 4:21 AM, Maxime Ripard wrote: > Hi, > > On Fri, Sep 02, 2016 at 02:28:54PM +0800, Chen-Yu Tsai wrote: >> > + be0: display-backend@01e6 { >> > + compatible = "allwinner,sun8i-a33-display-backend"; >> > + reg = <0x0

[linux-sunxi] Re: [PATCH 0/7] drm/sun4i: Introduce A33 display driver

2016-09-05 Thread Chen-Yu Tsai
On Tue, Sep 6, 2016 at 4:37 AM, Maxime Ripard wrote: > On Sat, Sep 03, 2016 at 09:43:59AM +0800, Chen-Yu Tsai wrote: >> On Sat, Sep 3, 2016 at 3:06 AM, Maxime Ripard >> wrote: >> > Hi Icenowy, >> > >> > On Fri, Sep 02, 2016 at 09:30:05AM +0800, Icenowy Zheng wrote: >> >> >> >> >> >> 01.09.2016, 2

Re: [linux-sunxi] [PATCH v4 2/2] devicetree: Add vendor prefix for FriendlyARM

2016-09-05 Thread Chen-Yu Tsai
On Tue, Sep 6, 2016 at 6:15 AM, James Pettigrew wrote: > Guangzhou FriendlyARM Computer Tech Co., Ltd is a Chinese ARM board vendor. > > Signed-off-by: James Pettigrew > Reviewed-by: Rask Ingemann Lambertsen Acked-by: Chen-Yu Tsai -- You received this message because you are subscribed to th

[linux-sunxi] Re: [PATCH] ASoC: sun4i-codec: Distinguish sun4i from sun7i

2016-09-05 Thread Mark Brown
On Mon, Sep 05, 2016 at 09:24:03PM +0200, Danny Milosavljevic wrote: > Here's just the part that allows distinguishing sun4i from sun7i. > > Since I'm waiting for Chen-Yu's DAPM_DOUBLE patch series I figured I'd post > the preliminaries in the mean time which will not change and can be applied >

[linux-sunxi] Re: Some discussion about A64 clocks regulators support

2016-09-05 Thread André Przywara
On 05/09/16 22:17, maxime.ripard wrote: Hi Maxime, thanks for your answer. > I'm leaving aside the rest of your mail, since we apparently have a > very fundamental disagreement and will never reach an agreement. So, > let's agree to disagree. I agree ;-) > > That being said... > > On Mon, Se

[linux-sunxi] [PATCH v4 0/2] ARM: sunxi: Add support for FriendlyARM NanoPi NEO SBC

2016-09-05 Thread James Pettigrew
Changes in v2: As per Rask's review (thank you): Added vendor prefix Removed unncessary input.h include Fixed underscores and unnecessary unit addresses in node names Added GPIO pin comments to led nodes Changes in v3:

[linux-sunxi] [PATCH v4 2/2] devicetree: Add vendor prefix for FriendlyARM

2016-09-05 Thread James Pettigrew
Guangzhou FriendlyARM Computer Tech Co., Ltd is a Chinese ARM board vendor. Signed-off-by: James Pettigrew Reviewed-by: Rask Ingemann Lambertsen --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor

[linux-sunxi] [PATCH v4 1/2] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-05 Thread James Pettigrew
The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a micro SD slot, 10/100Mbit ethernet and a single USB-A port. Signed-off-by: James Pettigrew Reviewed-by: Rask Ingemann Lambertsen --- arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/sun8i-h3-nanopi-neo.d

[linux-sunxi] Re: Some discussion about A64 clocks regulators support

2016-09-05 Thread maxime.ripard
Hi Andre, I'm leaving aside the rest of your mail, since we apparently have a very fundamental disagreement and will never reach an agreement. So, let's agree to disagree. That being said... On Mon, Sep 05, 2016 at 01:25:36AM +0100, André Przywara wrote: > From thinking more about this I think w

[linux-sunxi] I put kernel.org bugzilla"input: failed to attach handler mousedev to device inputX , error: -16"

2016-09-05 Thread Silvio Pellicano
https://bugzilla.kernel.org/show_bug.cgi?id=156131 I try to enable udev debug but semms kernel related and not udev related, there is someone can give me help to find information about error -16 in attach mousedev? I feel i make something wrong in .config , but usb mouse is quite simple to m

[linux-sunxi] Re: [PATCH 0/7] drm/sun4i: Introduce A33 display driver

2016-09-05 Thread Maxime Ripard
On Sat, Sep 03, 2016 at 09:43:59AM +0800, Chen-Yu Tsai wrote: > On Sat, Sep 3, 2016 at 3:06 AM, Maxime Ripard > wrote: > > Hi Icenowy, > > > > On Fri, Sep 02, 2016 at 09:30:05AM +0800, Icenowy Zheng wrote: > >> > >> > >> 01.09.2016, 23:40, "Maxime Ripard" : > >> > Hi everyone, > >> > > >> > This s

[linux-sunxi] Re: [PATCH 3/7] drm/sun4i: Add SAT and DRC drivers

2016-09-05 Thread Maxime Ripard
Hi, On Fri, Sep 02, 2016 at 02:45:06PM +0800, Chen-Yu Tsai wrote: > > + > > +DRC > > +--- > > + > > +The DRC, found in the latest Allwinner SoCs (A31, A23, A33), allows to > > +do some backlight control to enhance the power consumption. > > + > > +Required properties: > > + - compatible: value mu

[linux-sunxi] Re: [PATCH 2/7] drm/sun4i: support A33 tcon

2016-09-05 Thread Maxime Ripard
On Fri, Sep 02, 2016 at 02:02:30PM +0800, Chen-Yu Tsai wrote: > Hi, > > On Thu, Sep 1, 2016 at 11:31 PM, Maxime Ripard > wrote: > > The A33 has a significantly different pipeline, with components that differ > > too. > > > > Make sure we had compatible for them. > > > > Signed-off-by: Maxime Ripa

[linux-sunxi] Re: [PATCH 5/7] ARM: sun8i: a33: Add display pipeline

2016-09-05 Thread Maxime Ripard
Hi, On Fri, Sep 02, 2016 at 02:28:54PM +0800, Chen-Yu Tsai wrote: > > + be0: display-backend@01e6 { > > + compatible = "allwinner,sun8i-a33-display-backend"; > > + reg = <0x01e6 0x1>; > > Please also list the interrupt, even th

[linux-sunxi] Re: [PATCH 4/7] drm/panel: Add Sinlinx SinA33 7" panel

2016-09-05 Thread Maxime Ripard
Hi, On Mon, Sep 05, 2016 at 01:03:03AM +0800, Icenowy Zheng wrote: > Hi Everyone, > > 01.09.2016, 23:40, "Maxime Ripard" : > >  The SinA33 has an unidentified panel. Add the timings for it under a new > >  compatible. > > > > Excuse me... > I will ask a question which is not fully related to t

[linux-sunxi] [PATCH] ASoC: sun4i-codec: Distinguish sun4i from sun7i

2016-09-05 Thread Danny Milosavljevic
Here's just the part that allows distinguishing sun4i from sun7i. Since I'm waiting for Chen-Yu's DAPM_DOUBLE patch series I figured I'd post the preliminaries in the mean time which will not change and can be applied independently without problems. Danny Milosavljevic (1): ASoC: sun4i-codec:

[linux-sunxi] [PATCH] ASoC: sun4i-codec: Distinguish sun4i from sun7i

2016-09-05 Thread Danny Milosavljevic
ASoC: sun4i-codec: Distinguish sun4i from sun7i Introduce mechanism to detect sun7i and provide a different regmap, codec and different controls for it - different compared to sun4i Allwinner A10. The controls will be extended in a forthcoming patch - it is necessary to distinguish between sun4i

[linux-sunxi] Re: [PATCH v3] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-05 Thread Maxime Ripard
Hi, On Mon, Sep 05, 2016 at 02:31:47PM +1000, James Pettigrew wrote: > The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a > micro SD slot, 10/100Mbit ethernet and a single USB-A port. > > Signed-off-by: James Pettigrew > --- > Changes in v3: > > Fixed syntax errors > --- >

[linux-sunxi] [PATCH v3] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-05 Thread James Pettigrew
The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a micro SD slot, 10/100Mbit ethernet and a single USB-A port. Signed-off-by: James Pettigrew --- Changes in v3: Fixed syntax errors --- .../devicetree/bindings/vendor-prefixes.txt| 1 + arch/arm/boot/dts/Makefile

[linux-sunxi] [PATCH v2] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-05 Thread James Pettigrew
The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a micro SD slot, 10/100Mbit ethernet and a single USB-A port. Signed-off-by: James Pettigrew --- Changes in v2: As per Rask's review (thank you): Added vendor prefix Removed unncessary input.h include