Re: [linux-sunxi] Clean up github u-boot branches

2015-08-13 Thread Olliver Schinagl
Hey Siarhei, On 11-08-15 13:43, Siarhei Siamashka wrote: On Sun, 09 Aug 2015 21:44:00 +0200 Olliver Schinagl oliver+l...@schinagl.nl wrote: Hey all, I've noticed we still have some outdated stale u-boot branches, that ideally, we don't want people to use anyway. Could you describe a

Re: [linux-sunxi] Clean up github u-boot branches

2015-08-13 Thread Siarhei Siamashka
On Tue, 11 Aug 2015 13:53:53 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, On 11-08-15 13:43, Siarhei Siamashka wrote: On Sun, 09 Aug 2015 21:44:00 +0200 Olliver Schinagl oliver+l...@schinagl.nl wrote: snip In my case, all the Allwinner hardware that I have is already

Re: [linux-sunxi] Re: [PATCH] fel-to-spl-thunk.S: Only depend on binutils.

2015-08-13 Thread Olliver Schinagl
Hey, On 13-08-15 09:55, Ian Campbell wrote: On Thu, 2015-08-13 at 10:24 +0300, Siarhei Siamashka wrote: On Tue, 4 Aug 2015 20:01:39 +0100 Ian Campbell i...@hellion.org.uk wrote: A cross-binutils is generally a bit easier to get hold of, and in particular binutils-none-eabi (and

Re: [linux-sunxi] [PATCH v2] pinctrl: sun4i: add spdif to pin description.

2015-08-13 Thread Hans de Goede
Hi, On 12-08-15 19:27, codekip...@gmail.com wrote: From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com LGTM: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans --- drivers/pinctrl/sunxi/pinctrl-sun4i-a10.c | 17 ++--- 1

Re: [linux-sunxi] [PATCH 1/3] Fix signedness (possible underflow) of len parameter for aw_fel_write_uboot_image()

2015-08-13 Thread Siarhei Siamashka
On Tue, 04 Aug 2015 15:10:41 +0200 Bernhard Nortmann bernhard.nortm...@web.de wrote: Am 04.08.2015 10:33, schrieb Siarhei Siamashka: Hi, If anyone wonders, that's a sunxi-tools patch. To avoid confusion in the future, it's best to have this information in the subject line. Yes, sorry

Re: [linux-sunxi] Clean up github u-boot branches

2015-08-13 Thread Olliver Schinagl
Hey hans, On 13-08-15 11:57, Hans de Goede wrote: Hi, On 13-08-15 08:45, Siarhei Siamashka wrote: On Tue, 11 Aug 2015 13:53:53 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, On 11-08-15 13:43, Siarhei Siamashka wrote: On Sun, 09 Aug 2015 21:44:00 +0200 Olliver Schinagl

Re: [linux-sunxi] U-Boot: build with nand command

2015-08-13 Thread Sergei Antonov
On 13 August 2015 at 09:55, Siarhei Siamashka siarhei.siamas...@gmail.com wrote: On Wed, 12 Aug 2015 01:33:49 +0200 Sergei Antonov sap...@gmail.com wrote: Hello! I have a bricked device which can only boot into FEL mode. You can probably also boot from the SD card, unless the SD card slot

Re: [linux-sunxi] Re: [PATCH] fel-to-spl-thunk.S: Only depend on binutils.

2015-08-13 Thread Ian Campbell
On Thu, 2015-08-13 at 10:21 +0200, Olliver Schinagl wrote: Hey, On 13-08-15 09:55, Ian Campbell wrote: On Thu, 2015-08-13 at 10:24 +0300, Siarhei Siamashka wrote: On Tue, 4 Aug 2015 20:01:39 +0100 Ian Campbell i...@hellion.org.uk wrote: A cross-binutils is generally a bit

[linux-sunxi] Re: [PATCH v2] pinctrl: sun4i: add spdif to pin description.

2015-08-13 Thread Linus Walleij
On Wed, Aug 12, 2015 at 7:27 PM, codekip...@gmail.com wrote: From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com Patch applied with Hans' ACK. Yours, Linus Walleij -- You received this message because you are subscribed to the Google Groups

Re: [linux-sunxi] Re: [PATCH RESEND v5] ARM: sun4i: spi: Allow transfers larger than FIFO size

2015-08-13 Thread Alex G.
On 08/10/2015 07:54 AM, Michal Suchanek wrote: On 10 August 2015 at 15:44, Olliver Schinagl oliver+l...@schinagl.nl wrote: Hey Michal, As without this patch, we cannot use something like mmc-spi due to the restriction of packet size iirc. With DMA we can. And since DMA will be enabled most