Re: [linux-sunxi] Device list contribution procedure

2014-01-05 Thread explodingmind
Same deal. New hardware, working on bringup. It's currently running a slightly ancient android. >From >http://linux-sunxi.org/Retrieving_device_information#Retrieving_data_over_USB_in_FEL_mode > ./fel read 0x4300 0x2 script.bin works fine. > ./bin2fex script.bin script.fex segfaults.

[linux-sunxi] Re: [PATCH 1/2] ohci-platform: Add support for devicetree instantiation

2014-01-05 Thread Hans de Goede
Hi, On 01/06/2014 08:16 AM, Arnd Bergmann wrote: On Monday 06 January 2014, Hans de Goede wrote: +Required properties: + - compatible: Should be "platform-ohci" + - reg: Address range of the ohci registers. + - interrupts: Should contain the ohci interrupt. + +Optional properties: + - clocks: a

[linux-sunxi] Re: [PATCH 1/2] ohci-platform: Add support for devicetree instantiation

2014-01-05 Thread Arnd Bergmann
On Monday 06 January 2014, Hans de Goede wrote: > +Required properties: > + - compatible: Should be "platform-ohci" > + - reg: Address range of the ohci registers. > + - interrupts: Should contain the ohci interrupt. > + > +Optional properties: > + - clocks: array of clocks > + - clock-names: clock

[linux-sunxi] Re: inconplete xfer 0x20

2014-01-05 Thread Puneet B
Hi For i2cdetect i,e is not an error. just find that line in kernel by grep, and comment it. you will see only i2c bus address. Regards Punith -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving

[linux-sunxi] [PATCH v2 2/8] clk: sunxi: choose correct name for multiple output factor clocks

2014-01-05 Thread Chen-Yu Tsai
Some factor clocks, such as the parent clock of pll5 and pll6, have multiple output names. Use the last name as the name for the clock itself. Signed-off-by: Chen-Yu Tsai --- drivers/clk/sunxi/clk-sunxi.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/driv

[linux-sunxi] [PATCH v2 4/8] arm: dts: sun4i: rename clock node names to clk@N

2014-01-05 Thread Chen-Yu Tsai
Device tree naming conventions state that node names should match node function. Change fully functioning clock nodes to match. Also add the output name for pll5 to use as the clock name. Signed-off-by: Chen-Yu Tsai --- arch/arm/boot/dts/sun4i-a10.dtsi | 26 +++--- 1 file ch

[linux-sunxi] [PATCH v2 5/8] arm: dts: sun5i: rename clock node names to clk@N

2014-01-05 Thread Chen-Yu Tsai
Device tree naming conventions state that node names should match node function. Change fully functioning clock nodes to match. Also add the output name for pll5 to use as the clock name. Signed-off-by: Chen-Yu Tsai --- arch/arm/boot/dts/sun5i-a10s.dtsi | 26 +++--- arch/arm

[linux-sunxi] [PATCH v2 1/8] clk: sunxi: add clock-output-names dt property support

2014-01-05 Thread Chen-Yu Tsai
sunxi clock drivers use dt node name as clock name, but clock nodes should be named clk@X, so the names would be the same. Let the drivers read clock names from dt clock-output-names property. Signed-off-by: Chen-Yu Tsai --- drivers/clk/sunxi/clk-sunxi.c | 6 ++ 1 file changed, 6 insertions(

[linux-sunxi] [PATCH v2 0/8] arm: sunxi: rename DT clock node names to clk@N

2014-01-05 Thread Chen-Yu Tsai
This is v2 of the clock node renaming patch series, which renames the clock nodes in sunxi dts to conform to device tree naming conventions, i.e. clk@N. Dummy clocks that will be renamed/removed later, or clocks sharing registers are not renamed. Renamed clock nodes have clock-output-names propert

[linux-sunxi] [PATCH v2 3/8] clk: sunxi: get divs parent clock name from parent factor clock

2014-01-05 Thread Chen-Yu Tsai
Divs clocks consist of a parent factor clock with multiple outputs, and seperate clocks for each output. Get the name of the parent clock from the parent factor clock, instead of the DT node name. Signed-off-by: Chen-Yu Tsai --- drivers/clk/sunxi/clk-sunxi.c | 3 ++- 1 file changed, 2 insertions

[linux-sunxi] [PATCH v2 8/8] arm: sun7i: cubietruck: Enable the i2c controllers

2014-01-05 Thread Chen-Yu Tsai
The Cubietruck makes use of the first three i2c controllers found on the Allwinner A20; i2c-0 is used internally for the PMIC, i2c-1 is exposed on the board headers, and i2c-2 is used for DDC on the VGA connector. This patch enables them in the device tree. Signed-off-by: Chen-Yu Tsai --- arch/a

[linux-sunxi] [PATCH v2 6/8] arm: dts: sun6i: rename clock node names to clk@N

2014-01-05 Thread Chen-Yu Tsai
Device tree naming conventions state that node names should match node function. Change fully functioning clock nodes to match. Signed-off-by: Chen-Yu Tsai --- arch/arm/boot/dts/sun6i-a31.dtsi | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/sun6

[linux-sunxi] [PATCH v2 7/8] arm: dts: sun7i: rename clock node names to clk@N

2014-01-05 Thread Chen-Yu Tsai
Device tree naming conventions state that node names should match node function. Change fully functioning clock nodes to match. Also add the output name for pll5 to use as the clock name. Signed-off-by: Chen-Yu Tsai --- arch/arm/boot/dts/sun7i-a20.dtsi | 21 - 1 file changed

[linux-sunxi] ethernet is not working...

2014-01-05 Thread Puneet B
Hi i am using A20 eval board. i need to know what are configuration need to done for Ethernet in script as well as in android file system, so that i will make it work. what about MAC address? Kindly tell me. Regards Punith -- You received this message because you are subscribed to the Goo

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Patrick Wood
An on a different note, not to make things more difficult: the cpufrequtils package from ubuntu (at least this version: cpufrequtils_008-1_armhf.deb) installs an init.d startup file called cpufrequtils that sets the default governor to... you guessed it -- ondemand. This is easily overridden by

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Siarhei Siamashka
On Mon, 6 Jan 2014 06:39:38 +0600 Roman Mamedov wrote: > On Mon, 6 Jan 2014 00:00:00 +0200 > Siarhei Siamashka wrote: > > > A better solution is to really ramp up the CPU to the maximum clock > > speed if we have some external power source connected (ACIN or VBUS). > > Adhering to the "principl

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Siarhei Siamashka
On Mon, 6 Jan 2014 00:07:02 +0100 Carlo Caione wrote: > On Mon, Jan 6, 2014 at 12:04 AM, Olliver Schinagl wrote: > > On 01/05/14 23:00, Siarhei Siamashka wrote: > >> > >> # cat /sys/devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20_regs > >> only power adapter : REG[0x0]=0xc1,REG[0x1]=0x

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Siarhei Siamashka
On Sun, 5 Jan 2014 23:25:29 +0100 Michal Suchanek wrote: > On 5 January 2014 23:00, Siarhei Siamashka > wrote: > > === cubietruck === > > > > # echo 1 > /sys/devices/platform/disp/graphics/fb0/blank > > > > # cat /sys/devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20_regs > > only power adapter

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Patrick Wood
On Sunday, January 5, 2014 7:13:06 PM UTC-5, Roman Mamedov wrote: > > On Sun, 5 Jan 2014 16:01:20 -0800 (PST) > Patrick Wood > wrote: > > > Also, my experience with performance on the A10 devices over the last > two > > years has shown me that ondemand is a really terrible governor, as it >

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Roman Mamedov
On Mon, 6 Jan 2014 00:00:00 +0200 Siarhei Siamashka wrote: > A better solution is to really ramp up the CPU to the maximum clock > speed if we have some external power source connected (ACIN or VBUS). > Adhering to the "principle of least surprise", it makes sense to fork > the "ondemand" governo

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Roman Mamedov
On Sun, 5 Jan 2014 16:01:20 -0800 (PST) Patrick Wood wrote: > Also, my experience with performance on the A10 devices over the last two > years has shown me that ondemand is a really terrible governor, as it > doesn't boost the CPU frequency unless utilization has been high over an > extended

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Patrick Wood
On Sunday, January 5, 2014 5:00:00 PM UTC-5, Siarhei Siamashka wrote: > > On Wed, 1 Jan 2014 20:03:35 -0800 (PST) > Patrick Wood > wrote: > > > On Wednesday, January 1, 2014 5:54:20 PM UTC-5, Siarhei Siamashka wrote: > > > I myself still see no good reason for using any governor other than >

[linux-sunxi] Re: Experimental sunxi-devel branch with updated ehci driver using a separate phy driver.

2014-01-05 Thread Hans de Goede
Hi, On 01/05/2014 12:48 AM, Hans de Goede wrote: Hi Arokux et al, So I've been working on cleaning up the sunxi-ehci support by writing a separate phy driver for the usbphy part of the SoC. This is turning out quite nicely, for those interested you can find my wip here: Note only tested on su

Re: [linux-sunxi] Re: Internal photos of EU3000 A20 web cam

2014-01-05 Thread jonsm...@gmail.com
On Sun, Jan 5, 2014 at 1:12 PM, wrote: > 3 Ekim 2013 Perşembe 17:56:24 UTC+3 tarihinde Jon Smirl yazdı: > > I have one of these A20 based EU3000 web cams. > > > > > http://www.aliexpress.com/store/product/EU3000-HD2-Android4-2-TV-Box-Allwinner-A20-Cortex-Dual-Core-A7-5-0MP-Camera-MIC/507965_12137

[linux-sunxi] [PATCH 1/2] phy-core: Don't print an error on probe deferral or nodata

2014-01-05 Thread Hans de Goede
Printing an error on probe-deferral clearly is not the right thing to do. While at it I've also silenced the error in case of -ENODATA, so that devm_phy_get can be used to get an optional phy without causing errors to be printed. Alternatively a new devm_phy_get_optional method could be added for t

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Carlo Caione
On Mon, Jan 6, 2014 at 12:04 AM, Olliver Schinagl wrote: > On 01/05/14 23:00, Siarhei Siamashka wrote: >> >> # cat /sys/devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20_regs >> only power adapter : REG[0x0]=0xc1,REG[0x1]=0x10 >> power adapter + miniusb : REG[0x0]=0xf9,REG[0x1]=0x10 >

[linux-sunxi] [PATCH 2/2] phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to caller

2014-01-05 Thread Hans de Goede
The phy-core allows phy_init and phy_power_on to be called multiple times, but before this patch -ENOSUPP from phy_pm_runtime_get_sync would be propagated to the caller for the 2nd and later calls. Signed-off-by: Hans de Goede --- drivers/phy/phy-core.c | 6 -- 1 file changed, 4 insertions(+

[linux-sunxi] [PATCH 1/2] ohci-platform: Add support for devicetree instantiation

2014-01-05 Thread Hans de Goede
Add support for ohci-platform instantiation from devicetree, including optionally getting clks and a phy from devicetree, and enabling / disabling those on power_on / off. This should allow using ohci-platform from devicetree in various cases. Specifically after this commit it can be used for the

[linux-sunxi] [PATCH 2/2] ehci-platform: Add support for clks and phy passed through devicetree

2014-01-05 Thread Hans de Goede
Currently ehci-platform is only used in combination with devicetree when used with some via socs. By extending it to (optionally) get clks and a phy from devicetree, and enabling / disabling those on power_on / off, it can be used more generically. Specifically after this commit it can be used for

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Olliver Schinagl
On 01/05/14 23:00, Siarhei Siamashka wrote: # cat /sys/devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20_regs only power adapter : REG[0x0]=0xc1,REG[0x1]=0x10 power adapter + miniusb : REG[0x0]=0xf9,REG[0x1]=0x10 only miniusb : REG[0x0]=0x3d,REG[0x1]=0x70 miniusb + li

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Michal Suchanek
On 5 January 2014 23:00, Siarhei Siamashka wrote: > On Wed, 1 Jan 2014 20:03:35 -0800 (PST) > Patrick Wood wrote: > >> On Wednesday, January 1, 2014 5:54:20 PM UTC-5, Siarhei Siamashka wrote: >> > I myself still see no good reason for using any governor other than >> > "performance" when running

Re: [linux-sunxi] Re: A good SD card image for A10-OLinuXino-Lime?

2014-01-05 Thread Siarhei Siamashka
On Wed, 1 Jan 2014 20:03:35 -0800 (PST) Patrick Wood wrote: > On Wednesday, January 1, 2014 5:54:20 PM UTC-5, Siarhei Siamashka wrote: > > I myself still see no good reason for using any governor other than > > "performance" when running with a wall connected power plug. Poor > > default cpufre

[linux-sunxi] Re: Internal photos of EU3000 A20 web cam

2014-01-05 Thread selim . bayhan
3 Ekim 2013 Perşembe 17:56:24 UTC+3 tarihinde Jon Smirl yazdı: > I have one of these A20 based EU3000 web cams. > > http://www.aliexpress.com/store/product/EU3000-HD2-Android4-2-TV-Box-Allwinner-A20-Cortex-Dual-Core-A7-5-0MP-Camera-MIC/507965_1213723041.html > > > > Nice case and tiny package.

Re: [linux-sunxi] OV2643 Camera on A20

2014-01-05 Thread jonsm...@gmail.com
The unit has a Chinese Android build on it which is slowing me down. I haven't figure out how to start adb Ethernet daemon on target device. On Sun, Jan 5, 2014 at 12:01 PM, jonsm...@gmail.com wrote: > > > > On Sun, Jan 5, 2014 at 11:55 AM, Michal Suchanek wrote: > >> On 5 January 2014 17:48, j

Re: [linux-sunxi] How to use socketcan in android application layer

2014-01-05 Thread Kaspter Ju
On 12/21/2013 12:55 PM, Peter Chen wrote: Thanks for you reply.The link should helps me a lot.Here is the CAN controller document, hope it help those CAN driver deps. Thanks for your documentation! AFAIK, there is Flexcan implement in android framework, https://github.com/zhangjie201412/Flex

Re: [linux-sunxi] OV2643 Camera on A20

2014-01-05 Thread jonsm...@gmail.com
On Sun, Jan 5, 2014 at 11:55 AM, Michal Suchanek wrote: > On 5 January 2014 17:48, jonsm...@gmail.com wrote: > > > > > > > > On Sun, Jan 5, 2014 at 11:43 AM, Michal Suchanek > wrote: > >> > >> > >> > >> > >> On 5 January 2014 16:50, jonsm...@gmail.com wrote: > >> > >>> > >>> > >>> > >>> On Sun

Re: [linux-sunxi] OV2643 Camera on A20

2014-01-05 Thread Michal Suchanek
On 5 January 2014 17:48, jonsm...@gmail.com wrote: > > > > On Sun, Jan 5, 2014 at 11:43 AM, Michal Suchanek wrote: >> >> >> >> >> On 5 January 2014 16:50, jonsm...@gmail.com wrote: >> >>> >>> >>> >>> On Sun, Jan 5, 2014 at 5:38 AM, Michal Suchanek >>> wrote: AFAIK the camera board is

Re: [linux-sunxi] OV2643 Camera on A20

2014-01-05 Thread jonsm...@gmail.com
On Sun, Jan 5, 2014 at 11:43 AM, Michal Suchanek wrote: > > > > On 5 January 2014 16:50, jonsm...@gmail.com wrote: > > >> >> >> On Sun, Jan 5, 2014 at 5:38 AM, Michal Suchanek wrote: >> >>> AFAIK the camera board is connected digitally so the noise is something >>> that is internal to the camera

Re: [linux-sunxi] OV2643 Camera on A20

2014-01-05 Thread Michal Suchanek
On 5 January 2014 16:50, jonsm...@gmail.com wrote: > > > On Sun, Jan 5, 2014 at 5:38 AM, Michal Suchanek wrote: > >> AFAIK the camera board is connected digitally so the noise is something >> that is internal to the camera board. >> >> It is normal that under low light condition the image is noi

Re: [linux-sunxi] Device list contribution procedure

2014-01-05 Thread Luc Verhaegen
On Sun, Jan 05, 2014 at 08:29:37AM -0800, Alexis Jeandet wrote: > Ok thank, I didn't find this page, It is at the very bottom of the front page, under the "Devices" section. Here it reads: If your device is not listed, you might need to work through the new device howto. > I wil

Re: [linux-sunxi] Device list contribution procedure

2014-01-05 Thread Alexis Jeandet
Ok thank, I didn't find this page, I will try to do as much as I can, I'm actually trying to find a good kernel config, to get as much devices working as I can, in parallel I will try to fill a new Wiki entry for this device. best regards, Alexis. -- You received this message because you ar

[linux-sunxi] [PATCH] sun7i: defconfig: enable USB_SW_SUNXI_USB

2014-01-05 Thread Luc Verhaegen
This gives some of our device drivers (realtek usb wifi for instance) the ability to dynamically turn on/off USBCs. These config options match sun4i and sun5i. Signed-off-by: Luc Verhaegen --- arch/arm/configs/sun7i_defconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --g

Re: [linux-sunxi] Device list contribution procedure

2014-01-05 Thread Luc Verhaegen
On Sun, Jan 05, 2014 at 06:27:29AM -0800, Alexis Jeandet wrote: > Hello everybody, > > I bought an A20 tablet which doesn't seems to be listed in the wiki device > list, I would be happy to contribute in any way to provide all the > information about it, I took some PCB pictures, I started to li

Re: [linux-sunxi] OV2643 Camera on A20

2014-01-05 Thread jonsm...@gmail.com
On Sun, Jan 5, 2014 at 5:38 AM, Michal Suchanek wrote: > AFAIK the camera board is connected digitally so the noise is something > that is internal to the camera board. > > It is normal that under low light condition the image is noisy. Did you > try taking pictures in full daylight or using some

[linux-sunxi] [PATCH 0/2] ARM: sun7i: irqchip driver for NMI

2014-01-05 Thread Carlo Caione
Allwinner A20 SoCs have a special interrupt controller for managing NMI. Three register are present to (un)mask, control and acknowledge NMI. These two patches add a new irqchip driver in cascade with GIC. Carlo Caione (2): ARM: sun7i: Add irqchip driver for NMI controller ARM: sun7i: dts: Add

[linux-sunxi] [PATCH 1/2] ARM: sun7i: Add irqchip driver for NMI controller

2014-01-05 Thread Carlo Caione
Allwinner A20 SoCs have special registers to control / (un)mask / acknowledge NMI. This NMI controller is separated and independent from GIC. This patch adds a new irqchip to manage NMI. Signed-off-by: Carlo Caione --- drivers/irqchip/Makefile| 1 + drivers/irqchip/irq-sun7i-nmi.c | 19

[linux-sunxi] [PATCH 2/2] ARM: sun7i: dts: Add NMI irqchip support

2014-01-05 Thread Carlo Caione
This patch adds DTS entry for NMI controller as child of GIC. Signed-off-by: Carlo Caione --- arch/arm/boot/dts/sun7i-a20.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 4c25f81..89e93da 100644 --- a/arch

[linux-sunxi] Re: [lm-sensors] [PATCH v3 2/5] input: sun4i-ts: Add support for temperature sensor

2014-01-05 Thread Guenter Roeck
On 12/31/2013 08:20 AM, Hans de Goede wrote: The sun4i resisitive touchscreen controller also comes with a built-in temperature sensor. This commit adds support for it. This commit also introduces a new "ts-attached" device-tree property, when this is not set, the input part of the driver won't

[linux-sunxi] Device list contribution procedure

2014-01-05 Thread Alexis Jeandet
Hello everybody, I bought an A20 tablet which doesn't seems to be listed in the wiki device list, I would be happy to contribute in any way to provide all the information about it, I took some PCB pictures, I started to list all the chip inside. At this point I can boot linux on it thank to Ol

[linux-sunxi] Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-05 Thread Olliver Schinagl
On 01/05/14 14:32, Hans de Goede wrote: Hi, On 01/05/2014 01:42 PM, Olliver Schinagl wrote: On 01/04/14 22:47, Arnd Bergmann wrote: On Saturday 04 January 2014 22:39:50 Arnd Bergmann wrote: +Required properties: +- compatible : compatible list, contains "allwinner,sun4i-a10-ahci" +- reg

[linux-sunxi] Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-05 Thread Hans de Goede
Hi, On 01/05/2014 01:42 PM, Olliver Schinagl wrote: On 01/04/14 22:47, Arnd Bergmann wrote: On Saturday 04 January 2014 22:39:50 Arnd Bergmann wrote: +Required properties: +- compatible : compatible list, contains "allwinner,sun4i-a10-ahci" +- reg: +- interrupts : +- clocks

[linux-sunxi] Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-05 Thread Hans de Goede
Hi, On 01/05/2014 12:35 PM, Arnd Bergmann wrote: On Sunday 05 January 2014, Hans de Goede wrote: +static int sunxi_ahci_phy_init(struct device *dev, void __iomem *reg_base) +{ + u32 reg_val; + int timeout; + + /* This magic is from the original code */ + writel(0, re

[linux-sunxi] Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-05 Thread Hans de Goede
Hi, On 01/05/2014 01:42 PM, Olliver Schinagl wrote: On 01/04/14 22:47, Arnd Bergmann wrote: On Saturday 04 January 2014 22:39:50 Arnd Bergmann wrote: +Required properties: +- compatible : compatible list, contains "allwinner,sun4i-a10-ahci" +- reg: +- interrupts : +- clocks

[linux-sunxi] Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-05 Thread Olliver Schinagl
On 01/04/14 22:47, Arnd Bergmann wrote: On Saturday 04 January 2014 22:39:50 Arnd Bergmann wrote: +Required properties: +- compatible : compatible list, contains "allwinner,sun4i-a10-ahci" +- reg: +- interrupts : +- clocks : clocks for ACHI +- clock-names: clock nam

[linux-sunxi] Re: Experimental sunxi-devel branch with updated ehci driver using a separate phy driver.

2014-01-05 Thread Hans de Goede
Hi, On 01/05/2014 11:56 AM, Arokux X wrote: Hello Hans, On Sun, Jan 5, 2014 at 12:48 AM, Hans de Goede wrote: Hi Arokux et al, So I've been working on cleaning up the sunxi-ehci support by writing a separate phy driver for the usbphy part of the SoC. This is turning out quite nicely, for th

[linux-sunxi] Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-05 Thread Arnd Bergmann
On Sunday 05 January 2014, Hans de Goede wrote: > > > > Also, please send the binding as a separate patch with Cc to > > the devicetree-discuss mailing list. > > Hmm, this contradicts what others are saying who have requested for > the binding docs to be part of the same commit as the driver (with

[linux-sunxi] Re: Experimental sunxi-devel branch with updated ehci driver using a separate phy driver.

2014-01-05 Thread Arokux X
Hello Hans, On Sun, Jan 5, 2014 at 12:48 AM, Hans de Goede wrote: > Hi Arokux et al, > > So I've been working on cleaning up the sunxi-ehci support by > writing a separate phy driver for the usbphy part of the SoC. > > This is turning out quite nicely, for those interested you > can find my wip h

Re: [linux-sunxi] OV2643 Camera on A20

2014-01-05 Thread Michal Suchanek
AFAIK the camera board is connected digitally so the noise is something that is internal to the camera board. It is normal that under low light condition the image is noisy. Did you try taking pictures in full daylight or using some photography lighting? The noise can be removed in software and t