[linux-sunxi] Re: [PATCH v6 0/7] mfd: AXP20x: Add support for AXP202 and AXP209

2014-05-21 Thread Carlo Caione
On Wed, May 21, 2014 at 12:23 AM, Mark Brown broo...@kernel.org wrote: On Mon, May 19, 2014 at 09:47:41PM +0200, Carlo Caione wrote: This set of patches introduces the core driver and support for two different subsystems: - Regulators .../ABI/testing/sysfs-driver-input-axp-pek

[linux-sunxi] Re: [PATCH v7] DMA: sun6i: Add driver for the Allwinner A31 DMA controller

2014-05-21 Thread Maxime Ripard
On Wed, May 21, 2014 at 11:01:05AM +0530, Vinod Koul wrote: On Tue, May 13, 2014 at 03:42:58PM +0200, Maxime Ripard wrote: Hi Vinod, On Wed, Apr 30, 2014 at 12:34:08PM +0530, Vinod Koul wrote: + +static int sun6i_dma_terminate_all(struct sun6i_vchan *vchan) +{ +

[linux-sunxi] Re: [PATCH v6 0/7] mfd: AXP20x: Add support for AXP202 and AXP209

2014-05-21 Thread Lee Jones
This set of patches introduces the core driver and support for two different subsystems: - Regulators .../ABI/testing/sysfs-driver-input-axp-pek | 11 + Documentation/devicetree/bindings/mfd/axp20x.txt | 93 +++ .../devicetree/bindings/vendor-prefixes.txt

[linux-sunxi] Re: [PATCH v8 0/2] Add support for the Allwinner A31 DMA Controller

2014-05-21 Thread Arnd Bergmann
On Wednesday 21 May 2014 17:55:51 Maxime Ripard wrote: On Wed, May 21, 2014 at 05:23:41PM +0200, Arnd Bergmann wrote: On Wednesday 21 May 2014 17:15:54 Maxime Ripard wrote: Changes from v7: - select DMA_OF, since we're only relying on DT I missed the discussion about this

[linux-sunxi] [PATCH 1/2] ARM: dts: sun7i: cubietruck: set mmc3 bus-width property

2014-05-21 Thread Hans de Goede
bus-width defaults to 1, and all 4 lines are hooked up at the cubietruck, properly set bus-width to 4. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts

[linux-sunxi] [PATCH 2/2] ARM: dts: sun7i: Add new i12-tvbox board

2014-05-21 Thread Hans de Goede
The i12 tvbox is an A20 based android tvbox, with 512M / 1G RAM, 4G nand flash, ap6210 or ap6330 sdio wifi + bt (broadcom sdio wifi + uart attached brcm bt), 2USB host ports using USB-A receptacles and a micro-usb receptacle for USB OTG, and 100Mbit ethernet using an IP101a phy. The PCB is

Re: [linux-sunxi] [PATCH] Add qt840a

2014-05-21 Thread Amit Kucheria
On Sun, May 18, 2014 at 8:45 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 05/18/2014 12:30 PM, Hans de Goede wrote: snip What about my u-boot patch? Did you create a dram file for the board too? Yes, that one I had not pushed yet, but I just did, if you checkout the latest sunxi

[linux-sunxi] Booting devel device tree kernel on Cubietruck

2014-05-21 Thread jonsm...@gmail.com
I can't get anywhere trying to boot a devel device tree kernel on Cubietruck. This is with https://github.com/jwrdegoede/linux-sunxi.git and the linux-devel branch. I don't get any boot output. I can boot a 3.4 kernel without problem. I followed these steps.

Re: [linux-sunxi] Booting devel device tree kernel on Cubietruck

2014-05-21 Thread Yassin Jaffer
setenv bootargs console=ttyS0,115200 loglevel=9 earlyprintk root=/dev/mmcblk0p2 ro rootwait On Thu, May 22, 2014 at 2:26 PM, jonsm...@gmail.com jonsm...@gmail.comwrote: I can't get anywhere trying to boot a devel device tree kernel on Cubietruck. This is with