Re: [linux-sunxi] A20 Booting without uboot

2014-11-04 Thread Ryang HaeDong
Hi Jhon I used /linux/params file for kernel argument. console=ttyS0,115200 loglevel=9 root=/dev/nandb init=/init Also as you said I tried build a kernel with option "Always use the default kernel command string" And default kernel command string is equal to contents of params file. Unfortun

Re: [linux-sunxi] Re: [PATCH v4 0/5] simplefb: add clock handling code

2014-11-04 Thread Neal Peacock
On Nov 2, 2014 7:28 AM, "jonsm...@gmail.com" wrote: > > On Fri, Oct 31, 2014 at 4:47 PM, Rob Herring wrote: > > > > On Wed, Oct 29, 2014 at 7:08 PM, Tomi Valkeinen wrote: > > > Hi Hans, Rob, > > > > > > On 28/10/14 13:30, Hans de Goede wrote: > > >> Hi, > > >> > > >> On 10/28/2014 12:11 PM, Rob

Re: [linux-sunxi] Re: Olimex Lime A10 board corrupts SD card

2014-11-04 Thread Jhon Yi
Maybe you could try raising the kernel voltage by 0.05V or 0.1V for each frequency. And you should also check the voltage supply for SD card. 2014-11-04 23:11 GMT+08:00 Dennis Kerrisk : > Even at 900Mhz I am still getting corruption on the SD card. > > Dennis > > -- > You received this message bec

Re: [linux-sunxi] A20 Booting without uboot

2014-11-04 Thread Jhon Yi
It's definitely possible. But you should first compile a kernel with kernel argument built in. 2014-11-05 0:55 GMT+08:00 Ryang HaeDong : > Hi All > I'm trying to booting a stripped linux kernel directly from boot.axf on A20. > I already tested booting on the A10 device without uboot. > Of course A

Re: [linux-sunxi] [PATCH] remove sunxi_nand from sun7i_defconfig

2014-11-04 Thread Tim Tisdall
On Friday, 31 October 2014 11:01:24 UTC-4, Siarhei Siamashka wrote: > > > Should we also disable NAND for A10 and A13 devices by default? Does > anybody know if they are affected? > I just tried using the latest 3.4 kernel on my Cubieboard and I still have no issue accessing the NAND with it.

[linux-sunxi] Re: [RFC Patch 1/4] mfd: AXP20x: Add power supply bindings documentation

2014-11-04 Thread Bruno Prémont
Hi Maxime, On Tue, 04 November 2014 Maxime Ripard wrote: > On Mon, Nov 03, 2014 at 09:02:44PM +0100, Bruno Prémont wrote: > > Doing something like this?: > > > > --- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > > +++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > > @@ -126,9 +126,11 @@ > >

Re: [linux-sunxi] HDMI drivers for banana pi for 3.14.6

2014-11-04 Thread Prajosh Premdas
Hi Thanks for the info. I want to know one more thing is the I2C driver avaliable for 3.14. I find in the note http://linux-sunxi.org/Linux_mainlining_effort#Merged_into_3.13 I2C driver for A20 but could not figure out in any branches? Regards Prajosh Premdas On Monday, November 3, 2014 11:4

[linux-sunxi] Re: [PATCH 1/6] clk: sunxi: Add support for sun9i a80 usb clocks and resets

2014-11-04 Thread Russell King - ARM Linux
On Tue, Nov 04, 2014 at 12:07:14PM +0800, Chen-Yu Tsai wrote: > + spin_lock_irqsave(data->lock, flags); > + > + reg = readl(data->reg); > + writel(reg & ~BIT(id), data->reg); > + > + spin_unlock_irqrestore(data->lock, flags); Don't we have generic support for atomic modification of

[linux-sunxi] Re: [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-04 Thread Maxime Ripard
On Tue, Nov 04, 2014 at 12:07:16PM +0800, Chen-Yu Tsai wrote: > Unlike previous Allwinner SoCs, there is no central PHY control block > on the A80. Also, OTG support is completely split off into a different > controller. > > This adds a new driver to support the regular USB PHYs. > > Signed-off-b

[linux-sunxi] Re: [PATCH 1/6] clk: sunxi: Add support for sun9i a80 usb clocks and resets

2014-11-04 Thread Maxime Ripard
Hi, On Tue, Nov 04, 2014 at 12:07:14PM +0800, Chen-Yu Tsai wrote: > The USB controller/phy clocks and reset controls are in a separate > address block, unlike previous SoCs where they were in the clock > controller. > > This patch copies the original gates clk functions used for usb > clocks into

[linux-sunxi] A20 Booting without uboot

2014-11-04 Thread Ryang HaeDong
Hi All I'm trying to booting a stripped linux kernel directly from boot.axf on A20. I already tested booting on the A10 device without uboot. Of course A10 is working well but A20's linux kernel isn't booting. So I changed linux/linux.ini file. [segment] img_name = c:\linux\bImage img_size = 0x20

Re: [linux-sunxi] Re: iNet K70E board

2014-11-04 Thread Simos Xenitellis
On Tue, Nov 4, 2014 at 11:51 AM, wrote: > hello guys i need the firmware for my tablet which is inet k70e rev01 > please anyone can give me? i flashed the wrong firmware now the wifi, and > the auto rotation doesnt work. any help is appreciated > Even if someone has that device, it's not very ea

Re: [linux-sunxi] Re: Olimex Lime A10 board corrupts SD card

2014-11-04 Thread Dennis Kerrisk
Even at 900Mhz I am still getting corruption on the SD card. Dennis -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. Fo

Re: [linux-sunxi] Re: iNet K70E board

2014-11-04 Thread Luc Verhaegen
On Tue, Nov 04, 2014 at 06:43:31AM -0800, Zyan Nawaz wrote: > so i need stock rom for INET K70E REV01 to flash back to stock Do not take these things off the list. But yes. And you might consider fixing that device page so you or someone else wouldn't have to find the stock image in future and c

[linux-sunxi] Re: [RFC Patch 1/4] mfd: AXP20x: Add power supply bindings documentation

2014-11-04 Thread Maxime Ripard
Hi Bruno, On Mon, Nov 03, 2014 at 09:02:44PM +0100, Bruno Prémont wrote: > Doing something like this?: > > --- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > +++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts > @@ -126,9 +126,11 @@ > interrupt-controller; >

[linux-sunxi] Re: [RFC Patch 1/4] mfd: AXP20x: Add power supply bindings documentation

2014-11-04 Thread Ezaul Zillmer
Hi Bruno Cubieboard2 + Kernel 3.18-rc3 [ 15.955655] axp20x-regulator axp20x-regulator: regulators node not found [ 15.962580] LDO1: 1300 mV [ 15.965732] LDO2: at 3000 mV [ 15.969120] LDO3: at 2275 mV [ 15.972314] LDO4: at 2800 mV [ 15.975700] LDO5: at 2800 mV [ 15.979075] DCDC2: at

Re: [linux-sunxi] Re: iNet K70E board

2014-11-04 Thread Luc Verhaegen
On Tue, Nov 04, 2014 at 01:51:58AM -0800, zyanna...@gmail.com wrote: > hello guys i need the firmware for my tablet which is inet k70e rev01 please > anyone can give me? i flashed the wrong firmware now the wifi, and the auto > rotation doesnt work. any help is appreciated Nope. http://linux-su

[linux-sunxi] Re: iNet K70E board

2014-11-04 Thread zyannawaz
hello guys i need the firmware for my tablet which is inet k70e rev01 please anyone can give me? i flashed the wrong firmware now the wifi, and the auto rotation doesnt work. any help is appreciated -- You received this message because you are subscribed to the Google Groups "linux-sunxi" grou

[linux-sunxi] Re: [RFC Patch 2/4] mfd: AXP20x: Add power supply sub-driver

2014-11-04 Thread Bruno Prémont
On Thu, 23 October 2014 Edgar Toernig wrote: > > + getnstimeofday(&ts); > > + /* only query hardware if our data is stale */ > > + spin_lock(&devdata->lock); > > + if (!init && !(ts.tv_sec > devdata->next_check.tv_sec || > > + ts.tv_nsec > devdata->next_check.tv_sec)) { >

[linux-sunxi] Re: [RFC Patch 1/4] mfd: AXP20x: Add power supply bindings documentation

2014-11-04 Thread Bruno Prémont
Hi Maxime, On Tue, 21 October 2014 Maxime Ripard wrote: > On Tue, Oct 21, 2014 at 06:09:16PM +0200, Bruno Prémont wrote: > > On Tue, 21 October 2014 Lee Jones wrote: > > > On Mon, 20 Oct 2014, Bruno Prémont wrote: > > > > --- > > > > Note: the OCV values seem to have some defaults build into the