[linux-sunxi] Re: [PATCH v4 7/9] ARM: sun7i/sun4i: dt: Add AXP209 support to various boards

2014-04-24 Thread Mark Brown
On Wed, Apr 23, 2014 at 10:25:46PM +0200, Carlo Caione wrote: I'm having a really hard time with this problem, so any hint is welcome :) The small modification I'm using on top of the patches in this series is here: http://bpaste.net/show/228330/ Unfortunately as I said I got this when

[linux-sunxi] Not able to get HDMI display output...

2014-04-24 Thread Puneet B
Hi, I have android sdk source code from humming board. with i tested android which is working fine. same uImage i used to boot fedora from sdcard. but i am getting display output not getting penguin logo also. but kernel and file system booted fine upto login prompt. with linux-sunxi 3.4

[linux-sunxi] [PATCH v7] Add support for the Allwinner A31 DMA Controller

2014-04-24 Thread Maxime Ripard
Hi, This patchset adds support for the DMA controller found in the Allwinner A31 and A23 SoCs. This has been tested using the newly introduced SPI driver on an A31 EVK. Support for DMA-driven SPI transfers will be the subject of another patch serie. Since this serie has been sent for the first

[linux-sunxi] [PATCH u-boot-sunxi 4/7] ARM: sunxi: Allow specifying module in prcm apb0 init function

2014-04-24 Thread Chen-Yu Tsai
The prcm apb0 controls multiple modules. Allow specifying which modules to enable clocks and de-assert resets so the function can be reused. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/cpu/armv7/sunxi/p2wi.c| 2 +- arch/arm/cpu/armv7/sunxi/prcm.c| 14 ++

[linux-sunxi] [PATCH u-boot-sunxi 1/7] ARM: sunxi: Fix sun6i PLL6 default to 600MHz

2014-04-24 Thread Chen-Yu Tsai
The original default may have been miscalculated as it was for 624MHz. The A23 user manual states that PLL6 should be fixed to 600MHz, and not any other rate. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 2 +- 1 file changed, 1 insertion(+), 1

[linux-sunxi] [PATCH u-boot-sunxi 0/7] ARM: sunxi: Add basic A23 support

2014-04-24 Thread Chen-Yu Tsai
Hi everyone, This series adds basic support for A23 based devices. Most of the code is shared with sun6i. DRAM initialization and RSB (reduced serial bus) for the AXP223 found on these devices are still missing, so no SPL. The first patch fixes the default PLL6 clock rate for sun6i. Hans, this

[linux-sunxi] [PATCH u-boot-sunxi 3/7] ARM: sunxi: Correct comment for MBUS1 register in sun6i clock definitions

2014-04-24 Thread Chen-Yu Tsai
Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-sunxi/clock_sun6i.h b/arch/arm/include/asm/arch-sunxi/clock_sun6i.h index 88b1d1f..1397b35 100644 ---

[linux-sunxi] [PATCH u-boot-sunxi 7/7] ARM: sunxi: Add A23 based tablet Ippo-q8h

2014-04-24 Thread Chen-Yu Tsai
The Ippo-q8h is the first A23 based device spotted in the wild. This was used to bring basic support to u-boot. Add build options for it Signed-off-by: Chen-Yu Tsai w...@csie.org --- boards.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/boards.cfg b/boards.cfg index b3a1494..d3a1e50

[linux-sunxi] [PATCH u-boot-sunxi 6/7] ARM: sunxi: Add support for using R_UART as console

2014-04-24 Thread Chen-Yu Tsai
The R_UART is the only uart other than UART0 on port F which has usable pads for attaching a console. Support it so we can still have a console when using MMC on port F. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/cpu/armv7/sunxi/board.c | 4

[linux-sunxi] Re: [PATCH v4 7/9] ARM: sun7i/sun4i: dt: Add AXP209 support to various boards

2014-04-24 Thread Charles Keepax
On Thu, Apr 24, 2014 at 02:30:36PM +0100, Mark Brown wrote: On Wed, Apr 23, 2014 at 10:25:46PM +0200, Carlo Caione wrote: I'm having a really hard time with this problem, so any hint is welcome :) The small modification I'm using on top of the patches in this series is here:

[linux-sunxi] Re: [PATCH v4 7/9] ARM: sun7i/sun4i: dt: Add AXP209 support to various boards

2014-04-24 Thread Charles Keepax
On Thu, Apr 24, 2014 at 05:35:23PM +0100, Charles Keepax wrote: On Thu, Apr 24, 2014 at 02:30:36PM +0100, Mark Brown wrote: On Wed, Apr 23, 2014 at 10:25:46PM +0200, Carlo Caione wrote: I'm having a really hard time with this problem, so any hint is welcome :) The small modification

[linux-sunxi] Re: [PATCH v4 7/9] ARM: sun7i/sun4i: dt: Add AXP209 support to various boards

2014-04-24 Thread Mark Brown
On Thu, Apr 24, 2014 at 05:58:47PM +0100, Charles Keepax wrote: Ah ok seems I am getting an error but for some reason for me it shows up looking very unrelated to the supply mapping. In that it shows up much later in the log and doesn't seem to mention the MFD at all: If you look at the

[linux-sunxi] Re: [PATCH 2/3] net/designware: invalidate entire descriptor in dw_eth_send

2014-04-24 Thread Alexey Brodkin
Dear Ian, On Sat, 2014-04-19 at 14:52 +0100, Ian Campbell wrote: - /* Invalidate only status field for the following check */ - invalidate_dcache_range((unsigned long)desc_p-txrx_status, - (unsigned long)desc_p-txrx_status + -

[linux-sunxi] Re: [PATCH 1/3] net/designware: ensure device private data is DMA aligned.

2014-04-24 Thread Alexey Brodkin
Dear Ian, On Sat, 2014-04-19 at 14:52 +0100, Ian Campbell wrote: struct dw_eth_dev contains fields which are accessed via DMA, so make sure it is aligned to a dma boundary. Without this I see: ERROR: v7_dcache_inval_range - start address is not aligned - 0x7fb677e0 Signed-off-by: Ian

[linux-sunxi] Not able to get HDMI display output .

2014-04-24 Thread Puneet B
Hi, I have android sdk source code from humming board. with i tested android which is working fine. same uImage i used to boot fedora from sdcard. but i am not getting display output and also not getting penguin logo . but kernel and file system booted fine up to login prompt. with