Re: [linux-sunxi] [PATCH 3.4 1/3] drm.h: Fix DRM compilation with bare-metal toolchain.

2014-10-31 Thread Siarhei Siamashka
On Sat, 18 Oct 2014 23:46:45 +0200 Paul Kocialkowski cont...@paulk.fr wrote: From: Paul Sokolovsky paul.sokolov...@linaro.org An ifdef in drm.h expects to be compiled with full-fledged Linux toolchain, but it's common to compile kernel with just bare-metal toolchain which doesn't define

Re: [linux-sunxi] [PATCH 3.4 2/3] sunxi_nand: 32 sectors per page and 64 bit sector bitmap support

2014-10-31 Thread Siarhei Siamashka
On Sat, 18 Oct 2014 23:46:57 +0200 Paul Kocialkowski cont...@paulk.fr wrote: Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- drivers/block/sunxi_nand/src/format/nand_format.c | 16 ++--- .../block/sunxi_nand/src/include/nand_drv_cfg.h|4 +-

Re: [linux-sunxi] [PATCH 3.4 3/3] serial: 8250_sunxi: UART port selection

2014-10-31 Thread Siarhei Siamashka
On Sat, 18 Oct 2014 23:47:14 +0200 Paul Kocialkowski cont...@paulk.fr wrote: Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- drivers/tty/serial/8250/8250_sunxi.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) This patch needs a commit message,

[linux-sunxi] Re: [PATCH 2/2] sunxi: nand: Fix nand clk calculation

2014-10-31 Thread Siarhei Siamashka
On Thu, 16 Oct 2014 10:42:19 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, On 10/15/2014 09:28 PM, Siarhei Siamashka wrote: On Wed, 15 Oct 2014 12:10:45 +0200 Hans de Goede hdego...@redhat.com wrote: Before the u-boot dram cleanup u-boot would always set PLL5 factor m to 2

[linux-sunxi] Re: [PATCH v2 0/6] ARM: sun9i: Enable extra uarts, leds and i2c controllers

2014-10-31 Thread Maxime Ripard
On Fri, Oct 31, 2014 at 11:05:45AM +0800, Chen-Yu Tsai wrote: Hi, This series enables the uart and i2c controller found on the A80 Optimus board's gpio expansion header, as well as 2 out of 3 onboard LEDs. The last LED needs R_PIO support. This series contains only changes to the dtsi and

Re: [linux-sunxi] Re: [PATCH v4 0/5] simplefb: add clock handling code

2014-10-31 Thread Javier Martinez Canillas
Hello Hans, On Fri, Oct 31, 2014 at 10:00 AM, Hans de Goede hdego...@redhat.com wrote: Hi Tomi, On 10/31/2014 09:15 AM, Tomi Valkeinen wrote: Hi Hans, On 22/10/14 19:45, Hans de Goede wrote: -We will add a clocks property to the simplefb devicetree bindings, so that u-boot setup

[linux-sunxi] Re: [PATCH v5 4/4] crypto: Add Allwinner Security System crypto accelerator

2014-10-31 Thread Maxime Ripard
On Fri, Oct 31, 2014 at 04:18:03PM +0800, Herbert Xu wrote: On Fri, Oct 31, 2014 at 09:13:23AM +0100, Maxime Ripard wrote: I don't understand here. Why would other drivers *not* being affected? If the scatter list passed by AF_ALG can be in highmem, I guess it's the case for every

Re: [linux-sunxi] Re: [PATCH v4 0/5] simplefb: add clock handling code

2014-10-31 Thread Javier Martinez Canillas
Hello Hans, Thanks for your answers. On Fri, Oct 31, 2014 at 10:51 AM, Hans de Goede hdego...@redhat.com wrote: What about regulators (to power the LCD), gpios (to keep the LCD enabled) and pinctrl (for video signals)? I guess any those could be reset by the kernel if no driver uses them.

[linux-sunxi] Olimex Lime A10 board corrupts SD card

2014-10-31 Thread Dennis Kerrisk
I am running a Debian A10 image on an Olimex Lime A10 board from a 16 gig micro SD card. It boots and runs fine, but if I try to add or update package it corrupts the SD card. Am I doing something wrong or is there something I need to do before adding packages. Dennis -- You received this

Re: [linux-sunxi] Olimex Lime A10 board corrupts SD card

2014-10-31 Thread Siarhei Siamashka
On Fri, 31 Oct 2014 04:37:26 -0700 (PDT) Dennis Kerrisk dennisk8...@gmail.com wrote: I am running a Debian A10 image on an Olimex Lime A10 board from a 16 gig micro SD card. It boots and runs fine, but if I try to add or update package it corrupts the SD card. Am I doing something wrong or

Re: [linux-sunxi] Olimex Lime A10 board corrupts SD card

2014-10-31 Thread Dennis Kerrisk
Thanks I'll look at it this morning. Dennis -- 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, visit

Re: [linux-sunxi] Olimex Lime A10 board corrupts SD card

2014-10-31 Thread Dennis Kerrisk
2 rounds of testing and all is goof. Any other ideas? Dennis -- 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

Re: [linux-sunxi] [PATCH 2/2 3.4] Cleanup sun7i_defconfig based on sun4i_defconfig.

2014-10-31 Thread Siarhei Siamashka
On Mon, 13 Oct 2014 06:31:38 -0400 Andreas Baierl l...@imkreisrum.de wrote: From: rellla l...@imkreisrum.de --- arch/arm/configs/sun7i_defconfig | 1038 +++--- 1 file changed, 69 insertions(+), 969 deletions(-) Thanks. The unification of the configs is

Re: [linux-sunxi] [PATCH] remove sunxi_nand from sun7i_defconfig

2014-10-31 Thread Siarhei Siamashka
On Thu, 23 Oct 2014 08:01:20 -0700 (PDT) Tim Tisdall tisd...@gmail.com wrote: There's a known issue with sunxi_nand on A20 devices where it will try to read a NAND chip and then make modifications such that it becomes corrupted. Until this situation is resolved, the module should _not_ be

[linux-sunxi] Re: [PATCH v2 06/10] ARM: sunxi-mmc: Add mmc support for sun6i / A31

2014-10-31 Thread Pantelis Antoniou
Hi Ian, On Sep 25, 2014, at 21:52 , Ian Campbell i...@hellion.org.uk wrote: On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: From: Hans de Goede hdego...@redhat.com The mmc hardware on sun6i has an extra reset control that needs to be de-asserted prior to usage. Also the FIFO

[linux-sunxi] U-boot mainline 2014.10 on a A20 board

2014-10-31 Thread Oscar
Hi, Did anyone use u-boot 2014.10 from mainline on a A20 board (cubieboard2)? Although it seems to compile fine, there seems to be a problem with the generated SPL image since the u-boot code doesn't even load. All I have is this: U-Boot SPL 2014.10 (Oct 26 2014 - 15:20:59) DRAM: 1024 MiB