Re: [linux-sunxi] [PATCH RFC 0/3] sun8i-emac driver (H3/A83T/A64)

2016-02-24 Thread Krzysztof Adamski
On Mon, Feb 22, 2016 at 04:45:09PM +0100, LABBE Corentin wrote: Hello This is a RFC patch series for supporting ethernet of H3/A83T/A64 SoCs. For the moment, it is a bundle driver which handle: - The MAC driver - The internal PHY driver - The internal PHY clock driver I am sorry for the

[linux-sunxi] Re: [PATCH 01/14] pinctrl: sunxi: Add A83T R_PIO controller support

2016-02-24 Thread Maxime Ripard
Hi Linus, On Tue, Feb 16, 2016 at 12:23:37AM +0100, Linus Walleij wrote: > On Thu, Feb 11, 2016 at 4:12 PM, Maxime Ripard > wrote: > > On Thu, Feb 11, 2016 at 02:47:57PM +0100, Linus Walleij wrote: > > >> Can you guys supply a MAINTAINERS entry for the sunxi >

[linux-sunxi] Re: [PATCH v6] Fix sun7i pin assignment for IRQ's

2016-02-24 Thread Maxime Ripard
Hi, Usually, the patch title should be prefixed by the subsystem it applies to so that maintainer and reviewers can spot it more easily. In this case, it would be something like pinctrl: sunxi: Fix sun7i pin assignment for IRQ's On Mon, Feb 22, 2016 at 06:14:07PM +0100, Henry Paulissen wrote: >

[linux-sunxi] Re: chipone icn83xx and icn85xx touchscreen drivers

2016-02-24 Thread sergk . admin
Coud someone be so kind to describe how to initialize this chip? I guess it has INT/WAKE gpio pin? Am I right? How to find out having working touch in Android and Windows it ? There is no at the moment driver in Linux for this touch, so I have not "right point of start" for finding out gpio

[linux-sunxi] Re: [PATCH v3 1/2] ehci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread Alan Stern
On Wed, 24 Feb 2016, Roger Quadros wrote: > Hi, > > On 24/02/16 13:15, Hans de Goede wrote: > > From: Reinder de Haan > > > > At least the EHCI/OHCI found on the Allwinnner H3 SoC needs multiple > > reset lines, the controller will not initialize while the reset for > >

Re: [linux-sunxi] Re: random decryption errors with sun4i-ss on dm-crypt

2016-02-24 Thread Timo S.
Hi, On Tue, Feb 23, 2016 at 3:22 AM, Stefan Monnier wrote: >> Thanks, I installed your cryptotest suite including your new lukstest >> tool and ran some tests on a Banana Pi tonight. The results were all >> good. After a first successful run of lukstest, I modified the

Re: [linux-sunxi] [PATCH v3 1/2] ehci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread Andre Przywara
Hi Hans, On 24/02/16 14:42, Hans de Goede wrote: > Hi, > > On 24-02-16 15:30, Andre Przywara wrote: >> Hi Hans, >> >> On 24/02/16 14:07, Hans de Goede wrote: >>> Hi, >>> >>> On 24-02-16 14:59, Andre Przywara wrote: Hi, (dropping some lists and people) On 24/02/16 11:15,

Re: [linux-sunxi] [PATCH v3 1/2] ehci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread Hans de Goede
Hi, On 24-02-16 15:30, Andre Przywara wrote: Hi Hans, On 24/02/16 14:07, Hans de Goede wrote: Hi, On 24-02-16 14:59, Andre Przywara wrote: Hi, (dropping some lists and people) On 24/02/16 11:15, Hans de Goede wrote: From: Reinder de Haan At least the EHCI/OHCI

Re: [linux-sunxi] [PATCH v3 1/2] ehci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread Andre Przywara
Hi Hans, On 24/02/16 14:07, Hans de Goede wrote: > Hi, > > On 24-02-16 14:59, Andre Przywara wrote: >> Hi, >> >> (dropping some lists and people) >> >> On 24/02/16 11:15, Hans de Goede wrote: >>> From: Reinder de Haan >>> >>> At least the EHCI/OHCI found on the Allwinnner

Re: [linux-sunxi] [PATCH v3 1/2] ehci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread Hans de Goede
Hi, On 24-02-16 14:59, Andre Przywara wrote: Hi, (dropping some lists and people) On 24/02/16 11:15, Hans de Goede wrote: From: Reinder de Haan At least the EHCI/OHCI found on the Allwinnner H3 SoC needs multiple reset lines, the controller will not initialize while

Re: [linux-sunxi] [PATCH v3 1/2] ehci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread Andre Przywara
Hi, (dropping some lists and people) On 24/02/16 11:15, Hans de Goede wrote: > From: Reinder de Haan > > At least the EHCI/OHCI found on the Allwinnner H3 SoC needs multiple > reset lines, the controller will not initialize while the reset for > its companion is still

Re: [linux-sunxi] [PATCH 2/2] ARM: dts: sun8i: Enable ir receiver on orangepi pc

2016-02-24 Thread Hans de Goede
Hi, On 24-02-16 13:16, Krzysztof Adamski wrote: On Wed, Feb 24, 2016 at 12:03:17AM +0100, Hans de Goede wrote: Enable the ir receiver found on the orangepi pc board. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 6 ++ 1 file changed, 6

[linux-sunxi] Re: [PATCH v3 1/2] ehci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread Hans de Goede
Hi, On 24-02-16 12:37, Roger Quadros wrote: Hi, On 24/02/16 13:15, Hans de Goede wrote: From: Reinder de Haan At least the EHCI/OHCI found on the Allwinnner H3 SoC needs multiple reset lines, the controller will not initialize while the reset for its companion is still

Re: [linux-sunxi] [PATCH 2/2] ARM: dts: sun8i: Enable ir receiver on orangepi pc

2016-02-24 Thread Krzysztof Adamski
On Wed, Feb 24, 2016 at 12:03:17AM +0100, Hans de Goede wrote: Enable the ir receiver found on the orangepi pc board. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git

[linux-sunxi] Re: random decryption errors with sun4i-ss on dm-crypt

2016-02-24 Thread txsanyix
2016. február 17., szerda 18:16:09 UTC+1 időpontban txsa...@gmail.com a következőt írta: > Hi > > I have a Cubieboard2 device, is Allwinner A20 SOC, running and Armbian 5.00 > with kernel 4.4.1. > > As in the latest version the sun4i-ss module is added, i tried the hardware > crypto

[linux-sunxi] Re: [PATCH v3 1/2] ehci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread kbuild test robot
-for-controllers-with-multiple-reset-lines/20160224-191812 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux for-next config: x86_64-randconfig-x004-201608 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error

[linux-sunxi] Re: [PATCH v3 2/2] ohci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread kbuild test robot
-for-controllers-with-multiple-reset-lines/20160224-191812 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux for-next config: x86_64-randconfig-x004-201608 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error

[linux-sunxi] [PATCH v3 2/2] ohci-platform: Add support for controllers with multiple reset lines

2016-02-24 Thread Hans de Goede
At least the EHCI/OHCI found on the Allwinnner H3 SoC needs multiple reset lines, the controller will not initialize while the reset for its companion is still asserted, which means we need to de-assert 2 resets for the controller to work. Signed-off-by: Hans de Goede ---

[linux-sunxi] [PATCH v3 0/2] ?hci-platform: Add support for controllers with more then one reset line

2016-02-24 Thread Hans de Goede
Hi All, Here is a new version of my patch-set to support usb controllers which have multiple resets. These patches apply on top of the related reset-controller patches which have just been merged here: git://git.pengutronix.de/git/pza/linux.git reset/next Changes in v2: -Switch to now shared

[linux-sunxi] sunxi-3.4: rtl8723bs performance issues

2016-02-24 Thread Sgufa
Hello, i had similar issues on kernel 4.2. solved with 4.4 with drivers from nextthing.co 1 question. How did you manage to get it work on sunxi 3.4? which drivers didi you use and wich lines you added in FEX file? -- You received this message because you are subscribed to the Google Groups

[linux-sunxi] Re: [PATCH] Add triggers for cubietruck leds

2016-02-24 Thread Henry Paulissen
Op woensdag 24 februari 2016 09:57:36 UTC+1 schreef Henry Paulissen: > > This (small) patch gives the same led trigger functionality > as the 3.4 sunxi kernel and although mainline doesn't has > to be the same, it helps in identifying and builds upon the > user expectations about what those

[linux-sunxi] [PATCH] Add triggers for cubietruck leds

2016-02-24 Thread Henry Paulissen
This (small) patch gives the same led trigger functionality as the 3.4 sunxi kernel and although mainline doesn't has to be the same, it helps in identifying and builds upon the user expectations about what those leds mean. Signed-off-by: Henry Paulissen ---