Fwd: [linux-sunxi] Re: [PATCH v2 17/20] ARM: sunxi: Introduce Allwinner A23 support

2014-06-20 Thread Chen-Yu Tsai
On Wed, Jun 18, 2014 at 8:26 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Jun 17, 2014 at 10:52:54PM +0800, Chen-Yu Tsai wrote: The Allwinner A23 is a dual-core Cortex-A7-based SoC. It re-uses most of the IPs found in previous SoCs, notably the A31. Signed-off-by: Chen-Yu

Re: [linux-sunxi] Re: [PATCH v2 12/20] clk: sunxi: Add A23 APB0 support to sun6i-a31-apb0-clk

2014-06-20 Thread Chen-Yu Tsai
On Thu, Jun 19, 2014 at 5:28 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Thu, Jun 19, 2014 at 12:33:41PM +0800, Chen-Yu Tsai wrote: On Wed, Jun 18, 2014 at 6:26 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Jun 17, 2014 at 10:52:49PM +0800, Chen-Yu Tsai

[linux-sunxi] Re: [PATCH v2 16/20] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-06-20 Thread Chen-Yu Tsai
On Wed, Jun 18, 2014 at 8:24 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Wed, Jun 18, 2014 at 09:29:53AM +0100, Lee Jones wrote: The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. The differences are the AR100 clock can no longer be modified, the APB0 clock

Re: [linux-sunxi] Re: i2s audio codec support for sun7i

2014-06-20 Thread Puneet B
Hi , i did probing of external codec by adding in device.c. But external codec failed at [9.586716] tlv320aic3x-codec 2-0018: Failed to get supply 'IOVDD': -517 [9.598903] tlv320aic3x-codec 2-0018: Failed to request supplies: -517 [9.613160] tlv320aic3x-codec 2-0018: asoc: failed to

Re: [linux-sunxi] Re: i2s audio codec support for sun7i

2014-06-20 Thread Puneet B
Hi All, If you see this link http://e2e.ti.com/support/arm/sitara_arm/f/791/t/345940.aspx?pi301021=1 it means i missing some configuration in script, Can you say where i am wrong. Your help will be greatly appreciable. -- You received this message because you are subscribed to the Google

Re: [linux-sunxi] Re: i2s audio codec support for sun7i

2014-06-20 Thread Puneet B
By the to probe, i added i2c board info in /arch/arm/plat-sunxi/device.c static struct i2c_board_info __initdata aic3x_i2c_board_info[] = { { .type = tlv320aic3x, .addr = 0x18, //.platform_data = axp_pdata, //.irq =

[linux-sunxi] Re: [PATCH v2 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices

2014-06-20 Thread Hans de Goede
Hi, On 06/17/2014 09:49 AM, Arend van Spriel wrote: On 17-06-14 08:32, Hans de Goede wrote: Hi, On 06/16/2014 10:53 PM, Florian Fainelli wrote: 2014-06-16 10:56 GMT-07:00 Hans de Goede hdego...@redhat.com: From: Arend van Spriel ar...@broadcom.com The Broadcom bcm43xx sdio devices are

[linux-sunxi] Re: [PATCH v2 4/4] brcmfmac: Fix OOB interrupt not working for BCM43362

2014-06-20 Thread Hans de Goede
Hi, On 06/18/2014 10:38 PM, Arend van Spriel wrote: On 16-06-14 19:56, Hans de Goede wrote: It has taken me a long long time to get the OOB interrupt working on the AP6210 sdio wifi/bt module found on various Allwinner A20 boards. In the end I found these magic register pokes in the

[linux-sunxi] Tool for elf files exploration

2014-06-20 Thread Alexis Jeandet
Hi, I made a free(GPL) graphical tool to view and extract symbols or sections of an elf file. It may be useful for android firmware extraction(from kernel drivers) and other stuff. I hope it would help somebody. Feedback and contribution are welcome.

[linux-sunxi] [PATCH v3 1/4] ARM: sunxi: Introduce Allwinner A23 support

2014-06-20 Thread Chen-Yu Tsai
The Allwinner A23 is a dual-core Cortex-A7-based SoC. It re-uses most of the IPs found in previous SoCs, notably the A31. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/mach-sunxi/Kconfig | 5 + arch/arm/mach-sunxi/sunxi.c | 9 + 2 files changed, 14 insertions(+) diff --git

[linux-sunxi] [PATCH v3 3/4] ARM: sunxi: Add Allwinner A23 dtsi

2014-06-20 Thread Chen-Yu Tsai
The Allwinner A23 is a tablet oriented SoC with 2 Cortex-A7 cores and a Mali-400MP2 GPU. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun8i-a23.dtsi | 160 +++ 1 file changed, 160 insertions(+) create mode 100644

[linux-sunxi] [PATCH v3 2/4] ARM: sunxi: Add earlyprintk support using R_UART (sun6i/sun8i)

2014-06-20 Thread Chen-Yu Tsai
sun6i/sun8i have a UART in the RTC block group, which can be used as an early console. This is most useful on sun8i as UART0 is muxed with MMC0, which is not available if we boot from MMC. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Maxime Ripard maxime.rip...@free-electrons.com ---

[linux-sunxi] [PATCH v3 4/4] ARM: sun8i: dt: Add Ippo-q8h v5 support

2014-06-20 Thread Chen-Yu Tsai
The Ippo-q8h is a tablet circuit board commonly found in cheap Android tablets with A23 SoCs. There are at least 2 versions of the board, with different peripherals, such as WiFi chips. Common features among these tablets include 512 MB DRAM, NAND, MMC, LCD, capacitive touchscreen, accelerometer,

[linux-sunxi] [PATCH v3 0/4] ARM: sunxi: Introduce Allwinner A23 (sun8i) support

2014-06-20 Thread Chen-Yu Tsai
Hi everyone, This is v3 of the Allwinner A23 support series. It has been trimmed down to only support uarts, timers and reboot via watchdog, as requested by Maxime. All of these blocks are compatible with those found in the A31, and use the existing drivers in the kernel. The series is based on

[linux-sunxi] Maintenance of the sunxi-devel branch

2014-06-20 Thread Hans de Goede
Hi All, With the 3.16-rc1 almost all important bits for daily (headless) sunxi device usage are upstream. That combined with me wanting to free time to work on other sunxi bits has lead me to decide that I will no longer be maintaining the sunxi-devel branch. So if people want a branch closely