Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Ian Campbell
On Sun, 2015-10-11 at 21:11 +0200, Peter Korsgaard wrote: > > "Ian" == Ian Campbell writes: > > Hi, > > > The Debian package (of v1.2-ish) has: > > install -m0755 usb-boot $(PKG)/usr/bin/sunxi-usb-boot > > install -m0755 fel $(PKG)/usr/bin/sunxi-fel >

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Ian Campbell
On Sun, 2015-10-11 at 12:06 +0100, Ian Campbell wrote: > [...] > > There is still an unresolved inconvenience related to Linux > > distributions arbitrarily renaming the tools when doing sunxi-tools > > packaging. It would be great if we could have a unification of the > > tool names just for the

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Peter Korsgaard
> "Ian" == Ian Campbell writes: Hi, >> > I'd be happy to put that together as a patch for upstream instead. >> >> FYI, in Buildroot we currently install fexc bin2fex fex2bin bootinfo fel >> pio for the host and nand-part for the target, all without any prefix. >

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Peter Korsgaard
> "Ian" == Ian Campbell writes: Hi, >> Sounds sensible to me. Please make sure the install rule respects >> DESTDIR. > Absolutely! > I was intending: > DESTDIR ?= > PREFIX ?= /usr/local > Then install to $(DESTDIR)$(prefix)/bin. Packages would then most

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Ian Campbell
On Tue, 2015-10-13 at 10:21 +0200, Peter Korsgaard wrote: > > > > > > "Ian" == Ian Campbell writes: > > Hi, > > > I'd be inclined to: > > * Prefix everything except bin2fex+fex2bin with sunxi- > > * Try doing the rename via Makefile runes to start with but consider >

[linux-sunxi] [PATCH resend] ARM: dts: sun6i: Turn on gmac on Colombus

2015-10-13 Thread Hans de Goede
We've everything we need to support the gmac on Colombus, turn it on. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun6i-a31-colombus.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31-colombus.dts

[linux-sunxi] [PATCH resend 0/1] ARM: dts: sun6i: Turn on gmac on Colombus

2015-10-13 Thread Hans de Goede
Hi Maxime, This is a resend of a patch from a while ago. Back then there was some discussion on the interaction of this patch with various regulators. In the mean time I've tried to turn of the regulator in question, and I can confirm that the gmac keeps working just fine then, so there is no

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Ian Campbell
On Tue, 2015-10-13 at 11:42 +0300, Siarhei Siamashka wrote: > IMHO it's best to do this renaming right now. I agree, lets get this squared away now and then do the v1.3 release afterwards (but, hopefully, soon). Ian. -- You received this message because you are subscribed to the Google Groups

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

2015-10-13 Thread Hans de Goede
A33 Q8 tablets with the et-q8-v1.6 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 et-q8-v1.6.dtb as existing u-boot configs may very well point to it.

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

2015-10-13 Thread Hans de Goede
This is a generic dts file for A23 based q8 formfactor tablets, this is intended to replace both sun8i-a23-ippo-q8h-v5.dts and sun8i-a23-ippo-q8h-v1.2.dts (these can be fully dropped after a transition period). Signed-off-by: Hans de Goede --- arch/arm/boot/dts/Makefile

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

2015-10-13 Thread Hans de Goede
A23 Q8 tablets with the ippo-q8h-v* 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-v*.dtb as existing u-boot configs may very well point to it.

[linux-sunxi] cubietruck : Help required for enabling wifi (AP6210)

2015-10-13 Thread Pankaj Chauhan
Hello All, I am new to cubietruck. I have just started using the board and i am using following repositories: 1. Linux : https://github.com/cubieboard2/linux-sunxi.git , branch - sunxi-3.4-ct-v101 2. uboot : https://github.com/linux-sunxi/u-boot-sunxi.git. branch - sunxi 3. script.bin:

[linux-sunxi] Re: [PATCH] ARM: dts: sun7i: Add regulator configuration for pcDuino v3 Nano

2015-10-13 Thread Maxime Ripard
On Sat, Oct 10, 2015 at 09:15:21PM +0100, Adam Sampson wrote: > The power configuration on this board is the same as the pcDuino v3. > This will enable frequency/voltage scaling over the standard A20 > operating points from 144 MHz to 960 MHz. > > Tested using cpufreq-ljt-stress-test on two

[linux-sunxi] Re: [PATCH v2 4/5] ARM: dts: sun6i: hummingbird: Enable AXP221 DC5LDO regulator as "vdd-cpus"

2015-10-13 Thread Maxime Ripard
On Sat, Oct 10, 2015 at 10:48:59PM +0800, Chen-Yu Tsai wrote: > The DC5LDO regulator supplies VDD-CPUS, which is for the embedded > controller in the A31 SoC. > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and

[linux-sunxi] Re: [PATCH v2 3/5] ARM: dts: sun6i: hummingbird: Use axp22x.dtsi for AXP221 regulators

2015-10-13 Thread Maxime Ripard
On Sat, Oct 10, 2015 at 10:48:58PM +0800, Chen-Yu Tsai wrote: > Now that we have axp22x.dtsi describing common axp22x hardware, use > it and reference the nodes instead of declaring the whole tree. > > Also drop the "always-on" from the vdd-gpu regulator, since we don't > support the GPU anyway.

[linux-sunxi] Re: [PATCH 1/3] ARM: dts: sun8i: Add sun8i-a23-q8-tablet.dts file

2015-10-13 Thread Maxime Ripard
On Tue, Oct 13, 2015 at 02:35:46PM +0200, Hans de Goede wrote: > This is a generic dts file for A23 based q8 formfactor tablets, > this is intended to replace both sun8i-a23-ippo-q8h-v5.dts and > sun8i-a23-ippo-q8h-v1.2.dts (these can be fully dropped after a > transition period). > >

[linux-sunxi] Re: [PATCH v2 1/5] ARM: dts: sun6i: hummingbird: Fix VDD-CPU and VDD-GPU regulator names

2015-10-13 Thread Maxime Ripard
On Sat, Oct 10, 2015 at 10:48:56PM +0800, Chen-Yu Tsai wrote: > The VDD-CPU and VDD-GPU regulators were incorrectly swapped. > > Fixes: bab03561224ba ("ARM: dts: sun6i: hummingbird: Add AXP221 regulator >nodes") > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime --

[linux-sunxi] Re: [PATCH resend] ARM: dts: sun6i: Turn on gmac on Colombus

2015-10-13 Thread Maxime Ripard
1;3803;0c On Tue, Oct 13, 2015 at 02:37:45PM +0200, Hans de Goede wrote: > We've everything we need to support the gmac on Colombus, turn it on. > > Signed-off-by: Hans de Goede Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android

[linux-sunxi] Re: [PATCH 3/3] ARM: dts: sun8i: Make et-q8-v1.6.dts a symlink to q8-tablet.dts

2015-10-13 Thread Maxime Ripard
On Tue, Oct 13, 2015 at 02:35:48PM +0200, Hans de Goede wrote: > A33 Q8 tablets with the et-q8-v1.6 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

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

2015-10-13 Thread Maxime Ripard
On Tue, Oct 13, 2015 at 02:35:47PM +0200, Hans de Goede wrote: > A23 Q8 tablets with the ippo-q8h-v* 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

[linux-sunxi] Kernel config for OTG on the A20?

2015-10-13 Thread Adam Sampson
Hi all, What kernel config options do I need to turn on for OTG to work on the A20? It doesn't appear to be enabled in sunxi_defconfig or multi_v7_defconfig. The patch below adds support for OTG for the pcDuino v3 Nano based on the schematic, and I've verified that PH4 is indeed the ID pin by