Re: [linux-sunxi][PATCH 3/5] ARM: dts: sunxi: Add the SPDIF to the A10 and A20

2016-03-14 Thread Maxime Ripard
On Mon, Mar 14, 2016 at 05:29:37PM +0100, Code Kipper wrote: > >> + spdif: spdif@01c21000 { > >> + #sound-dai-cells = <0>; > >> + compatible = "allwinner,sun4i-a10-spdif"; > >> + reg = <0x01c21000 0x40>; > > > > It only takes

[linux-sunxi] Re: [PATCH 1/3] ARM: dts: sun8i: Fix wrong Quad core / a33 compat for sun8i-a23-gt90h-v4

2016-03-14 Thread Maxime Ripard
On Mon, Mar 14, 2016 at 05:32:23PM +0100, Hans de Goede wrote: > As the dts file name already implies sun8i-a23-gt90h-v4.dts is for > an a23 equipped tablet. I don't know how the "Quad Core" or a33 > comaptible got in there, likely a copy and paste error. > > Regardless this commit fixes this,

Re: [linux-sunxi] Re: allwinner-zh/media-codec demo

2016-03-14 Thread jonsm...@gmail.com
On Mon, Mar 14, 2016 at 2:22 PM, Manuel Braga wrote: > On Sun, 13 Mar 2016 18:00:17 -0400 "jonsm...@gmail.com" > wrote: >> On Sun, Mar 13, 2016 at 5:16 PM, Manuel Braga >> wrote: >> > On Sun, 13 Mar 2016 13:28:22 -0500 Rosimildo

Re: [linux-sunxi] Re: allwinner-zh/media-codec demo

2016-03-14 Thread Manuel Braga
On Sun, 13 Mar 2016 18:00:17 -0400 "jonsm...@gmail.com" wrote: > On Sun, Mar 13, 2016 at 5:16 PM, Manuel Braga > wrote: > > On Sun, 13 Mar 2016 13:28:22 -0500 Rosimildo DaSilva > > wrote: > >> > >> If we implement some Cedrus that

[linux-sunxi] [PATCH 2/3] ARM: dts: sun8i: Fix regulator for mmc0 for sun8i-a23-gt90h-v4

2016-03-14 Thread Hans de Goede
Address the FIXME comment in sun8i-a23-gt90h-v4.dts now that we've proper regulator support. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[linux-sunxi] [PATCH 3/3] ARM: dts: sun8i: Add dts file for the Polaroid MID2809PXE4 tablet

2016-03-14 Thread Hans de Goede
The Polaroid MID2809PXE4 is a 9" tablet which is clearly marked Polaroid MID2809PXE4 on the back. It features a 9" 16:9 800x480 LCD, A23 Soc, 1GB RAM, 8GB NAND, gsl3670 touchscreen and esp8089 wifi. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/Makefile

[linux-sunxi] [PATCH 1/3] ARM: dts: sun8i: Fix wrong Quad core / a33 compat for sun8i-a23-gt90h-v4

2016-03-14 Thread Hans de Goede
As the dts file name already implies sun8i-a23-gt90h-v4.dts is for an a23 equipped tablet. I don't know how the "Quad Core" or a33 comaptible got in there, likely a copy and paste error. Regardless this commit fixes this, note this is almost purely a cosmetical fix, for all things that matter at

Re: [linux-sunxi][PATCH 3/5] ARM: dts: sunxi: Add the SPDIF to the A10 and A20

2016-03-14 Thread Code Kipper
On 13 March 2016 at 22:50, Maxime Ripard wrote: > Hi, > > On Sat, Feb 27, 2016 at 05:18:27PM +0100, codekip...@gmail.com wrote: >> From: Marcus Cooper >> >> Add the SPDIF transceiver controller and clock to the A10 and >> A20 dtsi. >> >>

[linux-sunxi] Re: [PATCH] dma: sun4i: expose block size and wait cycle configuration to DMA users

2016-03-14 Thread Maxime Ripard
On Fri, Mar 11, 2016 at 04:48:26PM +0530, Vinod Koul wrote: > > > But this nees to be property for clients and not driver. Client can then > > > program these > > > > Yes, totally. The question here is how the clients give that > > information to the driver. > > For this part am not worried. If

[linux-sunxi] Re: arch.arm64/defconfig changes for sunxi

2016-03-14 Thread Will Deacon
On Sun, Mar 13, 2016 at 05:57:50PM +0100, Maxime Ripard wrote: > On Sat, Mar 12, 2016 at 12:12:13AM +0700, André Przywara wrote: > > I see that you merged the sun50i-a64 defconfig patch into -next, which > > is a good thing since the drivers get some compile testing. > > Not sure if you wanted to

[linux-sunxi] Re: [PATCH v3 01/13] pinctrl: sunxi: Add A83T R_PIO controller support

2016-03-14 Thread Maxime Ripard
Hi, On Sat, Mar 12, 2016 at 12:48:02PM +0800, Vishnu Patekar wrote: > Hello Linus, > > > On Wed, Mar 9, 2016 at 10:55 AM, Linus Walleij > wrote: > > On Sat, Mar 5, 2016 at 10:42 PM, Vishnu Patekar > > wrote: > > > >> The A83T has R_PIO

Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs

2016-03-14 Thread Maxime Ripard
On Sat, Mar 12, 2016 at 08:52:22AM +0100, Danny Milosavljevic wrote: > Hi, > > does anyone know the answer to the questions below? > > > The other direction (making two controls which both do the same and update > > each other's value) doesn't seem to be easily available. > > > Should I write

Re: [linux-sunxi] Banana Pi Pro video is not rotated

2016-03-14 Thread Andreas Baierl
Am 14.03.2016 um 09:20 schrieb Wilson ODB: Thanks for your info. Excerpt from the post you mentioned "If you refer to libvdpau-sunxi, rotating is not implemented atm. -> https://github.com/linux-sunxi/libvdpau-sunxi/blob/master/rgba.c#L189; So rotation of video in portrait orientation is not

Re: [linux-sunxi] Banana Pi Pro video is not rotated

2016-03-14 Thread Wilson ODB
Thanks for your info. Excerpt from the post you mentioned "If you refer to libvdpau-sunxi, rotating is not implemented atm. -> https://github.com/linux-sunxi/libvdpau-sunxi/blob/master/rgba.c#L189; So rotation of video in portrait orientation is not implemented? Just wanna make sure! If not,

Re: [linux-sunxi] Re: random decryption errors with sun4i-ss on dm-crypt

2016-03-14 Thread Michal Suchanek
Hello, On 14 March 2016 at 07:58, Corentin LABBE wrote: > Le 13/03/2016 23:35, Timo S. a écrit : >> Hi Corentin, >> >> Am 13.03.2016 17:32 schrieb "Corentin LABBE" > >: >>> >>> Le 13/03/2016 16:21,

[linux-sunxi] Re: [PATCH 1/2] regulator: axp20x: Fix axp22x ldo_io voltage ranges

2016-03-14 Thread Chen-Yu Tsai
On Sat, Mar 12, 2016 at 4:12 AM, Hans de Goede wrote: > The minium voltage of 1800mV is a copy and paste error from the axp20x > regulator info. The correct minimum voltage for the ldo_io regulators > on the axp22x is 700mV. > > Signed-off-by: Hans de Goede

Re: [linux-sunxi] Re: random decryption errors with sun4i-ss on dm-crypt

2016-03-14 Thread Corentin LABBE
Le 13/03/2016 23:35, Timo S. a écrit : > Hi Corentin, > > Am 13.03.2016 17:32 schrieb "Corentin LABBE" >: >> >> Le 13/03/2016 16:21, txsan...@gmail.com a écrit : >> >