Re: [linux-sunxi] Re: linux-sunxi.org is down

2015-01-28 Thread Alejandro Mery
with the motherboard. Best regards, Alejandro Mery -- 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

Re: [linux-sunxi] Re: nand linux-sunxi 3.4

2015-01-15 Thread Alejandro Mery
Hi, On 15.01.2015 14:26, Toroshin Dmitry wrote: On Thursday, January 15, 2015 at 6:38:20 PM UTC+6, Mohamed MEDIOUNI wrote: just crashes after insmod ( 3.4.79) Le mardi 13 janvier 2015 16:09:07 UTC, Toroshin Dmitry a écrit : On Tuesday, January 13, 2015 at 9:56:03 PM

Re: [linux-sunxi] logo update?

2014-12-14 Thread Alejandro Mery
the logo from the wiki to github. cheers, Alejandro Mery -- 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

Re: [linux-sunxi] [PATCH] usb: gadget: midi: Fix ignored index and id module parameters

2014-09-07 Thread Alejandro Mery
sorry for the delay. If you know any other outstanding patch for 3.4, please poke me (mnemoc) on irc. Thanks, Alejandro Mery -- 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

Re: [linux-sunxi] [PATCH] sunxi: g2d: don't skip mutex_unlock on invalid ioctl

2014-08-14 Thread Alejandro Mery
; + break; } err_noput: thank you, applied on stage/sunxi-3.4 regards, Alejandro Mery -- 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

Re: [linux-sunxi] nand sunxi-nand

2014-08-14 Thread Alejandro Mery
/physic/nand_simple_w.o \ +../nfc/nfc_r.o ../nfc/nfc_w.o -- 1.9.1 thank you, applied on stage/sunxi-3.4 regards, Alejandro Mery -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails

Re: [linux-sunxi] [PATCH] sunxi: disp: Allow negative hardware cursor position

2014-08-14 Thread Alejandro Mery
0x07ff); + pos-y = sign_extend32((readval 0x3fff) 16, 13); + pos-x = sign_extend32(readval 0x3fff, 13); return 0; thank you, applied on stage/sunxi-3.4 regards, Alejandro Mery -- You received this message because you are subscribed to the Google Groups linux-sunxi

Re: [linux-sunxi] [PATCH 1/1] fexc: add some sanity checking to bin reading

2014-08-14 Thread Alejandro Mery
On 14/08/14 02:28, Luc Verhaegen wrote: Signed-off-by: Luc Verhaegen l...@skynet.be --- script_bin.c | 39 +-- 1 files changed, 37 insertions(+), 2 deletions(-) diff --git a/script_bin.c b/script_bin.c index cd71218..c797fbe 100644 --- a/script_bin.c

Re: [linux-sunxi] [PATCH sunxi-tools v2] Add copyright headers to various files.

2014-06-30 Thread Alejandro Mery
with the years according to git. Authors: Henrik, who says OK. Alejandro Mery Makefile: GPL2+ with copyrights and years according to git. Authors are: Alejandro Mery Henrik Nordstrom, who says Yes Pat Wood, who says Fine with me usb-boot: Henrik

Re: [linux-sunxi] Re: [PATCH] Add mele_m5 fex file to sunxi-boards

2014-06-07 Thread Alejandro Mery
On 06/06/14 06:36, te...@tfisher.ca wrote: On Monday, May 26, 2014 4:27:24 PM UTC-4, Terry Fisher wrote: Mele M5 fex file. Memory parameters are extracted from Mele's V3.1.2 firmware update script.bin. --- sys_config/a20/mele_m5.fex | 1019

Re: [linux-sunxi] Re: [PATCH] sunxi: Add Mele_M3 support

2014-06-04 Thread Alejandro Mery
Hi, One thing I'm curious about the M3 is, does it have a sata connector ? no, the SATA connector is not soldered http://i.imgur.com/6wR28As.jpg On 03/06/14 08:32, Hans de Goede wrote: Hi, On 06/02/2014 10:12 PM, Alejandro Mery wrote: On 02/06/14 09:18, Hans de Goede wrote: based

Re: [linux-sunxi] [PATCH 2/2] fix k1001l1c name so it buidls with sunxi-bsp

2014-06-01 Thread Alejandro Mery
On 01/06/14 13:39, Luc Verhaegen wrote: On Sun, Jun 01, 2014 at 01:33:53PM +0200, Korneliusz Osmenda wrote: --- boards.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index cc9ba1a..fd53aa7 100644 --- a/boards.cfg +++ b/boards.cfg @@ -417,7

Re: [linux-sunxi] [PATCH v2] k1001l1c should use proper dram file too.

2014-06-01 Thread Alejandro Mery
On 01/06/14 14:23, Korneliusz Osmenda wrote: This was broken in: f0a91836e85: Unify eoma68_a20 and a20_olinuxino_m dram settings Signed-off-by: Korneliusz Osmenda korneliu...@gmail.com Reviewed-by: Luc Verhaegen l...@skynet.be --- board/sunxi/Makefile | 2 +- 1 file changed, 1

[linux-sunxi] [PATCH] sunxi: Add Mele_M3 support

2014-06-01 Thread Alejandro Mery
Signed-off-by: Alejandro Mery am...@geeks.cl --- board/sunxi/Makefile | 1 + boards.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index dbfa0b4..3247f1a 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -52,6 +52,7

[linux-sunxi] Re: [PATCH] sunxi: Add Mele_M3 support

2014-06-01 Thread Alejandro Mery
Hi, I have a little problem On 02/06/14 01:00, Alejandro Mery wrote: Signed-off-by: Alejandro Mery am...@geeks.cl --- board/sunxi/Makefile | 1 + boards.cfg | 1 + 2 files changed, 2 insertions(+) this device has a tSD on mmc2 instead of an ugly nand, which is awesome. BUT I

[linux-sunxi] Re: [PATCH] sunxi: Add Mele_M3 support

2014-06-01 Thread Alejandro Mery
On 02/06/14 01:10, Alejandro Mery wrote: Hi, I have a little problem On 02/06/14 01:00, Alejandro Mery wrote: Signed-off-by: Alejandro Mery am...@geeks.cl --- board/sunxi/Makefile | 1 + boards.cfg | 1 + 2 files changed, 2 insertions(+) this device has a tSD on mmc2 instead

[linux-sunxi] Re: [PATCH] sunxi: Add Mele_M3 support

2014-06-01 Thread Alejandro Mery
On 02/06/14 01:21, Alejandro Mery wrote: On 02/06/14 01:10, Alejandro Mery wrote: Hi, I have a little problem On 02/06/14 01:00, Alejandro Mery wrote: Signed-off-by: Alejandro Mery am...@geeks.cl --- board/sunxi/Makefile | 1 + boards.cfg | 1 + 2 files changed, 2 insertions

Re: [linux-sunxi] sunxi-devel branch rebased to 3.15-rc6

2014-05-26 Thread Alejandro Mery
On 26/05/14 14:50, Hans de Goede wrote: Hi All, I've just pushed a new version of the sunxi-devel branch to: https://github.com/linux-sunxi/linux-sunxi/commits/sunxi-devel Besides being rebased to 3.15-rc6 this branch also contains a lot of work by various people, some of the highlights are:

[linux-sunxi] help

2014-05-15 Thread Alejandro Mery
-- 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 https://groups.google.com/d/optout.

Re: [linux-sunxi] TCP connection hangs with sunxi-3.4.75 at 1Gbit/s

2014-05-14 Thread Alejandro Mery
On 14/05/14 12:33, Jorge wrote: I remember having those problems with .75 and trying various things, I managed to make it happen less often, but I think it never disappeared. I'm now running 3.4.79 (see http://www.cubieforums.com/index.php?topic=1413.0), and I think that I haven't noticed the

Re: [linux-sunxi] [PATCH] sunxi: w1: Fix module unloading

2014-05-13 Thread Alejandro Mery
: + platform_device_put(w1_device); + return ret; } static void __exit w1_sunxi_exit(void) { - platform_device_unregister(w1_device); + platform_device_unregister(w1_device); } module_init(w1_sunxi_init); thank you, applied on stage/sunxi-3.4 cheers, Alejandro Mery

[linux-sunxi] Re: [PATCH] i2c-sunxi: Fix support for TWI3 and TWI4 on A20

2014-04-30 Thread Alejandro Mery
*i2c_pclk[] = {apb_twi0, apb_twi1, apb_twi2, apb_twi3, apb_twi4}; int ret; int irq; thank you, applied on stage/sunxi-3.4 cheers, Alejandro Mery -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group

Re: [linux-sunxi] Re: [PATCH] i2c-sunxi: use standard mode I2C speed of 100 kbit/s for I2C[1-4]

2014-04-27 Thread Alejandro Mery
Bump. This is for sunxi-3.4 branch. Any takers for landing this fix? sorry for the delay, applied to stage/sunxi-3.4 please try to specify it next time as [PATCH 3.4] on the subject :) Cheers, Alejandro Mery -- You received this message because you are subscribed to the Google Groups linux-sunxi

Re: [linux-sunxi] [PATCH 3.4] fix promiscuous mode for sunxi_emac driver

2014-04-26 Thread Alejandro Mery
= sunxi_emac_ioctl, .ndo_change_mtu = eth_change_mtu, .ndo_validate_addr = eth_validate_addr, thank you, applied on stage/sunxi-3.4 cheers, Alejandro Mery -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe

Re: [linux-sunxi] [PATCH] Add support for consumer infrared devices on A20

2014-04-26 Thread Alejandro Mery
for the 3.4 tree? Thanks, Alejandro Mery -- 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 https

Re: [linux-sunxi] [PATCH] fel: Add A23 SoC ID

2014-04-26 Thread Alejandro Mery
, buf.unknown_0a, buf.protocol, buf.unknown_12, buf.unknown_13, buf.scratchpad, buf.pad[0], buf.pad[1]); thank you, applied. cheers, Alejandro Mery -- 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

Re: [linux-sunxi] [PATCH 0/6] HDMI Driver Cleanup

2014-04-26 Thread Alejandro Mery
/hdmiaudio/sunxi-sndhdmi.h thank you! merged into stage/sunxi-3.4 cheers, Alejandro Mery -- 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

Re: [linux-sunxi] [PATCH] sunxi:nand: add support for samsung K9GBG08U0M

2014-04-07 Thread Alejandro Mery
On 09/01/14 22:05, Luc Verhaegen wrote: This data was taken from a newer version of libnand, which is only available as a binary blob. The flags gave me a bit of trouble, but i verified that all of the ones in the current libnand are still being used the same way in the new libnand. Works as

Re: [linux-sunxi] [PATCH 3.4] sunxi:axp20x: Enable internal thermal monitoring

2014-03-18 Thread Alejandro Mery
On 18/03/14 17:44, Patrick Wood wrote: On Sunday, March 16, 2014 12:22:58 PM UTC-4, Alejandro Mery wrote: Hi, On 11/03/14 05:31, Patrick Wood wrote: On Sunday, March 9, 2014 10:13:08 AM UTC-4, Alejandro Mery wrote: On 09/03/14 13:09

Re: [linux-sunxi] [PATCH 3.4] sunxi:axp20x: Enable internal thermal monitoring

2014-03-16 Thread Alejandro Mery
Hi, On 11/03/14 05:31, Patrick Wood wrote: On Sunday, March 9, 2014 10:13:08 AM UTC-4, Alejandro Mery wrote: On 09/03/14 13:09, Olliver Schinagl wrote: Mnemoc, have you checked and merged this yet? thanks for the reminder. it fails to compile when hwmon is m

Re: [linux-sunxi] [PATCH 3.4] sunxi:axp20x: Enable internal thermal monitoring

2014-03-09 Thread Alejandro Mery
On 09/03/14 13:09, Olliver Schinagl wrote: Mnemoc, have you checked and merged this yet? thanks for the reminder. it fails to compile when hwmon is m like on sun7i_defconfig: LD .tmp_vmlinux1 drivers/built-in.o: In function `axp20_init_chip':

Re: [linux-sunxi] [PATCH] arch/arm/mach-sun7i/pm/standby/mem_printk.c used non-const char arrays. However gcc 4.6.3 likes to replace these by calls to memcpy. memcpy doesn't exist in the kernel. Havin

2014-03-06 Thread Alejandro Mery
On 06/03/14 04:44, Patrick Wood wrote: On Wednesday, March 5, 2014 5:55:50 PM UTC-5, Alejandro Mery wrote: On 05/03/14 16:14, Andreas Baierl wrote: Hi Alejandro, this patch breaks building because it's not applied as Danny sent it :) yes, I couldn't apply it because

Re: [linux-sunxi] [PATCH] arch/arm/mach-sun7i/pm/standby/mem_printk.c used non-const char arrays. However gcc 4.6.3 likes to replace these by calls to memcpy. memcpy doesn't exist in the kernel. Havin

2014-03-05 Thread Alejandro Mery
On 05/03/14 16:14, Andreas Baierl wrote: Hi Alejandro, this patch breaks building because it's not applied as Danny sent it :) yes, I couldn't apply it because of ^Ms... but compiled fine for me I'm kind of lost on why is `const char foo* =` instead of `const char foo[] =`. can you

Re: [linux-sunxi] [PATCH] Unify sunxi SPI driver a little more

2014-03-02 Thread Alejandro Mery
On 02/03/14 13:57, oli...@schinagl.nl wrote: From: Olliver Schinagl oli...@schinagl.nl Currently the unification happened by merging spi_sun4i and spi_sun5i but the KConfig's remained split. This merges the KConfig's to SPI_SUNXI and adjusts the spi driver likewise. Integration with spi for

Re: [linux-sunxi] [PATCH] Unify sunxi SPI driver a little more

2014-03-02 Thread Alejandro Mery
On 02/03/14 13:57, oli...@schinagl.nl wrote: From: Olliver Schinagl oli...@schinagl.nl Currently the unification happened by merging spi_sun4i and spi_sun5i but the KConfig's remained split. This merges the KConfig's to SPI_SUNXI and adjusts the spi driver likewise. Integration with spi for

Re: [linux-sunxi] [PATCH 3.4] sun7i_deconfig enable option for usable kernel

2014-03-02 Thread Alejandro Mery
an email to linux-sunxi+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. thank you, applied on stage/sunxi-3.4 cheers, Alejandro Mery -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from

Re: [linux-sunxi] [PATCH] arch/arm/mach-sun7i/pm/standby/mem_printk.c used non-const char arrays. However gcc 4.6.3 likes to replace these by calls to memcpy. memcpy doesn't exist in the kernel. Havin

2014-03-02 Thread Alejandro Mery
and contextualized subject goes there. cheers, Alejandro Mery -- 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

Re: [linux-sunxi] [PATCH 3.4 v2] sunxi-hdmi: Add 2 pixelclock overrides for 1280x800 hdmi projectors

2014-03-01 Thread Alejandro Mery
On 28/02/14 14:43, Jonathan Liu wrote: On 26/02/2014 9:15 AM, Alejandro Mery wrote: On 23/02/14 23:29, Hans de Goede wrote: The sunxi video PLL-s can unfortunately not make any random clock encountered in EDID info. So hdmi_edid.c has a table to override the pixelclocks in some EDID

Re: [linux-sunxi] [PATCH 3.4] sunxi: prevent mali drivers from building every time

2014-02-25 Thread Alejandro Mery
On 20/02/14 03:30, Patrick Wood wrote: This patch was suggested to prevent the mali drivers from rebuild every time the modules are built. It simply creates symlinks to sources used by both ump.ko and mali.ko so that their objects are built in separate directories; otherwise, there is a

Re: [linux-sunxi] [PATCH 3.4 v2] sunxi-hdmi: Add 2 pixelclock overrides for 1280x800 hdmi projectors

2014-02-25 Thread Alejandro Mery
On 23/02/14 23:29, Hans de Goede wrote: The sunxi video PLL-s can unfortunately not make any random clock encountered in EDID info. So hdmi_edid.c has a table to override the pixelclocks in some EDID provided modes to a value which the PLL-s can actually make close to the real value. This

Re: [linux-sunxi] Linux boots but Android fails to boot

2014-02-16 Thread Alejandro Mery
the condition, the software now builds and run albeit a few issues I am working on but at least I have is booting into Android now. for completeness, can you paste a diff of the fix? ;-) thanks! Alejandro Mery -- You received this message because you are subscribed to the Google Groups linux-sunxi

Re: [linux-sunxi] [PATCH] usb:sunxi:Fix USB on Hackberry

2014-02-07 Thread Alejandro Mery
On 06/02/14 18:28, Jari Helaakoski wrote: 2014-02-06 Alejandro Mery am...@geeks.cl mailto:am...@geeks.cl: hi, On 05/02/14 21:11, Jari Helaakoski wrote: Hackberry has OTG port wired as host-only port. It seems that wiring is done so that USB0-IDDET is not pulled down

Re: [linux-sunxi] [PATCH] sun7i: defconfig: enable USB_SW_SUNXI_USB

2014-01-09 Thread Alejandro Mery
On 05/01/14 17:24, Luc Verhaegen wrote: This gives some of our device drivers (realtek usb wifi for instance) the ability to dynamically turn on/off USBCs. These config options match sun4i and sun5i. Signed-off-by: Luc Verhaegen l...@skynet.be --- arch/arm/configs/sun7i_defconfig |3 +++

Re: [linux-sunxi] [PATCH] wireless:rtl8188eu: add usb id for rtl8188etv

2014-01-03 Thread Alejandro Mery
On 02/01/14 20:52, Luc Verhaegen wrote: Signed-off-by: Luc Verhaegen l...@skynet.be --- .../net/wireless/rtl8188eu/os_dep/linux/usb_intf.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/rtl8188eu/os_dep/linux/usb_intf.c

Re: [linux-sunxi] [PATCH 3.4] sun4i-ts: Simplify code significantly

2013-12-31 Thread Alejandro Mery
deletions(-) thank you, applied on stage/sunxi-3.4 cheers, Alejandro Mery -- 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

Re: [linux-sunxi] [PATCH 3.4] sunxi: Enable ZONE_DMA for sun4i and sun5i (dma_zone_size=256MB)

2013-12-26 Thread Alejandro Mery
) .init_machine = sw_core_init, .reserve= sw_core_reserve, .restart= sun4i_restart, +#ifdef CONFIG_ZONE_DMA + .dma_zone_size = SZ_256M, +#endif MACHINE_END MACHINE_START(SUN7I, sun7i) thank you, applied on stage/sunxi-3.4 Cheers, Alejandro Mery -- You received