Re: [linux-sunxi] [PATCH v2 1/4] dt: bindings: mmc: Document the practice of using subnodes for slots

2014-06-01 Thread Hans de Goede
Hi, On 05/31/2014 10:13 PM, Olof Johansson wrote: On Sat, May 31, 2014 at 12:03 PM, Hans de Goede hdego...@redhat.com wrote: The following existing MMC host controller bindings use slot subnodes: Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt

[linux-sunxi] [PATCH 1/2] k1001l1c should use proper dram file too.

2014-06-01 Thread Korneliusz Osmenda
--- board/sunxi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 8b429bc..b8ea9b8 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -46,7 +46,7 @@ obj-$(CONFIG_INET_K70HC) += dram_inet_k70hc.o

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

2014-06-01 Thread Korneliusz Osmenda
--- 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 +417,7 @@ Active arm armv7 sunxi - sunxi Active arm armv7

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

2014-06-01 Thread Luc Verhaegen
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 +417,7 @@ Active arm armv7

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

2014-06-01 Thread Luc Verhaegen
On Sun, Jun 01, 2014 at 01:33:52PM +0200, Korneliusz Osmenda wrote: --- board/sunxi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 8b429bc..b8ea9b8 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile

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 2/2] fix k1001l1c name so it buidls with sunxi-bsp

2014-06-01 Thread Korneliusz Osmenda
On Sunday, June 1, 2014 1:39:42 PM UTC+2, 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 ---

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

2014-06-01 Thread Luc Verhaegen
On Sun, Jun 01, 2014 at 01:55:06PM +0200, Alejandro Mery wrote: Finally, what nonsense is the bsp code doing that it breaks capitalization? sunxi-bsp assumes that the u-boot board name is the same as the fex file name. Then sunxi-bsp will be broken for many boards. Another reason why we

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

2014-06-01 Thread Korneliusz Osmenda
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 insertion(+), 1 deletion(-) diff --git a/board/sunxi/Makefile

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

Re: [linux-sunxi] Re: gslx680 driver ported to sunxi

2014-06-01 Thread eynstyne21
Ok the driver built without the symbol error. Still the same problem with the I2C bus not being idle (0xf8). STOP failed! Cracked open the tablet just to make sure it is using a GSL chip. It is: 1680E Added this to script.fex [gpio_para] gpio_used = 1 gpio_num = 1 gpio_pin_1 =

Re: [linux-sunxi] Re: gslx680 driver ported to sunxi

2014-06-01 Thread Joe Burmeister
Well now we know it's nothing to do with mix of kernel build. Not that easy. Can you send me that Android gslx680 driver? I sort out the extractor. Assuming the firmware is cut correctly, next would be check the state of the device. Did you comment out the Android specific code? Maybe that

[linux-sunxi] [PATCH] ft5x_ts: fix registering interrupt

2014-06-01 Thread Korneliusz Osmenda
Signed-off-by: Korneliusz Osmenda korneliu...@gmail.com --- drivers/input/touchscreen/ft5x_ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/ft5x_ts.c b/drivers/input/touchscreen/ft5x_ts.c index 5d8dc97..1300ff9 100644 ---

[linux-sunxi] [PATCH] k1001l1c: fix touchpad settings

2014-06-01 Thread Korneliusz Osmenda
Signed-off-by: Korneliusz Osmenda korneliu...@gmail.com --- sys_config/a20/k1001l1c.fex | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sys_config/a20/k1001l1c.fex b/sys_config/a20/k1001l1c.fex index b11d75e..2716c0f 100644 --- a/sys_config/a20/k1001l1c.fex +++

[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