Re: [linux-sunxi] LVDS LCD no clock

2015-01-19 Thread Kaspter Ju
Hi all LVDS two channels pannel can't works well, Can you explain how you write directly in PLL registers and which values ? many thanks. -Kaspter On 01/07/2014 02:38 PM, TsvetanUsunov wrote: LVDS works, but as I reported a month ago LVDS driver is buggy, if the LVDS is one channel clock is

[linux-sunxi] Re: [PATCH v4 2/9] clk: sunxi: Add driver for A80 MMC config clocks/resets

2015-01-19 Thread Chen-Yu Tsai
On Tue, Jan 20, 2015 at 5:57 AM, Maxime Ripard wrote: > Hi, > > On Sat, Jan 17, 2015 at 01:19:27PM +0800, Chen-Yu Tsai wrote: >> On the A80 SoC, the 4 mmc controllers each have a separate register >> controlling their register access clocks and reset controls. These >> registers in turn share a ah

[linux-sunxi] Re: [PATCH v4 3/9] ARM: dts: sun9i: Add clock-indices property for bus gate clocks

2015-01-19 Thread Chen-Yu Tsai
On Tue, Jan 20, 2015 at 5:59 AM, Maxime Ripard wrote: > On Sat, Jan 17, 2015 at 01:19:28PM +0800, Chen-Yu Tsai wrote: >> of_clk_get_parent_name() uses the clock-indices property to resolve >> clock phandle arguments in case that the argument index does not >> match the clock-output-names sequence.

[linux-sunxi] Re: [PATCH v4 2/5] ARM:sunxi:drivers:input Add support for A10/A20 PS2

2015-01-19 Thread Dmitry Torokhov
On Mon, Jan 19, 2015 at 11:37:38AM +0530, Vishnu Patekar wrote: > Hello Dmitry, > > Thank you for review comments. Please see in-lined. > > On Sun, Jan 18, 2015 at 3:55 AM, Dmitry Torokhov > wrote: > > Hi Vishnu, > > > > On Fri, Jan 16, 2015 at 07:33:38PM +0530, Vishnu Patekar wrote: > >> Signed

[linux-sunxi] Re: hack to switch off olimex a13-lcd10ts with mainline kernel

2015-01-19 Thread Jens Thiele
Jens Thiele writes: > PH7 => 231 > echo 231 > /sys/class/gpio/export > echo out > /sys/class/gpio/gpio231/direction > echo 1 > /sys/class/gpio/gpio231/value > nothing happens > echo 0 > /sys/class/gpio/gpio231/value > nothing happens looking at the docs (A20 Datasheet V1.41 20131230.pdf) and the

[linux-sunxi] Re: [PATCH v4 8/9] ARM: dts: sun9i: Add 8 bit mmc pinmux setting for mmc2

2015-01-19 Thread Maxime Ripard
On Sat, Jan 17, 2015 at 01:19:33PM +0800, Chen-Yu Tsai wrote: > mmc2 is available on port C. Add a pinmux setting for 8 bit wide eMMC. > > Signed-off-by: Chen-Yu Tsai > Signed-off-by: Andreas Färber Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android en

[linux-sunxi] Re: [PATCH v4 9/9] ARM: dts: sun9i: Enable mmc2 on A80 Optimus Board

2015-01-19 Thread Maxime Ripard
On Sat, Jan 17, 2015 at 01:19:34PM +0800, Chen-Yu Tsai wrote: > The A80 Optimus Board has a 16GB eMMC connected to mmc2, with 8 bit > wide data bus. > > Signed-off-by: Chen-Yu Tsai > Signed-off-by: Andreas Färber Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel

[linux-sunxi] Re: [PATCH v4 7/9] ARM: dts: sun9i: Enable mmc0 on A80 Optimus Board

2015-01-19 Thread Maxime Ripard
On Sat, Jan 17, 2015 at 01:19:32PM +0800, Chen-Yu Tsai wrote: > Enable the micro-sd slot on the A80 Optimus Board, which is connected to > mmc0. This adds the card-detect gpio and enables mmc0. > > Signed-off-by: Chen-Yu Tsai > Signed-off-by: Andreas Färber Applied, thanks! Maxime -- Maxime

[linux-sunxi] Re: [PATCH v4 6/9] ARM: dts: sun9i: Convert a80 optimus board dts to label referencing

2015-01-19 Thread Maxime Ripard
On Sat, Jan 17, 2015 at 01:19:31PM +0800, Chen-Yu Tsai wrote: > The preferred method of referencing nodes from the dtsi is to use > labels, instead of copying the complete tree. > > This patch converts sun9i-a80-optimus.dts to use label references. > > Signed-off-by: Chen-Yu Tsai Applied, thank

[linux-sunxi] Re: [PATCH v4 5/9] ARM: dts: sun9i: Add mmc controller nodes to the A80 dtsi

2015-01-19 Thread Maxime Ripard
On Sat, Jan 17, 2015 at 01:19:30PM +0800, Chen-Yu Tsai wrote: > The A80 has 4 mmc controllers. > > Signed-off-by: Chen-Yu Tsai > Signed-off-by: Andreas Färber Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --

[linux-sunxi] Re: [PATCH v4 4/9] ARM: dts: sun9i: Add mmc config clock nodes

2015-01-19 Thread Maxime Ripard
On Sat, Jan 17, 2015 at 01:19:29PM +0800, Chen-Yu Tsai wrote: > Add the device tree nodes for the mmc config clock nodes. > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- You

[linux-sunxi] Re: [PATCH v4 3/9] ARM: dts: sun9i: Add clock-indices property for bus gate clocks

2015-01-19 Thread Maxime Ripard
On Sat, Jan 17, 2015 at 01:19:28PM +0800, Chen-Yu Tsai wrote: > of_clk_get_parent_name() uses the clock-indices property to resolve > clock phandle arguments in case that the argument index does not > match the clock-output-names sequence. > > This is the case on sunxi, where we use the actual bit

[linux-sunxi] Re: [PATCH v4 2/9] clk: sunxi: Add driver for A80 MMC config clocks/resets

2015-01-19 Thread Maxime Ripard
Hi, On Sat, Jan 17, 2015 at 01:19:27PM +0800, Chen-Yu Tsai wrote: > On the A80 SoC, the 4 mmc controllers each have a separate register > controlling their register access clocks and reset controls. These > registers in turn share a ahb clock gate and reset control. > > This patch adds a platform

[linux-sunxi] Re: [PATCH v4 1/9] clk: sunxi: Add mod0 and mmc module clock support for A80

2015-01-19 Thread Maxime Ripard
On Sat, Jan 17, 2015 at 01:19:26PM +0800, Chen-Yu Tsai wrote: > The module 0 style clocks, or storage module clocks as named in the > official SDK, are almost the same as the module 0 clocks on earlier > Allwinner SoCs. The only difference is wider mux register bits. > > As with earlier Allwinner

[linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

2015-01-19 Thread Maxime Ripard
On Mon, Jan 19, 2015 at 02:46:00PM +0100, Hans de Goede wrote: > Hi, > > On 19-01-15 14:35, Hans de Goede wrote: > >Hi, > > > >On 19-01-15 14:20, Maxime Ripard wrote: > >>Hi Hans, > >> > >>On Mon, Jan 19, 2015 at 02:01:17PM +0100, Hans de Goede wrote: > >>>Testing has shown that on sun4i the displ

[linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

2015-01-19 Thread Maxime Ripard
On Mon, Jan 19, 2015 at 02:35:41PM +0100, Hans de Goede wrote: > Hi, > > On 19-01-15 14:20, Maxime Ripard wrote: > >Hi Hans, > > > >On Mon, Jan 19, 2015 at 02:01:17PM +0100, Hans de Goede wrote: > >>Testing has shown that on sun4i the display backend engine does not have > >>deep enough fifo-s cau

[linux-sunxi] Re: [PATCH] ARM: dts: sunxi: Add missing mdio label

2015-01-19 Thread Maxime Ripard
On Mon, Jan 19, 2015 at 10:35:22PM +0300, Aleksei Mamlin wrote: > This patch add missing mdio label for sun[457]i. > > Signed-off-by: Aleksei Mamlin Applied, thanks. Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- You recei

Re: [linux-sunxi] A20, AXP, linux mainline, no power off on halt

2015-01-19 Thread Peter Mattern
Am 19.01.2015 um 17:04 schrieb Lars Doelle: See https://github.com/linux-sunxi/sunxi-boards/commit/6beac1f2b8ed65d7dee5d95b84ca27e29a5a475c. Regards, Lars This indeed did the trick. So thanks a lot for your quick and helpful reply. There's one thing that bothers me, though: the PR you stat

[linux-sunxi] [PATCH] sunxi: Add Gemei G9 (Allwinner A10/sun4i) tablet

2015-01-19 Thread Priit Laes
Gemei G9 is an A10 based tablet, with 1G RAM, 16G NAND, 1024x768 IPS LCD display, stereo speakers, 1.3MP front camera and 5 MP rear camera, 8000mAh battery, GT901 2+1 touchscreen, Bosch BMA250 accelerometer and RTL8188CUS USB wifi. It also has MicroSD slot, miniHDMI, 1 x MicroUSB OTG port and 1 x M

Re: [linux-sunxi] [PATCH v2] sunxi: Add Marsboard A10 support

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 12:46, Aleksei Mamlin wrote: This patch add support for Marsboard A10 board. The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND, micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port, 1 USB OTG port and 2 USB 2.0 ports. Board does not use the

Re: [linux-sunxi] Re: sharing a video test with Optimus board A80 octacore simultaneous WebRTC+HLS / VP8+H.264

2015-01-19 Thread Javier Quintana
For the youtube demo video, the camera was a OV16825. MIPI interface, cmos bayer and color space transformations run on the A80 video specialized hadware with the GPU help. The VP8 and H.264 video "hardware" encoders are included as standard encoders in the android stock distribution. ("hardware" m

[linux-sunxi] [PATCH] ARM: dts: sunxi: Add missing mdio label

2015-01-19 Thread Aleksei Mamlin
This patch add missing mdio label for sun[457]i. Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun4i-a10.dtsi | 2 +- arch/arm/boot/dts/sun5i-a10s.dtsi | 2 +- arch/arm/boot/dts/sun7i-a20.dtsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/sun4i-

Re: [linux-sunxi] [PATCH] added sun7i-a20-inet-k970.dts

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 18:53, Lars Doelle wrote: Hi everyone, this patch adds the DT for the [[Inet-K970] tablet. Note that the wiki page has been renamed from [[Tristan-Auron-Planet-1]] after identifying the mainboard. Earlier patches concerning U-Boot and FEX have been filed under original name to

[linux-sunxi] [PATCH] added sun7i-a20-inet-k970.dts

2015-01-19 Thread Lars Doelle
Hi everyone, this patch adds the DT for the [[Inet-K970] tablet. Note that the wiki page has been renamed from [[Tristan-Auron-Planet-1]] after identifying the mainboard. Earlier patches concerning U-Boot and FEX have been filed under original name to this list and are now somewhat in limbo. FEX

Re: [linux-sunxi] A20, AXP, linux mainline, no power off on halt

2015-01-19 Thread Lars Doelle
On Monday, January 19, 2015 15:44:24 Peter Mattern wrote: > Hi. > > Running linux-sunxi kernel 3.4.103 as provided by Arch Linux ARM I'm > facing something similar - Cubietruck reboots instead of powering down > the last lines on the serial console saying > [ 1462.296272] [sw-ehci1]: shutd

Re: [linux-sunxi] Sunxi FOSDEM2015 Dinner!

2015-01-19 Thread Benjamin Henrion
On Mon, Jan 19, 2015 at 4:21 PM, Michal Suchanek wrote: > On 15 January 2015 at 08:43, Maxime Ripard > wrote: >> On Wed, Jan 07, 2015 at 04:30:31PM +0100, Olliver Schinagl wrote: >>> Hey guys, >>> >>> with FOSDEM 2015 approaching rapidly again, I was wondering if there is >>> anything organized a

Re: [linux-sunxi] Sunxi FOSDEM2015 Dinner!

2015-01-19 Thread Michal Suchanek
On 15 January 2015 at 08:43, Maxime Ripard wrote: > On Wed, Jan 07, 2015 at 04:30:31PM +0100, Olliver Schinagl wrote: >> Hey guys, >> >> with FOSDEM 2015 approaching rapidly again, I was wondering if there is >> anything organized again this year? If not, Who's up for it? :) I will be >> attending

Re: [linux-sunxi] linux-sunxi/u-boot-sunxi is no longer supported, time to switch to upstream u-boot

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 15:43, Peter Mattern wrote: Hi. While testing your instructions I happened to see that u-boot-sunxi-with-spl.bin's size is exactly the same with or without "Enable workarounds for booting old kernels" set as described in your mail. This got me wonder about the effects of the s

Re: [linux-sunxi] A20, AXP, linux mainline, no power off on halt

2015-01-19 Thread Peter Mattern
Hi. Running linux-sunxi kernel 3.4.103 as provided by Arch Linux ARM I'm facing something similar - Cubietruck reboots instead of powering down the last lines on the serial console saying [ 1462.296272] [sw-ehci1]: shutdown end wrn: hcd is disable, need not shutdown [ 1462.30337

Re: [linux-sunxi] linux-sunxi/u-boot-sunxi is no longer supported, time to switch to upstream u-boot

2015-01-19 Thread Peter Mattern
Hi. While testing your instructions I happened to see that u-boot-sunxi-with-spl.bin's size is exactly the same with or without "Enable workarounds for booting old kernels" set as described in your mail. This got me wonder about the effects of the said option. Am I correct by supposing as of n

Re: [linux-sunxi] [PATCH v2 04/13] rc: sunxi-cir: Add support for an optional reset controller

2015-01-19 Thread Chen-Yu Tsai
On Mon, Jan 19, 2015 at 10:17 PM, Hans de Goede wrote: > Hi, > > > On 19-01-15 15:10, Chen-Yu Tsai wrote: >> >> Hi, >> >> On Sat, Dec 20, 2014 at 6:20 PM, Hans de Goede >> wrote: >>> >>> Hi, >>> >>> >>> On 19-12-14 19:17, Maxime Ripard wrote: Hi, On Thu, Dec 18, 2014 at 0

Re: [linux-sunxi] [PATCH v2 04/13] rc: sunxi-cir: Add support for an optional reset controller

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 15:10, Chen-Yu Tsai wrote: Hi, On Sat, Dec 20, 2014 at 6:20 PM, Hans de Goede wrote: Hi, On 19-12-14 19:17, Maxime Ripard wrote: Hi, On Thu, Dec 18, 2014 at 09:50:26AM +0100, Hans de Goede wrote: Hi, On 18-12-14 03:48, Chen-Yu Tsai wrote: Hi, On Thu, Dec 18, 2014 at

Re: [linux-sunxi] [PATCH v2 04/13] rc: sunxi-cir: Add support for an optional reset controller

2015-01-19 Thread Chen-Yu Tsai
Hi, On Sat, Dec 20, 2014 at 6:20 PM, Hans de Goede wrote: > Hi, > > > On 19-12-14 19:17, Maxime Ripard wrote: >> >> Hi, >> >> On Thu, Dec 18, 2014 at 09:50:26AM +0100, Hans de Goede wrote: >>> >>> Hi, >>> >>> On 18-12-14 03:48, Chen-Yu Tsai wrote: Hi, On Thu, Dec 18, 2014 at 1

[linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 14:35, Hans de Goede wrote: Hi, On 19-01-15 14:20, Maxime Ripard wrote: Hi Hans, On Mon, Jan 19, 2015 at 02:01:17PM +0100, Hans de Goede wrote: Testing has shown that on sun4i the display backend engine does not have deep enough fifo-s causing flickering / tearing in full-hd

[linux-sunxi] 3.4 kernel, gpio and pps

2015-01-19 Thread Folkert van Heusden
Hi, I obtained the sunxi-3.4 branch from https://github.com/linux-sunxi/linux-sunxi.git Selected pps (pps-gpio, pps-ldisc), compiled it, installed it, all fine. Modules also install find (modprobe pps-gpio etc). [0.159155] pps_core: LinuxPPS API ver. 1 registered [0.167241] pps_core: Softw

Re: [linux-sunxi] Sunxi FOSDEM2015 Dinner!

2015-01-19 Thread Paul Kocialkowski
Le mercredi 07 janvier 2015 à 16:30 +0100, Olliver Schinagl a écrit : > Hey guys, > > with FOSDEM 2015 approaching rapidly again, I was wondering if there is > anything organized again this year? If not, Who's up for it? :) I will > be attending FOSDEM and will have a stand for saturday/sunday f

[linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 14:20, Maxime Ripard wrote: Hi Hans, On Mon, Jan 19, 2015 at 02:01:17PM +0100, Hans de Goede wrote: Testing has shown that on sun4i the display backend engine does not have deep enough fifo-s causing flickering / tearing in full-hd mode due to fifo underruns. This can be avoide

Re: [linux-sunxi] Sunxi FOSDEM2015 Dinner!

2015-01-19 Thread Paul Kocialkowski
Le mercredi 07 janvier 2015 à 16:30 +0100, Olliver Schinagl a écrit : > Hey guys, > > with FOSDEM 2015 approaching rapidly again, I was wondering if there is > anything organized again this year? If not, Who's up for it? :) I will > be attending FOSDEM and will have a stand for saturday/sunday

[linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

2015-01-19 Thread Maxime Ripard
Hi Hans, On Mon, Jan 19, 2015 at 02:01:17PM +0100, Hans de Goede wrote: > Testing has shown that on sun4i the display backend engine does not have > deep enough fifo-s causing flickering / tearing in full-hd mode due to > fifo underruns. This can be avoided by letting the display frontend engine >

[linux-sunxi] [PATCH v2] ARM: dts: sunxi: Add simplefb nodes for lcd and vga output

2015-01-19 Thread Hans de Goede
Hi Maxime, When the simplefb dt node fix for 3.19 which I just posted lands, the "ARM: dts: sunxi: Add simplefb nodes for de_be0-lcd0, de_be0-lcd0-tve0 pipelines" you've currently queued up will no longer apply due to a conflict in sun4i-a10.dtsi . Here is a v2 of said patch fixing the conflict,

[linux-sunxi] [PATCH v2] ARM: dts: sunxi: Add simplefb nodes for de_be0-lcd0, de_be0-lcd0-tve0 pipelines

2015-01-19 Thread Hans de Goede
Add simplefb nodes for "[de_fe0-]de_be0-lcd0" and "[de_fe0-]de_be0-lcd0-tve0" display pipelines for when u-boot has set up a pipeline to drive a LCD panel / VGA output rather then the HDMI output. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun4i-a10.dtsi | 18 ++ arch/ar

[linux-sunxi] [PATCH] ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

2015-01-19 Thread Hans de Goede
Testing has shown that on sun4i the display backend engine does not have deep enough fifo-s causing flickering / tearing in full-hd mode due to fifo underruns. This can be avoided by letting the display frontend engine do the dma from memory, and then letting it feed the data directly into the back

[linux-sunxi] [PATCH fix for 3.19] ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

2015-01-19 Thread Hans de Goede
Hi Maxime, As I already mailed you about yesterday as a headsup here is a fix for the simplefb dt nodes introduced for sunxi in 3.19, I would like to get this into 3.19 to avoid the need for carrying compatibility code for the old nodes in u-boot (as 3.19 is going to be the first kernel release wi

[linux-sunxi] [PATCH v2] sunxi: Add Marsboard A10 support

2015-01-19 Thread Aleksei Mamlin
This patch add support for Marsboard A10 board. The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND, micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port, 1 USB OTG port and 2 USB 2.0 ports. Board does not use the AXP209 pmic, it does not have a pmic at all. Boa

Re: [linux-sunxi] [PATCH] sunxi: Add Marsboard A10 support

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 12:25, Benjamin Henrion wrote: On Mon, Jan 19, 2015 at 11:01 AM, Aleksei Mamlin wrote: This patch add support for Marsboard A10 board. The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND, micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port,

Re: [linux-sunxi] [PATCH] sunxi: Add Marsboard A10 support

2015-01-19 Thread Benjamin Henrion
On Mon, Jan 19, 2015 at 11:01 AM, Aleksei Mamlin wrote: > This patch add support for Marsboard A10 board. > > The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND, > micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port, > 1 USB OTG port and 2 USB 2.0 ports. Board

Re: [linux-sunxi] [PATCH] sunxi: Add Marsboard A10 support

2015-01-19 Thread Aleksei Mamlin
On Mon, Jan 19, 2015 at 11:36:39AM +0100, Hans de Goede wrote: > Hi, > > On 19-01-15 11:01, Aleksei Mamlin wrote: > > This patch add support for Marsboard A10 board. > > > > The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND, > > micro SD card slot, SATA 2.0 socket, 10/100 eth

Re: [linux-sunxi] [PATCH] ARM: dts: sun4i: Add Marsboard A10 board

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 11:02, Aleksei Mamlin wrote: This patch add support for Marsboard A10 board. The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND, micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port, 1 USB OTG port and 2 USB 2.0 ports. Board does not use the

Re: [linux-sunxi] [PATCH] sunxi: Add Marsboard A10 support

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 11:01, Aleksei Mamlin wrote: This patch add support for Marsboard A10 board. The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND, micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port, 1 USB OTG port and 2 USB 2.0 ports. Board does not use the

Re: [linux-sunxi] Re: [PATCH v8 1/6] mfd: AXP20x: Add bindings documentation

2015-01-19 Thread Chen-Yu Tsai
On Mon, Jan 19, 2015 at 5:37 PM, Lee Jones wrote: > On Tue, 23 Dec 2014, Chen-Yu Tsai wrote: > >> From: Carlo Caione >> >> Bindings documentation for the AXP20x driver. In this file also >> sub-nodes are documented. >> >> Signed-off-by: Carlo Caione >> Acked-by: Maxime Ripard >> [w...@csie.org:

[linux-sunxi] [PATCH] ARM: dts: sun4i: Add Marsboard A10 board

2015-01-19 Thread Aleksei Mamlin
This patch add support for Marsboard A10 board. The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND, micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port, 1 USB OTG port and 2 USB 2.0 ports. Board does not use the AXP209 pmic, it does not have a pmic at all. Bo

[linux-sunxi] [PATCH] sunxi: Add Marsboard A10 support

2015-01-19 Thread Aleksei Mamlin
This patch add support for Marsboard A10 board. The Marsboard A10 is a A10 based development board with 1G RAM, 1G NAND, micro SD card slot, SATA 2.0 socket, 10/100 ethernet, mini HDMI port, 1 USB OTG port and 2 USB 2.0 ports. Board does not use the AXP209 pmic, it does not have a pmic at all. Boa

[linux-sunxi] Re: [PATCH v3 3/3] ARM: dts: sun5i: Add mk802_a10s board

2015-01-19 Thread Maxime Ripard
On Sun, Jan 18, 2015 at 01:09:45PM +0100, Hans de Goede wrote: > The mk802_a10s re-uses is the "classic" mk802 case and functionality, but has > an A10s SoC inside rather then the A10, it features 512M or 1G RAM, 4G nand, > a mini-hdmi female connector, USB-A receptacle, mini-usb receptacle (OTG) >

[linux-sunxi] Re: [PATCH v3 1/2] ARM: dts: sun7i: Add dts file for Bananapro board

2015-01-19 Thread Maxime Ripard
On Sun, Jan 18, 2015 at 01:08:19PM +0100, Hans de Goede wrote: > Add support for the new Bananapro A20 development board from lemaker.org. > This board features 1G RAM, 2 USB A receptacles, 1 micro USB receptacle for > OTG, 1 micro USB receptacle for power, HDMI, sata, Gbit ethernet, ir receiver, >

Re: [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)

2015-01-19 Thread Michal Suchanek
On 19 January 2015 at 10:29, Hans de Goede wrote: > Hi, > > > On 19-01-15 10:16, Hans de Goede wrote: >> >> Hi, >> >> On 19-01-15 10:06, Michal Suchanek wrote: >>> >>> On 19 January 2015 at 05:29, Siarhei Siamashka >>> wrote: On Sun, 04 Jan 2015 20:49:38 +0100 Hans de Goede wrote:

[linux-sunxi] Re: [PATCH v8 2/6] dt-bindings: add vendor-prefix for X-Powers

2015-01-19 Thread Lee Jones
On Tue, 23 Dec 2014, Chen-Yu Tsai wrote: > From: Carlo Caione > > Signed-off-by: Carlo Caione > Signed-off-by: Chen-Yu Tsai > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) Acked-by: Lee Jones > diff --git a/Documentation/devicetree/bind

[linux-sunxi] Re: [PATCH v8 1/6] mfd: AXP20x: Add bindings documentation

2015-01-19 Thread Lee Jones
On Tue, 23 Dec 2014, Chen-Yu Tsai wrote: > From: Carlo Caione > > Bindings documentation for the AXP20x driver. In this file also > sub-nodes are documented. > > Signed-off-by: Carlo Caione > Acked-by: Maxime Ripard > [w...@csie.org: clarify interrupt source for the axp PMIC] > [w...@csie.org

Re: [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 10:16, Hans de Goede wrote: Hi, On 19-01-15 10:06, Michal Suchanek wrote: On 19 January 2015 at 05:29, Siarhei Siamashka wrote: On Sun, 04 Jan 2015 20:49:38 +0100 Hans de Goede wrote: Hi, On 04-01-15 20:19, Michal Suchanek wrote: Setting magic 'reserved' hpcr bit on

Re: [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)

2015-01-19 Thread Hans de Goede
Hi, On 19-01-15 10:06, Michal Suchanek wrote: On 19 January 2015 at 05:29, Siarhei Siamashka wrote: On Sun, 04 Jan 2015 20:49:38 +0100 Hans de Goede wrote: Hi, On 04-01-15 20:19, Michal Suchanek wrote: Setting magic 'reserved' hpcr bit on sun5i DEBE seems required for smooth HDMI

Re: [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)

2015-01-19 Thread Michal Suchanek
On 19 January 2015 at 05:29, Siarhei Siamashka wrote: > On Sun, 04 Jan 2015 20:49:38 +0100 > Hans de Goede wrote: > >> Hi, >> >> On 04-01-15 20:19, Michal Suchanek wrote: >> >Setting magic 'reserved' hpcr bit on sun5i DEBE seems required for >> >smooth HDMI scanout of large frambuffer (eg

Re: [linux-sunxi] A20, AXP, linux mainline, no power off on halt

2015-01-19 Thread Lars Doelle
> > a20 olinuxino micro > > > > /boot$ grep -i axp config-3.19.0-rc3 > > # CONFIG_MFD_AXP20X is not set > > > > looks like it is set in sunxi_defconfig but not in multi_v7_defconfig. > > Well there is your problem... > > If it still does not work with that enabled let us know. The reason is a us