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

2016-02-21 Thread Chen-Yu Tsai
On Sun, Feb 21, 2016 at 9:54 AM, hp197 wrote: > After testing IRQ pins we found some bugs in the pinctrl declaration. > > Signed-off-by: hp197 Please resend with your full name on the commit and the SoB. The patch itself looks good. ChenYu -- You received this message because you are subscrib

[linux-sunxi] [PATCH v7 1/2] ASoC: sunxi :add sun4i SPDIF dt bindings

2016-02-21 Thread codekipper
From: Marcus Cooper Add devicetree bindings for the SPDIF transceiver found on found on Allwinners A10 and A20 SoCs. Signed-off-by: Marcus Cooper --- .../bindings/sound/sunxi,sun4i-spdif.txt | 39 ++ 1 file changed, 39 insertions(+) create mode 100644 Documentat

[linux-sunxi] [PATCH v7 0/2] ASoC: Add SPDIF support for Allwinner SoCs

2016-02-21 Thread codekipper
From: Marcus Cooper For now just the SPDIF transmitter has been tested on a Mele A2000(A10) and a Itead Ibox(A20). In order for this patch set to be functional we require an audio clock patch which will be delivered separately. For those that are interested I've pushed the patches here with all

[linux-sunxi] [PATCH v7 2/2] ASoC: sunxi: Add support for the SPDIF block

2016-02-21 Thread codekipper
From: Marcus Cooper The sun4i, sun5i and sun7i SoC families have an SPDIF block which is capable of playback and capture. This patch enables the playback of this block for the sun4i families. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/Kconfig | 8 + sound/soc/sunxi/Makefile

[linux-sunxi] Re: USB not working on BananaPi

2016-02-21 Thread m . silentcreek
Hi Florian, Am Samstag, 20. Februar 2016 15:50:08 UTC+1 schrieb Florian Henge: > Does anyone have a working mainline 4.4 DTS for the BananaPi? Can't get USB > running with the current mainline DTS, it's telling me something about > pctldev not found, deferring probe. Which USB ports are you tal

[linux-sunxi] [PATCH v3] Fix sun7i pin assignment for IRQ's

2016-02-21 Thread Henry Paulissen
After testing IRQ pins we found some bugs in the pinctrl declaration. Signed-off-by: Henry Paulissen --- Changes in v2: After some more testing we found irq on PI pins. they where on mux6 so this is included in my patch. Also included is a warning for PI17, this pin was not working

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

2016-02-21 Thread m . silentcreek
Hi, Am Mittwoch, 17. Februar 2016 18:16:09 UTC+1 schrieb txsa...@gmail.com: > 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 acceleration with my 2

Re: [linux-sunxi] A20 / eth0 link is always on even if cable is unplugged

2016-02-21 Thread Diego Roversi
On Thu, 18 Feb 2016 02:54:38 -0800 (PST) Sencer Sultanoğlu wrote: > Hello, > > I would like to detect if network cable is plugged or not to > Olimex-A20-LIME2 eth0 port. I use standart Linux image. Debian 7 kernel > 3.4.90 > > "ethtool eth0" command always displays yes for "link detected" >

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

2016-02-21 Thread Maxime Ripard
Hi, On Sun, Feb 21, 2016 at 02:20:41PM +0100, Henry Paulissen wrote: > After testing IRQ pins we found some bugs in the pinctrl declaration. Your commit log is going to need some work. Which bugs? What tests did you make? Why are you making these changes while the datasheet says otherwise? > Sig

[linux-sunxi] Re: [PATCH] pinctrl: sunxi: Add missing H3 R_PIO binding documentation

2016-02-21 Thread Chen-Yu Tsai
On Thu, Feb 18, 2016 at 11:49 AM, Krzysztof Adamski wrote: > allwinner,sun8i-h3-r-pinctrl was added by > commit ba83a11104ae ("pinctrl: sunxi: Add H3 R_PIO controller support") > but the patch was missing proper binding documentation. This patch fixes > this issue. > > Signed-off-by: Krzysztof Ada

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

2016-02-21 Thread Henry Paulissen
Op zondag 21 februari 2016 18:18:37 UTC+1 schreef Maxime Ripard: > > Your commit log is going to need some work. Which bugs? What tests did > you make? Why are you making these changes while the datasheet says > otherwise? > Its a fix for a not yet existing bug. I was fiddling around with IRQ

[linux-sunxi] TFTP uboot via usb-ethernet Asix?

2016-02-21 Thread Benjamin Henrion
Hi, I am trying to compile an uboot with support for a USB-eth adaptor (based on an Asix chip): http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/network-based-development https://github.com/lentinj/u-boot/blob/master/doc/README.usb Does someone has experience with that? I am not

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

2016-02-21 Thread Julian Calaby
Hi Henry, On Mon, Feb 22, 2016 at 6:27 AM, Henry Paulissen wrote: > > Op zondag 21 februari 2016 18:18:37 UTC+1 schreef Maxime Ripard: >> >> >> Your commit log is going to need some work. Which bugs? What tests did >> you make? Why are you making these changes while the datasheet says >> otherwis

[linux-sunxi] Re: H3 openwrt with 4.4 kernel

2016-02-21 Thread boobopipc
Hi About H3 internal phy, i seeing that in H3 datasheet, maybe it 's help someone to make it work : EMAC Clock Register defaut value (H3 datasheet V1.1 page 153) 0b1011000 --- 0x58000 CLK_SEL 24mhz = 1 led POL high active = 0 shutdown = 1 (bit 16) Internal PHY = 1 In my pepito opin

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

2016-02-21 Thread Henry Paulissen
Op zondag 21 februari 2016 22:55:31 UTC+1 schreef Julian Calaby: > > I think Maxime is referring to the fact that your patch removes two > closing parenthesis when one would expect that you'd only remove one. > > You have compiled the kernel with this patch applied and no other > modification

[linux-sunxi] [PATCH v4] Fix sun7i pin assignment for IRQ's

2016-02-21 Thread Henry Paulissen
After testing IRQ pins we found some bugs in the pinctrl declaration. Signed-off-by: Henry Paulissen --- Changes in v2: After some more testing we found irq on PI pins. they where on mux6 so this is included in my patch. Also included is a warning for PI17, this pin was not working

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

2016-02-21 Thread Chen-Yu Tsai
On Sun, Feb 21, 2016 at 3:17 PM, Henry Paulissen wrote: > After testing IRQ pins we found some bugs in the pinctrl declaration. > > Signed-off-by: Henry Paulissen Acked-by: Chen-Yu Tsai -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsub

[linux-sunxi] [PATCH] clk: sunxi: allow PLL6 clock to be reused

2016-02-21 Thread Andre Przywara
Currently we hard-code the base name for the PLL6 clock for both the sun4i and sun6i variants in the driver (pll6 and pll6x2, respectively). This unfortunately denies reusing this clock for the H3 and A64 PLL8 clock, which is the same otherwise. Remove the hard-coded name in the source code and rep

[linux-sunxi] Re: [PATCH v7 0/2] ASoC: Add SPDIF support for Allwinner SoCs

2016-02-21 Thread Mark Brown
On Sun, Feb 21, 2016 at 12:13:36PM +0100, codekip...@gmail.com wrote: > From: Marcus Cooper > > For now just the SPDIF transmitter has been tested on a Mele A2000(A10) > and a Itead Ibox(A20). This was already applied. If any updates are required or you are submitting further changes they shoul

[linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Enable USB DRC on Hyundai-a7hd

2016-02-21 Thread Maxime Ripard
Hi Peter, On Tue, Feb 16, 2016 at 10:00:04PM +0100, Peter Korsgaard wrote: > Enable the OTG USB controller on the A7HD. > > Signed-off-by: Peter Korsgaard Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- You

[linux-sunxi] Re: [PATCH v2 0/3] clk: sunxi: error checking on clock setup

2016-02-21 Thread Maxime Ripard
Hi, On Tue, Feb 16, 2016 at 10:46:05AM +, Andre Przywara wrote: > Setting up the clocks properly is quite critical to the system's > operation, but currently our error handling is not very verbose. > This series adds error handling and reporting to the sunxi clocks, > so that any errors are co

Re: [linux-sunxi] Re: [PATCH v7 0/2] ASoC: Add SPDIF support for Allwinner SoCs

2016-02-21 Thread Code Kipper
On 22 February 2016 at 04:12, Mark Brown wrote: > On Sun, Feb 21, 2016 at 12:13:36PM +0100, codekip...@gmail.com wrote: >> From: Marcus Cooper >> >> For now just the SPDIF transmitter has been tested on a Mele A2000(A10) >> and a Itead Ibox(A20). > > This was already applied. If any updates are

[linux-sunxi] Re: Is a somewhat maintained 3.4 kernel branch needed for Allwinner H3?

2016-02-21 Thread Thomas Kaiser
Siarhei Siamashka wrote: So does anyone have any good ideas about how to move forward? > Or is anyone willing to step up as the 3.4 kernel maintainer for Allwinner > H3? > Neither/nor. Just to save others some time. On top of your branch here and there a lot of additional patches were collect