Re: [linux-sunxi] Re: [PATCH v10 4/5] crypto: Add Allwinner Security System crypto accelerator

2015-07-08 Thread LABBE Corentin
On Tue, Jul 07, 2015 at 09:49:36PM +0800, Herbert Xu wrote: > On Mon, Jul 06, 2015 at 09:10:47PM +0200, LABBE Corentin wrote: > > > > +int sun4i_hash_init(struct ahash_request *areq) > > +{ > > + const char *hash_type; > > + struct sun4i_req_ctx *op = ahash_request_ctx(areq); > > + struct cry

Re: [linux-sunxi] Your outrageous wiki edits.

2015-07-08 Thread jonsm...@gmail.com
On Wed, Jul 8, 2015 at 5:36 PM, Luc Verhaegen wrote: > Hi Kevin, > > I just noticed your edits to our GPL violations page. > > It seems that you and Allwinnwer still have not fully comprehended just > how you went wrong and what can be done to fix it. > > The most remarkable changes (which i have

[linux-sunxi] Your outrageous wiki edits.

2015-07-08 Thread Luc Verhaegen
Hi Kevin, I just noticed your edits to our GPL violations page. It seems that you and Allwinnwer still have not fully comprehended just how you went wrong and what can be done to fix it. The most remarkable changes (which i have undone) were: a) that since you aren't really using some parts of

[linux-sunxi] AXP209 : Disable auto start

2015-07-08 Thread splite07
Hello, I have a question about the AXP209 management over a FEX File. I'm using an A20-OlinuXino-Micro board with a battery connected to it. When I plug in the power source, the board start by itself. I tried to twek the FEX file, but nothing changed. How to disable this behavior ? I have been

[linux-sunxi] [PATCH v6 4/4] musb: sunxi: Add support for musb controller in A33 SoC

2015-07-08 Thread Hans de Goede
The A33 SoC uses the same musb controller as found on the A31 and later, but allwinner has removed the configdata register, this commit adds special handling for this. Signed-off-by: Hans de Goede --- .../devicetree/bindings/usb/allwinner,sun4i-a10-musb.txt | 3 ++- drivers/usb/musb/sunxi.c

[linux-sunxi] [PATCH v6 3/4] musb: sunxi: Add support for musb controller in A31 SoC

2015-07-08 Thread Hans de Goede
The A31 SoC uses the same musb controller as found in earlier SoCs, but it is hooked up slightly different. Its SRAM is private and no longer controlled through the SRAM controller, and its reset is controlled via a separate reset controller. This commit adds support for this setup. Signed-off-by:

[linux-sunxi] [PATCH v6 0/4] musb: sunxi: Add support for the Allwinner sunxi musb

2015-07-08 Thread Hans de Goede
Hi Felipe, As requested here is a new version of my "musb: sunxi: Add support for the Allwinner sunxi musb controller" patch, fixing the "Should it be static?" compiler warning. While working on this I noticed that sun4i_usb_phy_set_squelch_detect() from phy-sun4i-usb.c is missing an EXPORT_SYMBO

[linux-sunxi] [PATCH v6 1/4] phy-sun4i-usb: Add missing EXPORT_SYMBOL for sun4i_usb_phy_set_squelch_detect

2015-07-08 Thread Hans de Goede
sun4i_usb_phy_set_squelch_detect is used by other code, which may be built as a module, so it should be exported. Signed-off-by: Hans de Goede --- Changes in v6: -New patch in v6 of the sunxi musb support series --- drivers/phy/phy-sun4i-usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/

[linux-sunxi] [PATCH v6 2/4] musb: sunxi: Add support for the Allwinner sunxi musb controller

2015-07-08 Thread Hans de Goede
This is based on initial code to get the Allwinner sunxi musb controller supported by Chen-Yu Tsai and Roman Byshko. This adds support for the Allwinner sunxi musb controller in both host only and otg mode. Peripheral only mode is not supported, as no boards use that. This has been tested on a cu

[linux-sunxi] MIPI CSI Issues on A31 | Trying with TC358743 (HDMI to MIPI CSI2 Bridge IC)

2015-07-08 Thread satyajit k
Hi, We are using A31 based board which is derived from Merrii HummingBird. On this board, we want to get HDMI capture up using TC358743 (HDMI to MIPI CSI2 Bridge IC). This IC interfaces to MIPI CSI port of A31. We have added TC358743 sub-dev driver and it behaves as if CMOS sensor is con

[linux-sunxi] MIPI CSI capture issues on A31

2015-07-08 Thread Satyajit K
Hi, We are using A31 based board which is derived from Merrii HummingBird. On this board, we want to get HDMI capture up using TC358743 (HDMI to MIPI CSI2 Bridge IC). This IC interfaces to MIPI CSI port of A31. We have added TC358743 sub-dev driver and it behaves as if CMOS sensor is connected