Re: [linux-sunxi][PATCH v3] ARM: sun7i: dt: Add new Olimex A20 EVB device

2015-09-24 Thread Maxime Ripard
On Wed, Sep 23, 2015 at 08:47:50PM +0200, codekip...@gmail.com wrote: > From: Marcus Cooper > > The A20-SOM-EVB is a reference design of a 2-layer board for the > A20-SOM. > It expands the features of A20-SOM by adding VGA connector, HDMI > connector, audio In/Out, LCD connector, 2 Mpix camera, g

[linux-sunxi] Re: [PATCH v2] ARM: dts: sun6i: Add support for Yones Toptech bs1078v2 tablets

2015-09-24 Thread Maxime Ripard
On Tue, Sep 22, 2015 at 08:50:50AM -0700, Lawrence Yu wrote: > The bs1078v2 is a pcb found in 10.1" tablets with an A31 soc, 1G RAM > and 8G NAND, rtl8723as usb wifi, 1 micro USB OTG port, 1 USB HOST port > > This commit adds a dts for v2 of the bs1078 pcb. > > Signed-off-by: Lawrence Yu Applie

[linux-sunxi] Re: [PATCH 1/3] Revert "ARM: dts: sun8i: Add new sun8i-a33-q8-tzx-723q4.dts file"

2015-09-24 Thread Maxime Ripard
On Thu, Sep 24, 2015 at 05:23:52PM +0200, Hans de Goede wrote: > The tzx-723q[a]4 board variant of A33 based Q8 formfactor tablets was > given its own dts file because the mmc would not work with a drive > strength of 30mA, Android seemed to be using a lower drive-strength > and doing the same with

[linux-sunxi] Re: [PATCH v2 4/4] ARM: dts: sun4i: gemei-g9: Enable sun4i audio codec support

2015-09-24 Thread Maxime Ripard
On Wed, Sep 23, 2015 at 10:38:34AM +0300, Priit Laes wrote: > Gemei G9 has internal speakers and headphone jack. Audio switching > from internal speakers to headphones is automatically handled by > extra FT2012Q audio amplifier chip that works out of the box. > > Signed-off-by: Priit Laes > --- >

[linux-sunxi] Re: [PATCH v2 1/4] ARM: dts: sun4i: gemei-g9: Add accelerometer (bma250) IRQ

2015-09-24 Thread Maxime Ripard
On Wed, Sep 23, 2015 at 10:38:31AM +0300, Priit Laes wrote: > Add IRQ configuration for bma250 accelerometer. > > Signed-off-by: Priit Laes Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- You received this

Re: [linux-sunxi] [PATCH v2 2/4] ARM: dts: sun4i: gemei-g9: Convert to use axp209 regulator nodes

2015-09-24 Thread Maxime Ripard
On Thu, Sep 24, 2015 at 09:42:33AM +1000, Julian Calaby wrote: > Hi Priit, > > On Wed, Sep 23, 2015 at 5:38 PM, Priit Laes wrote: > > Add regulator nodes for axp209 by including the axp209 dtsi. > > > > Changes in v2: > > - Add the ohci0 node. > > Firstly, changelog stuff like this should be be

Re: [linux-sunxi] Re: [PATCH] ARM: dts: sun6i: Add support for Yones Toptech bs1078v2 tablets

2015-09-24 Thread Maxime Ripard
On Tue, Sep 22, 2015 at 08:48:07AM -0700, Lawrence Yu wrote: > > > +&i2c1 { > > > + pinctrl-names = "default"; > > > + pinctrl-0 = <&i2c1_pins_a>; > > > + status = "okay"; > > > +}; > > > + > > > +&i2c2 { > > > + pinctrl-names = "default"; > > > + pinctrl-0 = <&i2c2_pins_a>; > >

Re: [linux-sunxi] A20: move from kernel 3.4.10x to 4.2.x - will MALI work?

2015-09-24 Thread Trevor Woerner
Siarhei, This reply of yours might be one of the single most informative emails I've received in my life! Thank you so much for taking the time to write this down for me, this is wonderful :-) On 09/24/15 14:24, Siarhei Siamashka wrote: > Do you mean just various free software applications by "an

Re: [linux-sunxi] Re: Voltage settings A20-SOM

2015-09-24 Thread Siarhei Siamashka
On Thu, 24 Sep 2015 11:38:11 -0700 (PDT) tandresen1...@gmail.com wrote: > I have only the serial port as console (no additional video out). Is it > possible to run the lima-memtester without video out? Yes. The only inconvenience is that you will not see the rotating cube (which is normally an i

[linux-sunxi] Re: [PATCH v2] ARM: dts: sunxi: Add regulators for LeMaker BananaPi

2015-09-24 Thread Kevin Hilman
On Tue, Aug 18, 2015 at 8:36 AM, Maxime Ripard wrote: > On Sun, Aug 02, 2015 at 06:18:25PM +0200, Timo Sigurdsson wrote: >> sun7i-a20-bananapi.dts doesn't contain regulator nodes for the AXP209 PMU >> driver, so add them to allow for voltage-scaling with cpufreq-dt. >> >> Signed-off-by: Timo Sigur

Re: [linux-sunxi] Re: Voltage settings A20-SOM

2015-09-24 Thread tandresen1977
Am Donnerstag, 24. September 2015 19:32:19 UTC+2 schrieb Siarhei Siamashka: > > On Wed, 23 Sep 2015 07:50:25 -0700 (PDT) > tandre...@gmail.com wrote: > > > Hi > > > > Am Mittwoch, 23. September 2015 15:43:02 UTC+2 schrieb Siarhei > Siamashka: > > > > > > On Wed, 23 Sep 2015 01:25:01 -0700

Re: [linux-sunxi] A20: move from kernel 3.4.10x to 4.2.x - will MALI work?

2015-09-24 Thread Siarhei Siamashka
On Thu, 24 Sep 2015 13:13:33 -0400 Trevor Woerner wrote: > On 09/24/15 11:11, Siarhei Siamashka wrote: > > On Wed, 23 Sep 2015 11:53:46 -0400 > > Trevor Woerner wrote: > > > >> To be honest I'm not entirely sure what I should be trying. So I've > >> built the "mesa-demos" recipe > >> (http://lay

Re: [linux-sunxi][alsa-devel][PATCH 3/3] ASOC: sunxi: Add support for the spdif block

2015-09-24 Thread Code Kipper
On 24 September 2015 at 19:29, Mark Brown wrote: > On Thu, Sep 24, 2015 at 04:30:05PM +0200, codekip...@gmail.com wrote: >> From: Marcus Cooper >> >> The sun4i, sun6i and sun7i SoC families have an SPDIF >> block which is capable of playback and capture. > > I'm not seeing patches 1 or 2 - what's

Re: [linux-sunxi] Re: Voltage settings A20-SOM

2015-09-24 Thread Siarhei Siamashka
On Wed, 23 Sep 2015 07:50:25 -0700 (PDT) tandresen1...@gmail.com wrote: > Hi > > Am Mittwoch, 23. September 2015 15:43:02 UTC+2 schrieb Siarhei Siamashka: > > > > On Wed, 23 Sep 2015 01:25:01 -0700 (PDT) > > tandre...@gmail.com wrote: > > > > > Am Sonntag, 20. September 2015 11:14:29 UTC+2 sch

Re: [linux-sunxi][alsa-devel][PATCH 3/3] ASOC: sunxi: Add support for the spdif block

2015-09-24 Thread Mark Brown
On Thu, Sep 24, 2015 at 04:30:05PM +0200, codekip...@gmail.com wrote: > From: Marcus Cooper > > The sun4i, sun6i and sun7i SoC families have an SPDIF > block which is capable of playback and capture. I'm not seeing patches 1 or 2 - what's the story here, are there dependencies? Please use subje

[linux-sunxi] Re: [PATCH] ARM: dts: sun8i-a33: Add security system crypto engine clock and device nodes

2015-09-24 Thread Maxime Ripard
1;3803;0c On Wed, Sep 23, 2015 at 12:34:39PM +0800, Chen-Yu Tsai wrote: > A33 has the same "Security System" crypto engine as A10/A20, but with a > separate reset control. > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Andro

Re: [linux-sunxi] A20: move from kernel 3.4.10x to 4.2.x - will MALI work?

2015-09-24 Thread Trevor Woerner
On 09/24/15 11:11, Siarhei Siamashka wrote: > On Wed, 23 Sep 2015 11:53:46 -0400 > Trevor Woerner wrote: > >> To be honest I'm not entirely sure what I should be trying. So I've >> built the "mesa-demos" recipe >> (http://layers.openembedded.org/layerindex/recipe/4686/) and am trying >> to run som

[linux-sunxi] [PATCH 1/3] Revert "ARM: dts: sun8i: Add new sun8i-a33-q8-tzx-723q4.dts file"

2015-09-24 Thread Hans de Goede
The tzx-723q[a]4 board variant of A33 based Q8 formfactor tablets was given its own dts file because the mmc would not work with a drive strength of 30mA, Android seemed to be using a lower drive-strength and doing the same with the upstream kernel seemed to fix this issue. While working on a simi

[linux-sunxi] [PATCH 2/3] ARM: dts: sun8i: Add sun8i-a33-q8-tablet.dts file

2015-09-24 Thread Hans de Goede
This is a generic dts file for A33 based q8 formfactor tablets, this is intended to replace both sun8i-a33-ippo-q8h-v1.2.dts and sun8i-a33-et-q8-v1.6.dts (these can be fully dropped after a transition period). Signed-off-by: Hans de Goede --- arch/arm/boot/dts/Makefile| 1 + arc

[linux-sunxi] [PATCH 3/3] ARM: dts: sun8i: Make ippo-q8h-v1.2.dts a symlink to q8-tablet.dts

2015-09-24 Thread Hans de Goede
A33 Q8 tablets with the ippo-q8h-v1.2 pcb will work fine with the generic q8-tablet.dts and given the many variants of PCBs found in Q8 tablets using such a specific dts name was a mistake in hindsight. We cannot just drop the ippo-q8h-v1.2.dtb as existing u-boot configs may very well point to it.

Re: [linux-sunxi] A20: move from kernel 3.4.10x to 4.2.x - will MALI work?

2015-09-24 Thread Siarhei Siamashka
On Wed, 23 Sep 2015 11:53:46 -0400 Trevor Woerner wrote: > To be honest I'm not entirely sure what I should be trying. So I've > built the "mesa-demos" recipe > (http://layers.openembedded.org/layerindex/recipe/4686/) and am trying > to run some of its artifacts. Examples include: eglgears_x11, e

Re: [linux-sunxi][alsa-devel][PATCH 2/3] dt-binding: Add sunxi SPDIF machine driver

2015-09-24 Thread Chen-Yu Tsai
On Thu, Sep 24, 2015 at 2:04 AM, wrote: > From: Marcus Cooper > > Add device tree bindings for the SPDIF machine driver for Allwinner SoC > devices. Is there a particular reason for having 2 separate bindings for one piece of hardware? Also, both this binding and the driver bits look almost li

Re: [linux-sunxi][alsa-devel][PATCH 0/3]Add SPDIF support for Allwinner SoCs

2015-09-24 Thread Code Kipper
On 23 September 2015 at 20:41, Code Kipper wrote: > Hi All, > I'm getting a "fatal: 'send-email'" response with the last patch(even > though the dry run of the patch series worked) and I've not been able > to work around it. I'll post it as soon as I can work out what the > issue is, DONE > BR, >

[linux-sunxi][alsa-devel][PATCH 3/3] ASOC: sunxi: Add support for the spdif block

2015-09-24 Thread codekipper
From: Marcus Cooper The sun4i, sun6i and sun7i SoC families have an SPDIF block which is capable of playback and capture. This patch enables the playback of this block for the sun4i and sun7i families. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/Kconfig | 10 + sound/soc/s

[linux-sunxi] Re: [PATCH 1/4] ARM: sunxi: Introduce Allwinner for A83T support

2015-09-24 Thread Vishnu Patekar
Hello, On Tue, Sep 22, 2015 at 11:51 PM, Maxime Ripard wrote: > Hi, > > On Tue, Sep 22, 2015 at 11:38:54PM +0800, Vishnu Patekar wrote: >> Allwinner A83T is octa-core cortex-a7 based SoC. >> It's clock control unit and prcm, pinmux are different from previous sun8i >> series. >> Its processor cor

[linux-sunxi] Re: [PATCH 1/4] ARM: sunxi: Introduce Allwinner for A83T support

2015-09-24 Thread Vishnu Patekar
Hello, On Tue, Sep 22, 2015 at 11:47 PM, Chen-Yu Tsai wrote: > On Tue, Sep 22, 2015 at 11:38 PM, Vishnu Patekar > wrote: >> Allwinner A83T is octa-core cortex-a7 based SoC. >> It's clock control unit and prcm, pinmux are different from previous sun8i >> series. >> Its processor cores are arragne

[linux-sunxi] Re: [PATCH 2/4] pinctrl: sunxi: add allwinner A83T PIO controller support

2015-09-24 Thread Maxime Ripard
On Wed, Sep 23, 2015 at 12:06:56AM +0800, Chen-Yu Tsai wrote: > > +static const struct sunxi_pinctrl_desc sun8i_a83t_pinctrl_data = { > > + .pins = sun8i_a83t_pins, > > + .npins = ARRAY_SIZE(sun8i_a83t_pins), > > + .irq_banks = 3, > > Do you know if there's a hole at where PA_EIN

Re: [linux-sunxi] [PATCH] ARM: dts: sun4i: Enable USB DRC on the Marsboard A10

2015-09-24 Thread Hans de Goede
Hi, On 24-09-15 09:33, Aleksei Mamlin wrote: Enable the otg/drc usb controller on the Marsboard A10. Similar to Cubieboard, the 5V of the otg is directly connected to the general 5V, so we only use the id pin. Signed-off-by: Aleksei Mamlin Thanks patch looks good to me: Reviewed-by: Hans de

Re: [linux-sunxi] Re: [PATCH] mmc: sunxi: Fix clk-delay settings

2015-09-24 Thread Hans de Goede
Hi, On 23-09-15 23:50, Ulf Hansson wrote: On 23 September 2015 at 22:06, Hans de Goede wrote: In recent allwinner kernel sources the mmc clk-delay settings have been slightly tweaked, and for sun9i they are completely different then what we are using. This commit brings us in sync with what a

[linux-sunxi] Re: [PATCH] net: sun4i-emac: Properly free resources on probe failure and remove

2015-09-24 Thread Maxime Ripard
On Wed, Sep 23, 2015 at 11:39:16AM +0200, Hans de Goede wrote: > Fix sun4i-emac not releasing the following resources: > -iomapped memory not released on probe-failure nor on remove > -clock not getting disabled on probe-failure nor on remove > -sram not being released on remove > > And while at i

Re: [linux-sunxi] Re: [PATCH v4 2/5] soc: sunxi: Add driver for Allwinner Reduced Serial Bus

2015-09-24 Thread Chen-Yu Tsai
On Thu, Sep 24, 2015 at 12:45 AM, Mark Brown wrote: > On Thu, Sep 24, 2015 at 12:05:18AM +0800, Chen-Yu Tsai wrote: > >> +static int sunxi_rsb_device_probe(struct device *dev) >> +{ >> + const struct sunxi_rsb_driver *drv = to_sunxi_rsb_driver(dev->driver); >> + struct sunxi_rsb_device *rd

[linux-sunxi] [PATCH] ARM: dts: sun4i: Enable USB DRC on the Marsboard A10

2015-09-24 Thread Aleksei Mamlin
Enable the otg/drc usb controller on the Marsboard A10. Similar to Cubieboard, the 5V of the otg is directly connected to the general 5V, so we only use the id pin. Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun4i-a10-marsboard.dts | 19 +++ 1 file changed, 19 insertions

Re: [linux-sunxi] KMS - VE - Lima

2015-09-24 Thread Andreas Baierl
Am 22.09.2015 um 17:30 schrieb Maxime Ripard: Hi, You can extend that list to the A31 and A23. Yes, sure. I didn't because I do not own A31 and A23 ;) A DRM/KMS driver is a quite huge task, that require both some kernel knowledge and that require a lot of time. This is not something that we ca