[linux-sunxi] [PATCH] ARM: sun4i: dt: Add basic board support for LinkSprite pcDuino

2014-01-11 Thread Zoltan HERPAI
This patch will add a basic board support DT for the LinkSprite pcDuino. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/sun4i-a10-pcduino.dts | 48 +++ 2 files changed, 49 insertions(+), 0

[linux-sunxi] Re: [PATCH] ARM: sun4i: dt: Add basic board support for LinkSprite pcDuino

2014-01-13 Thread Zoltan HERPAI
- I'll make a v2 soon, thanks! Regards, Zoltan Herpai -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options

[linux-sunxi] [PATCH v2] ARM: sun4i: dt: Add basic board support for LinkSprite pcDuino

2014-01-13 Thread Zoltan HERPAI
From b2cd1681fe988584028d280ca79249f4ebcb271c Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI wigy...@uid0.hu Date: Mon, 13 Jan 2014 14:00:12 +0100 Subject: [PATCH v2] ARM: sun4i: dt: Add basic board support for LinkSprite pcDuino This patch will add a basic board support DT for the LinkSprite

Re: [linux-sunxi] Doing some sunxi hacking in Brussels the Friday before Fosdem ?

2014-01-14 Thread Zoltan HERPAI
On Tue, 14 Jan 2014, Ian Campbell wrote: On Tue, 2014-01-14 at 11:49 +0100, Luc Verhaegen wrote: On Tue, Jan 14, 2014 at 10:19:36AM +, Ian Campbell wrote: It sound cool! I'm arriving at Brussels Midi at 1405 on Friday afternoon. I'm not sure if I'll have other Xen/work related commitments

Re: [linux-sunxi] Re: Openwrt for the Cubieboard

2014-02-14 Thread Zoltan HERPAI
http://wiki.openwrt.org/toh/cubietech/cubieboard http://wiki.openwrt.org/doc/hardware/soc/soc.allwinner.sunxi#installation.process Of course, you'll need to use the relevant u-boot image built - you can select it in the menuconfig under Boot loaders. Regards, -w- On Fri, 14 Feb 2014,

[linux-sunxi] [PATCH 3/3] ARM: sun7i: dt: Add ahci/sata support to pcDuino3 DTS

2014-05-02 Thread Zoltan HERPAI
This patch adds sunxi SATA support to the pcDuino V3 board. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- arch/arm/boot/dts/sun7i-a20-pcduino3.dts |9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts b/arch/arm/boot/dts/sun7i-a20-pcduino3

[linux-sunxi] [PATCH 0/3] Add board support for LinkSprite pcDuino V3

2014-05-02 Thread Zoltan HERPAI
The LinkSprite pcDuino V3 is an A20-based revision of the earlier pcDuinos. This series will add support for the board, along with some of its devices where the driver is accepted or soon-to-be-accepted into mainline. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu Zoltan HERPAI (3): ARM: sun7i

[linux-sunxi] [PATCH 1/3] ARM: sun7i: dt: Add basic board support for LinkSprite pcDuino V3

2014-05-02 Thread Zoltan HERPAI
This patch will add a basic board support DT for the LinkSprite pcDuino V3, which is based on A20. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- arch/arm/boot/dts/Makefile |3 +- arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 70 ++ 2 files changed

Re: [linux-sunxi] [PATCH 0/3] Add board support for LinkSprite pcDuino V3

2014-05-02 Thread Zoltan HERPAI
On Fri, 2 May 2014, Luc Verhaegen wrote: On Fri, May 02, 2014 at 01:45:03PM +0200, Zoltan HERPAI wrote: The LinkSprite pcDuino V3 is an A20-based revision of the earlier pcDuinos. This series will add support for the board, along with some of its devices where the driver is accepted or soon

Re: [linux-sunxi] Re: [PATCH 3/3] ARM: sun7i: dt: Add ahci/sata support to pcDuino3 DTS

2014-05-02 Thread Zoltan HERPAI
Hi, On Fri, 2 May 2014, Hans de Goede wrote: While git am-ing this for the sunxi-devel branch I got the following: /home/hans/projects/sunxi/linux/.git/rebase-apply/patch:15: space before tab in indent. status = okay;

Re: [linux-sunxi] Re: [PATCH 3/3] ARM: sun7i: dt: Add ahci/sata support to pcDuino3 DTS

2014-05-09 Thread Zoltan HERPAI
On Fri, 9 May 2014, Hans de Goede wrote: Hi, When you resend this series, can you please also add support for the mmc controller ? Hi Hans, Sure will do - I'm being kept busy at my workplace so that's the cause of the delay for the re-send. Thanks, -w- -- You received this message

[linux-sunxi] [PATCH 1/1] a20: add LinkSprite pcDuino3 FEX file

2014-05-11 Thread Zoltan HERPAI
File taken from vendor site, original comments cleaned up. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- sys_config/a20/linksprite_pcduino3.fex | 1066 1 file changed, 1066 insertions(+) create mode 100644 sys_config/a20/linksprite_pcduino3.fex diff --git

[linux-sunxi] [PATCH 1/1] uboot: add support for pcDuino3

2014-05-11 Thread Zoltan HERPAI
This patchset adds u-boot support for pcDuino3. The board has been stress-tested for clock=480 and FAST_MBUS, and has proven to be stable so far. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- board/sunxi/Makefile|1 + board/sunxi/dram_pcduino3.c | 31

[linux-sunxi] [PATCHv2 3/4] ARM: sun7i: dt: Add ahci/sata support to pcDuino3 DTS

2014-05-11 Thread Zoltan HERPAI
This patch adds sunxi SATA support to the pcDuino V3 board. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- arch/arm/boot/dts/sun7i-a20-pcduino3.dts |9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts b/arch/arm/boot/dts/sun7i-a20-pcduino3

[linux-sunxi] [PATCHv2 2/4] ARM: sun7i: dt: Add USB host nodes to pcDuino3 DTS

2014-05-11 Thread Zoltan HERPAI
Add nodes for the usb-phy and ehci- and ohci-usb-host controllers. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 30 ++ 1 file changed, 30 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts b/arch/arm

[linux-sunxi] [PATCHv2 0/4] Add board support for LinkSprite pcDuino V3

2014-05-11 Thread Zoltan HERPAI
input bindings include - add MMC support Signed-off-by: Zoltan HERPAI wigy...@uid0.hu Zoltan HERPAI (4): ARM: sun7i: dt: Add basic board support for LinkSprite pcDuino V3 ARM: sun7i: dt: Add USB host nodes to pcDuino3 DTS ARM: sun7i: dt: Add ahci/sata support to pcDuino3 DTS ARM: sun7i

[linux-sunxi] [PATCHv2 4/4] ARM: sun7i: dt: Add MMC support to pcDuino3 DTS

2014-05-11 Thread Zoltan HERPAI
Add node for MMC support to the pcDuino3 board. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- arch/arm/boot/dts/sun7i-a20-pcduino3.dts |8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts index

[linux-sunxi] [PATCHv2 1/4] ARM: sun7i: dt: Add basic board support for LinkSprite pcDuino V3

2014-05-11 Thread Zoltan HERPAI
This patch will add a basic board support DT for the LinkSprite pcDuino V3, which is based on A20. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- arch/arm/boot/dts/Makefile |3 +- arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 69 ++ 2 files changed

Re: [linux-sunxi] Re: [PATCHv2 4/4] ARM: sun7i: dt: Add MMC support to pcDuino3 DTS

2014-05-12 Thread Zoltan HERPAI
On Mon, 12 May 2014, Hans de Goede wrote: @@ -19,6 +19,14 @@ compatible = linksprite,a20-pcduino3, allwinner,sun7i-a20; soc@01c0 { + mmc0: mmc@01c0f000 { + pinctrl-names = default, default; + pinctrl-0 =

[linux-sunxi] Re: [PATCH 1/1] uboot: add support for pcDuino3

2014-05-12 Thread Zoltan HERPAI
Hi Hans, On Mon, 12 May 2014, Hans de Goede wrote: *snip* +Active arm armv7 sunxi - sunxi pcDuino3 sun7i:PCDUINO3,SPL,SUNXI_EMAC,FAST_MBUS

Re: [linux-sunxi] How can I get pcDuino join sunxi-linux org?

2014-06-22 Thread Zoltan HERPAI
On Sun, 22 Jun 2014, Pillar Zuo wrote: Hi      I am a pcDuino software angineer PM.pcDuino always use the allwinner's chip.pcDuino user all over the world more then 100 countries.The numbers of users more then 50w.There are a lot of user saywhy I can't find any pcDuino information in

RE: [linux-sunxi] OpenWRT on Olimex A20-OLinuXino-LIME

2014-09-13 Thread Zoltan HERPAI
You can add support for the A20-LIME by adding it into package/boot/uboot-sunxi and adding the profile entry for the board into target/linux/sunxi/profiles. You are most welcome to send in board support patches. :) Regards, -w- On Sat, 13 Sep 2014, Paul Jones wrote: You will need to

Re: [linux-sunxi] Re: [PATCH] sunxi: Fix gmac not working reliable on the Bananapi

2014-09-28 Thread Zoltan HERPAI
...@debian.org Tested-by: Zoltan HERPAI wigy...@openwrt.org --- board/sunxi/gmac.c | 9 + 1 file changed, 9 insertions(+) diff --git a/board/sunxi/gmac.c b/board/sunxi/gmac.c index e7ff952..f58c963 100644 --- a/board/sunxi/gmac.c +++ b/board/sunxi/gmac.c @@ -24,6 +24,15 @@ int

Re: [linux-sunxi] Sunxi FOSDEM2015 Dinner!

2015-01-26 Thread Zoltan HERPAI
On Mon, 26 Jan 2015, Simos Xenitellis wrote: [sunxi dinner @FOSDEM] [snip] I have booked 22 seats, same place as last year at 8pm sharp. People who have posted that they will take part: - Olliver + two other people - Hans - Karsten - Tsvetan + another person - Benjamin - Carlo - Chen-Yu -

Re: [linux-sunxi] Re: [PATCH 1/1] sunxi: add Linksprite pcDuino v1/v2 support

2015-01-06 Thread Zoltan HERPAI
Hi Hans, On Tue, 6 Jan 2015, Hans de Goede wrote: On 06-01-15 01:09, Zoltan HERPAI wrote: Add support for a sun4i board built by Linksprite. This addition covers both v1 and v2 versions. As the board has been working with 408MHz memory setting in the u-boot-sunxi branch, and has been proven

Re: [linux-sunxi] openwrt finally released for sunxi

2015-06-24 Thread Zoltan HERPAI
Dmitriy B. wrote: 2015-05-25 10:54 GMT+03:00 Benjamin Henrion zoo...@gmail.com mailto:zoo...@gmail.com: Openwrt is finally released for sunxi: https://downloads.openwrt.org/chaos_calmer/15.05-rc1/sunxi/generic/ We had to wait because otherwise there were only daily builds

Re: [linux-sunxi] Re: Regression in uboot mmc code causing boot failure.

2015-09-01 Thread Zoltan HERPAI
Hi, Hans de Goede wrote: Hi, On 30-08-15 10:30, Yousong Zhou wrote: Hi In an OpenWrt ticket [1] I reported two issues encountered by 2 SD cards of mine. One of them failed with `error reading clusters` when reading a uImage file of size about 2MB. This issue happened after we switch from

[linux-sunxi] u-boot: MMC broken on Linksprite A10/A20 boards in 2018.11

2019-01-03 Thread Zoltan HERPAI
Hi all, The DTS resync between 2018.09 and 2018.11 seems to have broken the MMC support for the Linksprite pcDuino (A10) and pcDuino v3 (A20) boards. The resync happened in b9d59d0 [1] and 3c92cca [2], after which u-boot doesn't recognize the MMC controller and freezes the board (exactly the

Re: [linux-sunxi] u-boot: MMC broken on Linksprite A10/A20 boards in 2018.11

2019-01-03 Thread Zoltan HERPAI
Hi Jagan, Adam, On Thu, 3 Jan 2019, Jagan Teki wrote: On Thu, Jan 3, 2019 at 6:57 PM Zoltan HERPAI wrote: Hi all, The DTS resync between 2018.09 and 2018.11 seems to have broken the MMC support for the Linksprite pcDuino (A10) and pcDuino v3 (A20) boards. The resync happened in b9d59d0 [1

Re: [linux-sunxi] u-boot: MMC broken on Linksprite A10/A20 boards in 2018.11

2019-01-11 Thread Zoltan HERPAI
Hi, Jagan Teki wrote: A20, can boot as it is, it doesn't effect mmc node on DT, since DM_MMC is not available. That's interesting, the Linksprite_pcDuino3_defconfig does have DM_MMC set, and after applying your patch (thanks for working it out), it does fix this A20 board as well. A

Re: [linux-sunxi] fosdem sunxi dinner this year

2019-02-02 Thread Zoltan HERPAI
Location: Le Bistro Porte de Hal, Boulevard de Waterloo 138, 1000 Brussels Time: Sat, Feb 2nd 19:00 Regards, -w- On Sat, 2 Feb 2019, Jagan Teki wrote: Can someone post the Venue? On Fri, 25 Jan, 2019, 4:44 PM Benjamin Henrion https://elinux.org/FOSDEM Please register here ASAP: