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

2014-06-01 Thread Sascha Hauer
On Sun, Jun 01, 2014 at 11:23:48AM +0200, Hans de Goede wrote: > Hi, > > >Neither seems to actually ever have been used with > >more than one slot. I doubt anyone building an exynos-based system > >will ever do a multi-slot solution, and it seems that the at91 driver > >doesn't actually handle mor

[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 --- board/sunxi/Makefile | 1 + boards.cfg | 1 + 2 files changed, 2 insertions(+) this devi

[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 --- board/sunxi/Makefile | 1 + boards.cfg | 1 + 2 files changed, 2 insertions(+) this device has a tSD on mmc2 instead of an ugly nand

[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 --- 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 can't see it when

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

2014-06-01 Thread Alejandro Mery
Signed-off-by: Alejandro Mery --- 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 @@ obj-$(CONFIG_M

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

2014-06-01 Thread Korneliusz Osmenda
Signed-off-by: Korneliusz Osmenda --- 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 +++ b/sys_config/a20/k1001l1c.fe

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

2014-06-01 Thread Korneliusz Osmenda
Signed-off-by: Korneliusz Osmenda --- 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 --- a/drivers/input/touchscreen/ft5x_ts.c +++ b/dr

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 suspen

[linux-sunxi] Re: [PATCH v8 2/3] [media] rc: add sunxi-ir driver

2014-06-01 Thread Maxime Ripard
On Mon, May 26, 2014 at 04:26:44AM +0600, Alexander Bersenev wrote: > This patch adds driver for sunxi IR controller. > It is based on Alexsey Shestacov's work based on the original driver > supplied by Allwinner. > > Signed-off-by: Alexander Bersenev > Signed-off-by: Alexsey Shestacov > --- >

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 = port:PB03<1><1> gp

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 Reviewed-by: Luc Verhaegen --- board/sunxi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board

[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 Reviewed-by: Luc Verhaegen --- board/sunxi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 8b429b

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 10

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

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 +4

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/Ma

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 a

[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 obj-$(C

[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 s

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 wrote: The following existing MMC host controller bindings use slot subnodes: Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt Docum