Re: [linux-sunxi] Re: New board: Merrii M2 (A20)

2014-08-05 Thread Julian Calaby
Hi, On Tue, Aug 5, 2014 at 11:01 PM, wrote: > On Monday, May 19, 2014 3:33:12 AM UTC+9:30, npeacock wrote: >> Quick tangent, what's NDH stand for? >> > > I really don't want to sound rude but I believe its No Dick Head It stands for New Device Howto, it's here: http://linux-sunxi.org/New_Device

Re: [linux-sunxi] Problem with Allwinner A31 fastboot and Macs

2014-08-05 Thread Simos Xenitellis
On Sun, Aug 3, 2014 at 8:52 AM, Caspy7 wrote: > We've got 500 A31-based tablets which we're testing Firefox OS on > worldwide. > Out of curiosity, what Linux kernel do you use for those tablets with Firefox OS? Is it the one at http://git.rhombus-tech.net/linux ? Simos -- You received this me

Re: [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-05 Thread Michal Suchanek
On 5 August 2014 23:03, Maxime Ripard wrote: > On Mon, Aug 04, 2014 at 05:05:00PM +0200, Luc Verhaegen wrote: >> On Mon, Aug 04, 2014 at 10:39:13AM +0200, Hans de Goede wrote: >> > Hi Luc, >> > >> > First of all many thanks for your work on this. >> > >> > ATM I don't have time to do a full review

[linux-sunxi] Re: [PATCH] net: sun4i-emac: fix memory leak on bad packet

2014-08-05 Thread Maxime Ripard
On Tue, Aug 05, 2014 at 04:44:39PM +0100, Marc Zyngier wrote: > Upon reception of a new frame, the emac driver checks for a number > of error conditions, and flag the packet as "bad" if any of these > are present. It then allocates a skb unconditionally, but only uses > it if the packet is "good".

Re: [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-05 Thread Maxime Ripard
On Mon, Aug 04, 2014 at 05:05:00PM +0200, Luc Verhaegen wrote: > On Mon, Aug 04, 2014 at 10:39:13AM +0200, Hans de Goede wrote: > > Hi Luc, > > > > First of all many thanks for your work on this. > > > > ATM I don't have time to do a full review, but I don't expect there > > to be too many supris

Re: [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-05 Thread Maxime Ripard
On Tue, Aug 05, 2014 at 12:10:30AM +0200, Henrik Nordström wrote: > > How's this for the sunxi implementation of simplefb: > > * u-boot lists used clocks, to allow some code in simplefb.c to grab all > > clocks. This is necessary as the list of clocks might change with > > changed cfb-console

Re: [linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-05 Thread Maxime Ripard
On Tue, Aug 05, 2014 at 01:56:36PM +0200, Hans de Goede wrote: > Hi, > > On 08/02/2014 06:14 PM, Luc Verhaegen wrote: > > This adds a fixed mode hdmi driver (lcd to be added in future) for the > > sunxi platform. Current config is such that 8MB is shaved off at the top > > of the RAM. Simplefb sup

Re: [linux-sunxi] [PATCH] net: sun4i-emac: fix memory leak on bad packet

2014-08-05 Thread Maxime Ripard
On Tue, Aug 05, 2014 at 10:27:54AM -0700, ditmar.r...@gmail.com wrote: > While i am not a develloper. Please can you check if gmac has the > same error? It might be a copy of emac driver. It's not. -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electr

[linux-sunxi] [PATCH] net: sun4i-emac: fix memory leak on bad packet

2014-08-05 Thread ditmar . rose
While i am not a develloper. Please can you check if gmac has the same error? It might be a copy of emac driver. -- 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

Re: [linux-sunxi] Re: gslx680 driver ported to sunxi

2014-08-05 Thread Joe Burmeister
Hi, no worries, this is a hobby thing for me anyway, and not one I've really touch much for quite a while. The fw_info only knows very little because there isn't much I knew at the time. I'm not sure there is any more publicly known now about the register map of the GSL chips. It could be t

[linux-sunxi] [PATCH] net: sun4i-emac: fix memory leak on bad packet

2014-08-05 Thread Marc Zyngier
Upon reception of a new frame, the emac driver checks for a number of error conditions, and flag the packet as "bad" if any of these are present. It then allocates a skb unconditionally, but only uses it if the packet is "good". On the error path, the skb is just forgotten, and the system leaks mem

Re: [linux-sunxi] Re: New board: Merrii M2 (A20)

2014-08-05 Thread joninthealice
On Monday, May 19, 2014 3:33:12 AM UTC+9:30, npeacock wrote: > Quick tangent, what's NDH stand for?  > I really don't want to sound rude but I believe its No Dick Head don't worry about it some people are a touch caught up in their own world looking forward to where this goes my M2 just turned

[linux-sunxi] Re: [PATCH] video: add cfb console driver for sunxi

2014-08-05 Thread Hans de Goede
Hi, On 08/02/2014 06:14 PM, Luc Verhaegen wrote: > This adds a fixed mode hdmi driver (lcd to be added in future) for the > sunxi platform. Current config is such that 8MB is shaved off at the top > of the RAM. Simplefb support is available for kernels that know how to > use it. I've been trying

[linux-sunxi] Re: [PATCH v2 00/16] sunxi: Allwinner A10/A13/A20 DRAM controller fixes

2014-08-05 Thread Hans de Goede
Hi, On 08/05/2014 09:02 AM, Ian Campbell wrote: > On Sun, 2014-08-03 at 05:32 +0300, Siarhei Siamashka wrote: >> This is version 2 of >> http://lists.denx.de/pipermail/u-boot/2014-July/183981.html >> >> Rebased on git://git.denx.de/u-boot-sunxi.git master branch (commit >> 3340eab26d89176dd0bf

[linux-sunxi] [help] A20: how to use timer in the application

2014-08-05 Thread li
Hi all, Thank you very much for your time to read this email, Now I need to set a timer, and when the time is out, there will be an IRQ which will call the function in my application. but i don't know how to do it, does anybody have done it before? hope you can share your experience, I am rea

Re: [linux-sunxi] [Tool] AXP20x register decoding utility

2014-08-05 Thread Bruno Prémont
On Mon, 04 August 2014 "jonsm...@gmail.com" wrote: > On Mon, Aug 4, 2014 at 4:29 PM, jonsm...@gmail.com wrote: > > Would it make sense to add this to the device driver and the put this > > output in debugfs? > > Some of this should probably always be present in sysfs The register values themsel

[linux-sunxi] Re: gslx680 driver ported to sunxi

2014-08-05 Thread pebri86
Hi, sorry late reply. Lack of free time here. This week i tried play again with the driver. After get 24 files from fw_extractor and tried load every firmware, not a single fw file are correct, seems every firmware give a random coord output touch. tried check every fw with fw_info and the res

[linux-sunxi] Re: [PATCH v2 00/16] sunxi: Allwinner A10/A13/A20 DRAM controller fixes

2014-08-05 Thread Ian Campbell
On Sun, 2014-08-03 at 05:32 +0300, Siarhei Siamashka wrote: > This is version 2 of > http://lists.denx.de/pipermail/u-boot/2014-July/183981.html > > Rebased on git://git.denx.de/u-boot-sunxi.git master branch (commit > 3340eab26d89176dd0bf543e6d2590665c577423 "sun7i: Add bananapi board") This