Re: [linux-sunxi] Anyone tested BPi IR receiver under 4.4?

2016-01-23 Thread Dan MacDonald
Hi CK! Unfortunately that guide seems to be for IR receivers attached to GPIO so I don't think its any use to me. I think I'll wait to see what you find from trying it out again on your device. I'll update the sunxi-ir wiki once we have a complete and current set of instructions for enabling the

[linux-sunxi] Re: [PATCH v2 3/3] mtd: nand: sunxi: add randomizer support

2016-01-23 Thread Brian Norris
On Sat, Jan 23, 2016 at 09:18:44AM +0100, Boris Brezillon wrote: > On Fri, 22 Jan 2016 18:57:13 -0800 > Brian Norris wrote: > > > > From: Brian Norris > > Date: Fri, 22 Jan 2016 18:54:02 -0800 > > Subject: [PATCH] mtd: nand: sunxi: use mtd_div_by_ws() helper > > > > Suggested-by: Richard Weinbe

Re: [linux-sunxi] Anyone tested BPi IR receiver under 4.4?

2016-01-23 Thread Code Kipper
On 23 January 2016 at 17:58, Dan MacDonald wrote: > Hi Code Kipper, Hans and sun-xi list > > I'm still struggling to get IR apps (irw/irexec and keybinder) to work under > 4.4 on my BPi. So far evtest is the only thing thats worked although thats > no use on its own. > > Code Kipper, you said you

Re: [linux-sunxi] Anyone tested BPi IR receiver under 4.4?

2016-01-23 Thread Dan MacDonald
Hi Code Kipper, Hans and sun-xi list I'm still struggling to get IR apps (irw/irexec and keybinder) to work under 4.4 on my BPi. So far evtest is the only thing thats worked although thats no use on its own. Code Kipper, you said you had followed this guide to setup IR: http://linux-sunxi.org/LI

[linux-sunxi][PATCH v4 0/3] ARM: dt: sunxi: Add Itead Ibox support

2016-01-23 Thread codekipper
From: Marcus Cooper Hi All, this patch series is an extension of the initial patch delivery for the Itead Ibox as found here https://groups.google.com/d/msg/linux-sunxi/GR_co3ObW8s/0BTPQljmAAAJ. There seems to be a few Itead variants out there based on their A10/A20 core module and this patch s

[linux-sunxi][PATCH v4 1/3] ARM: dts: sunxi: Add sunxi-itead-core-common.dtsi

2016-01-23 Thread codekipper
From: Marcus Cooper Itead have a core module board that can be populated with either an Allwinner A10 or A20 SoC. This patch creates a common dtsi which these boards can use. Signed-off-by: Marcus Cooper --- arch/arm/boot/dts/sunxi-itead-core-common.dtsi | 136 + 1 file

[linux-sunxi][PATCH v4 3/3] ARM: dts: sun4i: Itead Iteaduino to use common code

2016-01-23 Thread codekipper
From: Marcus Cooper Convert the Itead Iteaduino A10 to use the new common itead core dtsi. Signed-off-by: Marcus Cooper --- .../boot/dts/sun4i-a10-itead-iteaduino-plus.dts| 86 +- 1 file changed, 2 insertions(+), 84 deletions(-) diff --git a/arch/arm/boot/dts/sun4i-a10

[linux-sunxi][PATCH v4 2/3] ARM: dts: sun7i: Add Itead Ibox support

2016-01-23 Thread codekipper
From: Marcus Cooper The Itead Ibox is a multi board device based on the Allwinner A20 SoC. It contains the A20 Itead Core module and a base board for the external interfaces. The core module comes with 4GB NAND and 1GB DDR RAM. The base board to which the core board is connected provides 3 USB

Re: [linux-sunxi] A64, arisc, SCPI and regulator handling

2016-01-23 Thread Diego Roversi
On Thu, 21 Jan 2016 21:38:39 +0100 Karsten Merker wrote: > Even if we had a firmware implementation under a DFSG-compatible > license, inclusion in main would still pose a problem as we > cannot build it with the tools in main: there is no OpenRisc > support in mainline binutils and gcc and that

Re: [linux-sunxi] Re: GSL3680 thread

2016-01-23 Thread Priit Laes
On Sat, 2016-01-23 at 03:19 -0800, 'destroyedlolo' via linux-sunxi wrote: > Thanks for your reply. > > It's a Klipad HC-913 (http://linux-sunxi.org/MID-KLIPAD_HC-913). > The only information I found came from the datasheet I found on your > site, I have translated using Google and some Chinese fri

Re: [linux-sunxi] Re: GSL3680 thread

2016-01-23 Thread 'destroyedlolo' via linux-sunxi
Thanks for your reply. It's a Klipad HC-913 (http://linux-sunxi.org/MID-KLIPAD_HC-913). The only information I found came from the datasheet I found on your site, I have translated using Google and some Chinese friends. Clearly, GSL1680's firmware loading procedure doesn't apply as the control p

[linux-sunxi] Re: [PATCH RFC 08/15] ARM: dts: sun6i: Add mmc3 pins for 8 bit emmc

2016-01-23 Thread Chen-Yu Tsai
Hi, On Sat, Jan 23, 2016 at 4:31 AM, Maxime Ripard wrote: > Hi, > > On Thu, Jan 21, 2016 at 01:26:35PM +0800, Chen-Yu Tsai wrote: >> mmc2 and mmc3 are available on the same pins, with different mux values. >> However, only mmc3 supports 8 bit DDR transfer modes. >> >> Since preference for mmc3 ov

[linux-sunxi] Re: [PATCH RFC 12/15] ARM: dts: sun9i: Use sun9i specific mmc compatible

2016-01-23 Thread Chen-Yu Tsai
On Sat, Jan 23, 2016 at 4:44 AM, Maxime Ripard wrote: > On Thu, Jan 21, 2016 at 01:26:39PM +0800, Chen-Yu Tsai wrote: >> sun9i/A80 MMC controllers have a larger FIFO, and the FIFO DMA >> trigger levels can be increased. Also, the mmc module clock parent >> has a higher clock rate, and the sample a

Re: [linux-sunxi] Re: GSL3680 thread

2016-01-23 Thread Priit Laes
On Fri, 2016-01-22 at 12:45 -0800, 'destroyedlolo' via linux-sunxi wrote: > Unfortunately, I got no response from the manufacturer after a week > ...  > No one on this forum  having this doc ? Probably no, please add any information you have under Silead section in our wiki: http://linux-sunxi.org

[linux-sunxi] Re: [PATCH v2 3/3] mtd: nand: sunxi: add randomizer support

2016-01-23 Thread Boris Brezillon
Hi Brian, On Fri, 22 Jan 2016 18:57:13 -0800 Brian Norris wrote: > All three look good, so pushed to l2-mtd.git/next. One comment below: Thanks. > > On Wed, Dec 02, 2015 at 12:01:07PM +0100, Boris Brezillon wrote: > > ... > > > +static u16 sunxi_nfc_randomizer_state(struct mtd_info *mtd, in