[linux-sunxi] [PATCH v7] dma: sun4i: Add support for the DMA engine on sun[457]i SoCs

2015-06-08 Thread Maxime Ripard
From: Emilio López This patch adds support for the DMA engine present on Allwinner A10, A13, A10S and A20 SoCs. This engine has two kinds of channels: normal and dedicated. The main difference is in the mode of operation; while a single normal channel may be operating at any given time, dedicated

Re: [linux-sunxi] Enhancing GSL1680 web page - IRQ line for GSL 1680

2015-06-08 Thread Lawrence Yu
Hi, On Mon, Jun 8, 2015 at 3:37 AM, wrote: > Hello, ALL. > > Could anyone please describe the logic (concept (core) of algorithmic > logic) of how to work with IRQ line for GSL 1680. > Unfortunately on https://linux-sunxi.org/GSL1680 there is nothing about > this. > It will be very gooв to enh

[linux-sunxi] Re: Boot 0/1 compiled, but what next...

2015-06-08 Thread Ivan Kozic
Ok just to report back that the best way for testing Boot0/1 is for sure CT_NandBoot app. The app is perfect (comes from phelum, also active here), but the boot1 compilation process is a bit bumpy, since we also need to integrate our sys_config.fex into it. Anyway, if someone is interested, pos

[linux-sunxi] Re: Nand issue linux-sunxi 3.4 A20

2015-06-08 Thread Zahir Khan
Hello, Previous mail log not due to critical issue. It seems soem issue with FS magic no.. [ 40.251107] EXT4-fs (nandh): VFS: EXT4_SUPER_MAGIC 0x [ 40.251114] [ 40.258889] EXT4-fs (nandh): VFS: Can't find ext4 filesystem [ 40.296193] EXT4-fs (nandh): VFS: EXT4_SUPER_MAGIC 0xff

Re: [linux-sunxi] [RFC 11/11] mtd/nand: Sunxi NAND boot partition definitions

2015-06-08 Thread Roy Spliet
Hello Hans, Op 08-06-15 om 15:16 schreef Hans de Goede: Hi Roy, On 08-06-15 10:38, Roy Spliet wrote: Hello Michal, Op 07-06-15 om 18:48 schreef Michal Suchanek: Hello, On 5 June 2015 at 13:52, Roy Spliet wrote: Based on the default layout of the android image used at least on Olimex Lime

Re: [linux-sunxi] [RFC 11/11] mtd/nand: Sunxi NAND boot partition definitions

2015-06-08 Thread Hans de Goede
Hi Roy, On 08-06-15 10:38, Roy Spliet wrote: Hello Michal, Op 07-06-15 om 18:48 schreef Michal Suchanek: Hello, On 5 June 2015 at 13:52, Roy Spliet wrote: Based on the default layout of the android image used at least on Olimex Lime Signed-off-by: Roy Spliet --- include/configs/sunxi-co

Re: [linux-sunxi] Re: [PATCH 00/20] ARM: dts: Add USB and OTG related nodes and enable on various boards

2015-06-08 Thread Michal Suchanek
Hello, On 8 June 2015 at 12:03, Maxime Ripard wrote: > Hi Hans, > > On Fri, Jun 05, 2015 at 09:02:03PM +0200, Hans de Goede wrote: >> Hi Maxime, >> >> Here is a patch-set with all the otg / sun8i-usb-host related dts patches >> I've accumulated. >> >> These are intended for 4.3, and go hand in ha

Re: [linux-sunxi] [RFC 11/11] mtd/nand: Sunxi NAND boot partition definitions

2015-06-08 Thread Roy Spliet
Hello Yassin, Op 08-06-15 om 12:48 schreef Yassin: Hi Roy Thank you for working on this, I would like to suggest if you could implement separate control commands to switch ECC and Randomisation modes per partitions. I know this is not the best approach but it will provide more controls. Thanks

Re: [linux-sunxi] [RFC 11/11] mtd/nand: Sunxi NAND boot partition definitions

2015-06-08 Thread Yassin
Hi Roy Thank you for working on this, I would like to suggest if you could implement separate control commands to switch ECC and Randomisation modes per partitions. I know this is not the best approach but it will provide more controls. > On 8 Jun 2015, at 7:11 pm, Roy Spliet wrote: > > Dear

[linux-sunxi] Enhancing GSL1680 web page - IRQ line for GSL 1680

2015-06-08 Thread sergk . admin
Hello, ALL. Could anyone please describe the logic (concept (core) of algorithmic logic) of how to work with IRQ line for GSL 1680. Unfortunately on https://linux-sunxi.org/GSL1680 there is nothing about this. It will be very gooв to enhance this web page with this information. As far as I kn

[linux-sunxi] Re: [PATCH 00/20] ARM: dts: Add USB and OTG related nodes and enable on various boards

2015-06-08 Thread Maxime Ripard
Hi Hans, On Fri, Jun 05, 2015 at 09:02:03PM +0200, Hans de Goede wrote: > Hi Maxime, > > Here is a patch-set with all the otg / sun8i-usb-host related dts patches > I've accumulated. > > These are intended for 4.3, and go hand in hand with the outstanding > musb-sunxi / phy-sun4i-usb patches, wh

[linux-sunxi] Re: [RFC 09/11] sunxi/nand: Enable UBI and NAND commands

2015-06-08 Thread Ian Campbell
On Mon, 2015-06-08 at 09:38 +0200, Roy Spliet wrote: Please try and avoid sending HTML Mail as well as top posting. > Oh yes, thanks for pointing this one out. I increased the malloc pool > during debugging as google hinted towards UBI being rather > memory-hungry, but forgot to double-check whet

Re: [linux-sunxi] [RFC 11/11] mtd/nand: Sunxi NAND boot partition definitions

2015-06-08 Thread Roy Spliet
Dear Michal, Op 08-06-15 om 10:54 schreef Michal Suchanek: On 8 June 2015 at 10:38, Roy Spliet wrote: Hello Michal, Op 07-06-15 om 18:48 schreef Michal Suchanek: Hello, On 5 June 2015 at 13:52, Roy Spliet wrote: Based on the default layout of the android image used at least on Olimex Lime

Re: [linux-sunxi] [RFC 11/11] mtd/nand: Sunxi NAND boot partition definitions

2015-06-08 Thread Michal Suchanek
On 8 June 2015 at 10:38, Roy Spliet wrote: > Hello Michal, > > Op 07-06-15 om 18:48 schreef Michal Suchanek: > > Hello, > > On 5 June 2015 at 13:52, Roy Spliet wrote: > > Based on the default layout of the android image used at least on Olimex > Lime > > Signed-off-by: Roy Spliet > --- > includ

Re: [linux-sunxi] Re: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-08 Thread Roy Spliet
Hello Michal, Op 08-06-15 om 10:34 schreef Michal Suchanek: On 8 June 2015 at 10:11, Roy Spliet wrote: Hello Scott et al., Op 06-06-15 om 00:02 schreef Scott Wood: On Fri, 2015-06-05 at 13:52 +0200, Roy Spliet wrote: From: yassin Signed-off-by: Roy Spliet --- drivers/mtd/nand/Makefile

Re: [linux-sunxi] [RFC 11/11] mtd/nand: Sunxi NAND boot partition definitions

2015-06-08 Thread Roy Spliet
Hello Michal, Op 07-06-15 om 18:48 schreef Michal Suchanek: Hello, On 5 June 2015 at 13:52, Roy Spliet wrote: Based on the default layout of the android image used at least on Olimex Lime Signed-off-by: Roy Spliet --- include/configs/sunxi-common.h | 9 + 1 file changed, 9 insert

[linux-sunxi] Re: A20 NAND Issues

2015-06-08 Thread Ivan Kozic
Wow it works, just needs couple of seconds to update Boot1. This is just perfect, I've just recompiled and updated boot1_nand.fex and I can see the new output :) Great app Steven! On Tuesday, April 28, 2015 at 1:46:25 PM UTC+2, Steven Saunderson wrote: > > > > On Monday, April 27, 2015 at 11:14:

Re: [linux-sunxi] Re: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-08 Thread Michal Suchanek
On 8 June 2015 at 10:11, Roy Spliet wrote: > Hello Scott et al., > > Op 06-06-15 om 00:02 schreef Scott Wood: > > On Fri, 2015-06-05 at 13:52 +0200, Roy Spliet wrote: > > From: yassin > > Signed-off-by: Roy Spliet > --- > drivers/mtd/nand/Makefile | 2 +- > drivers/mtd/nand/nand_timings

[linux-sunxi] Re: A20 NAND Issues

2015-06-08 Thread Ivan Kozic
Hi Steven, It's been a while, but now I finally have time to test the app - I've just also posted that I've successfully compiled Boot1, so I guess your app could also help with this. I'll post back what I find out later today. On Tuesday, April 28, 2015 at 1:46:25 PM UTC+2, Steven Saunderson w

[linux-sunxi] Re: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-08 Thread Roy Spliet
Hello Scott et al., Op 06-06-15 om 00:02 schreef Scott Wood: On Fri, 2015-06-05 at 13:52 +0200, Roy Spliet wrote: From: yassin Signed-off-by: Roy Spliet --- drivers/mtd/nand/Makefile | 2 +- drivers/mtd/nand/nand_timings.c | 252 include/l

[linux-sunxi] Boot 0/1 compiled, but what next...

2015-06-08 Thread Ivan Kozic
Hi all, For some time now, I've been trying to resolve NAND layout for A20 so that it's fast and stable and ready for production environment. One more requirement was that linux-sunxi 3.4 was used. I have been looking into a lot of drivers and uboots (yuq for instance), but in the end there doe

[linux-sunxi] Re: [RFC 09/11] sunxi/nand: Enable UBI and NAND commands

2015-06-08 Thread Roy Spliet
Oh yes, thanks for pointing this one out. I increased the malloc pool during debugging as google hinted towards UBI being rather memory-hungry, but forgot to double-check whether it was required. I just did, and as it turns out it really only needs to be increased to 8MiB for UBI to work in my