Re: [linux-sunxi] Re: Requesting help with MMC2 DDR 52 mode clock delays

2015-12-15 Thread Shuge
On 2015-12-11 15:49, Chen-Yu Tsai wrote: > On Fri, Dec 11, 2015 at 10:41 AM, Sugar Wu wrote: >> Hi ChenYu, >> >> I am sorry. >> We just run DDR8 40MHz on A31/A31s with MMC3. >> If you run it with MMC2, it not support DDR8 function. >> You should switch pinmux to MMC3. > >

[linux-sunxi] BUG - Bananapi USB not working on Mainline

2015-12-15 Thread David Tulloh
Hi, I am working on a SinoVoip Bananapi M1 With the current mainline USB does not work. I believe that power to the USB vbus is being disabled during boot. Failing build v4.4-rc5 Working build v4.2.3 Compiled with make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sunxi_defconfig menuconfig

Re: [linux-sunxi] [PATCH 1/3] sunxi-tools: script_extractor: bug fixes

2015-12-15 Thread Siarhei Siamashka
Hello Justin, On Wed, 2 Dec 2015 01:45:30 +0200 Justin Swartz wrote: > Script size argument detection: argc should be greater than one, > rather than not equal to zero. > > Output loop termination: the index variable should be compared against > the value of

Re: [linux-sunxi] BUG - Bananapi USB not working on Mainline

2015-12-15 Thread David Tulloh
Thanks for looking in to this, On 16 December 2015 at 17:34, Maxime Ripard < maxime.rip...@free-electrons.com> wrote: > Hi, > > On Wed, Dec 16, 2015 at 12:47:18PM +1100, David Tulloh wrote: > > Hi, > > > > I am working on a SinoVoip Bananapi M1 > > > > With the current mainline USB does not

Re: [linux-sunxi] Re: [PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support

2015-12-15 Thread Siarhei Siamashka
On Thu, 10 Dec 2015 04:31:05 -0800 (PST) Thomas Kaiser wrote: > Hi, > > Hans de Goede wrote: > > > > ? if I understand things correctly your patch make lima-memtester pass > > at 672 MHz (which is our current configured speed) on both your > > and Siarhei's

[linux-sunxi] Re: [PATCH v5 6/9] sunxi-tools: Add file_size() and factor out a reusable file_upload()

2015-12-15 Thread Siarhei Siamashka
On Mon, 7 Dec 2015 12:03:41 +0100 Bernhard Nortmann wrote: > Am 30.11.2015 um 12:30 schrieb Siarhei Siamashka: > > What if "name" is, for example, a directory instead of a file? > > > > [...] > > If the file does not exist, what is the "sunxi-fel" tool supposed to do? >

Re: [linux-sunxi] BUG - Bananapi USB not working on Mainline

2015-12-15 Thread Maxime Ripard
Hi, On Wed, Dec 16, 2015 at 12:47:18PM +1100, David Tulloh wrote: > Hi, > > I am working on a SinoVoip Bananapi M1 > > With the current mainline USB does not work. What are you trying to do with USB? Plain USB ? USB OTG? Which port are you connecting it to? > I believe that power to the USB

Re: [linux-sunxi] [PATCH 3/3] sunxi-tools: README: Cross-compilation examples

2015-12-15 Thread Siarhei Siamashka
On Wed, 2 Dec 2015 01:45:32 +0200 Justin Swartz wrote: > The meminfo example has been corrected to match the Makefile's > "sunxi-meminfo" target, and an example has been added for the > "sunxi-script_extractor" target. > > Signed-off-by: Justin Swartz

[linux-sunxi] Re: [PATCH 1/2] sunxi-tools: some trivial fixes

2015-12-15 Thread Siarhei Siamashka
On Thu, 19 Nov 2015 16:01:37 +0100 Bernhard Nortmann wrote: > - get rid of double includes > - fix U-Boot source reference > - get rid of "uboot_autostart" variable > > Signed-off-by: Bernhard Nortmann > --- > fel.c | 12 > 1

[linux-sunxi] Re: [PATCH v5 0/8] sunxi-tools: support progress display for FEL utility

2015-12-15 Thread Siarhei Siamashka
On Mon, 7 Dec 2015 12:17:04 +0100 Bernhard Nortmann wrote: > Hi Siarhei! > > Am 30.11.2015 um 12:44 schrieb Siarhei Siamashka: > > Hello, > > > > I think that patches 1-5 can be pushed to github, even though I'm not > > completely happy about certain aspects of them.

Re: [linux-sunxi] [PATCH 2/3] sunxi-tools: Makefile: Add sunxi-script_extractor target

2015-12-15 Thread Siarhei Siamashka
On Wed, 2 Dec 2015 01:45:31 +0200 Justin Swartz wrote: > Signed-off-by: Justin Swartz > --- > Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Makefile b/Makefile > index 53d6a0d..df7085a 100644 > ---