[linux-sunxi] Re: [PATCH] a13: hsg-h702: update dram parameters from meminfo

2014-09-12 Thread Luc Verhaegen
On Fri, Sep 12, 2014 at 11:25:22AM +0800, Chen-Yu Tsai wrote: Pushed, along with a23 memory controller register dumps. Smashing, thanks. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop

[linux-sunxi] [PATCH 1/1] sunxi:usb: allow empty usb_drv_vbus_gpio

2014-09-12 Thread Luc Verhaegen
Needed on the Mele A210, as usbc1 is always on. Without this fix, the kernel segfaults. Signed-off-by: Luc Verhaegen l...@skynet.be --- drivers/usb/host/sw_hci_sunxi.c | 24 1 files changed, 16 insertions(+), 8 deletions(-) diff --git a/drivers/usb/host/sw_hci_sunxi.c

Re: [linux-sunxi] Availability of A80 boards to developers

2014-09-12 Thread Simos Xenitellis
On Thu, Sep 11, 2014 at 8:11 PM, Luc Verhaegen l...@skynet.be wrote: On Thu, Sep 11, 2014 at 05:22:21PM +0300, Simos Xenitellis wrote: Hi All, I asked Allwinner about the possibility of donation of a few A80 developer boards to developers and I got a positive response. So, I'll be doing

Re: [linux-sunxi] Availability of A80 boards to developers

2014-09-12 Thread Luc Verhaegen
On Fri, Sep 12, 2014 at 02:06:54PM +0300, Simos Xenitellis wrote: I think it is good to have an open call. It lets people know what efforts are happening. I see. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe

[linux-sunxi] [PATCH] sunxi-mmc: sun8i has its fifo at a different address

2014-09-12 Thread Chen-Yu Tsai
This fixes the mmc code no longer working on sun8i after the changes to stop using dma, like sun6i. Signed-off-by: Chen-Yu Tsai w...@csie.org --- drivers/mmc/sunxi_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/sunxi_mmc.c b/drivers/mmc/sunxi_mmc.c index

Re: [linux-sunxi] Availability of A80 boards to developers

2014-09-12 Thread Chen-Yu Tsai
On Fri, Sep 12, 2014 at 7:06 PM, Simos Xenitellis simos.li...@googlemail.com wrote: On Thu, Sep 11, 2014 at 8:11 PM, Luc Verhaegen l...@skynet.be wrote: On Thu, Sep 11, 2014 at 05:22:21PM +0300, Simos Xenitellis wrote: Hi All, I asked Allwinner about the possibility of donation of a few

RE: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-12 Thread Paul Jones
Well, for starters I found it very annoying having to constantly jump between pages all the time. I kept getting lost and having to go back to the start again, then I somehow take a different path the next time. All the other bring up how-to guides I've used have been one page per section, or

[linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-12 Thread Stefan Monnier
The new device template could be improved, tho: - I'd expect many people filling such a page have no idea what BSP or HW-Pack is. - we could mention the most straightforward way to get the corresponding info (with a link to the NDH in case this method fails to work). - we should have a

Re: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-12 Thread Luc Verhaegen
On Fri, Sep 12, 2014 at 10:00:29AM -0400, Stefan Monnier wrote: The new device template could be improved, tho: I am not sure which page you are talking about exactly here. The device page example or the new device page or the new device howto? - I'd expect many people filling such a page

Re: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-12 Thread Luc Verhaegen
On Fri, Sep 12, 2014 at 04:05:41PM +0200, Luc Verhaegen wrote: On Fri, Sep 12, 2014 at 10:00:29AM -0400, Stefan Monnier wrote: The new device template could be improved, tho: I am not sure which page you are talking about exactly here. The device page example or the new device page or the

[linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-12 Thread Stefan Monnier
The new device template could be improved, tho: I am not sure which page you are talking about exactly here. The device page example or the new device page or the new device howto? As far as I know, only the Device_Page_example is a template, so yes, I'm talking about the Device_Page_example.

[linux-sunxi] Re: [PATCH 1/7] ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined

2014-09-12 Thread Chen-Yu Tsai
On Fri, Sep 12, 2014 at 2:57 AM, Ian Campbell i...@hellion.org.uk wrote: On Thu, 2014-09-11 at 19:19 +0200, Hans de Goede wrote: Hi Chen, On 09/11/2014 07:07 PM, Chen-Yu Tsai wrote: Hi Ian, Hans, On Mon, Sep 8, 2014 at 9:28 PM, Chen-Yu Tsai w...@csie.org wrote: BOOT_TARGET_DEVICES

[linux-sunxi] [PATCH 0/2] clk: sun8i: Add MBUS support

2014-09-12 Thread Chen-Yu Tsai
Hi, This series adds support for the MBUS clock on sun8i. It is slightly different from the old mod0 clocks in that the divider is 3 bits wider, while also needing a divider table. This series depends on Maxime's clk: sunxi: Improve MMC clocks support series, specifically the patches that change

[linux-sunxi] [PATCH 1/2] clk: sunxi: Add sun8i MBUS clock support

2014-09-12 Thread Chen-Yu Tsai
Signed-off-by: Chen-Yu Tsai w...@csie.org --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 + drivers/clk/sunxi/clk-mod0.c | 55 +++ 2 files changed, 56 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/sunxi.txt

Re: [linux-sunxi] [PATCH] sunxi-mmc: sun8i has its fifo at a different address

2014-09-12 Thread Hans de Goede
Hi, On 09/12/2014 01:30 PM, Chen-Yu Tsai wrote: This fixes the mmc code no longer working on sun8i after the changes to stop using dma, like sun6i. Signed-off-by: Chen-Yu Tsai w...@csie.org --- drivers/mmc/sunxi_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-sunxi] Cubietruck fails to boot

2014-09-12 Thread Stefan Monnier
My Cubietruck recently decided it doesn't want to boot any more. So I finally got a new USB-serial converter to try and figure out what happens, and here's what it gives me: U-Boot SPL 2014.01-rc1-00878-gaf9f405 (Feb 07 2014 - 05:49:37) Board: Cubietruck DRAM: 0 MiB CPU:

RE: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-12 Thread Paul Jones
I think you're missing the point. It was the layout and the way the information is presented that is important. Numerous people have given their opinion on what needs to change, but have encountered resistance from various people who simply justify the status quo, and fuss over minutia that