Re: [linux-sunxi] Using coreboot to boot from NAND witout boot0/boot1

2014-03-15 Thread Puneet B
Hi Nuke. Now take the resulting 'u-boot' file, and use it as the coreboot payload. Install as usual and monitor the serial console How to install u-boot to sdcard?. Regards

[linux-sunxi] [PATCH v6 0/3] ARM: sun7i/sun6i: irqchip: Irqchip driver for NMI controller

2014-03-15 Thread Carlo Caione
Allwinner A20/A31 SoCs have a special interrupt controller for managing NMI. Three register are present to (un)mask, control and acknowledge NMI. These two patches add a new irqchip driver in cascade with GIC. Changes since v1: - added binding document Changes since v2: - fixed

[linux-sunxi] [PATCH v6 1/3] ARM: sun7i/sun6i: irqchip: Add irqchip driver for NMI controller

2014-03-15 Thread Carlo Caione
Allwinner A20/A31 SoCs have special registers to control / (un)mask / acknowledge NMI. This NMI controller is separated and independent from GIC. This patch adds a new irqchip to manage NMI. Signed-off-by: Carlo Caione ca...@caione.org Acked-by: Maxime Ripard maxime.rip...@free-electrons.com ---

Re: [linux-sunxi] CSI driver problems in 16bit mode + some successful debug

2014-03-15 Thread jonsm...@gmail.com
On Sat, Mar 15, 2014 at 11:29 AM, Ivan Kozic jimmy...@gmail.com wrote: Hi John, Wow thanks - this looks quite cool - it seems that they've started working on YUV422 16bit and CCIR656 as well. May I ask where did you find the driver? It is from the current Allwinner Android tree. The CSI

[linux-sunxi] sunxi-devel branch updated to 3.14-rc6

2014-03-15 Thread Hans de Goede
Hi All, I've just updated: https://github.com/linux-sunxi/linux-sunxi/commits/sunxi-devel to 3.14-rc6 Besides rebasing to 3.14-rc6, this contains the following over the previous sunxi-devel branch update: -core irq change to allow eoi after threaded interrupt handler completion -sun7i nmi irq

[linux-sunxi] [PATCH v2 8/8] ARM: sunxi: Add AXP20x support in defconfig

2014-03-15 Thread Carlo Caione
Signed-off-by: Carlo Caione ca...@caione.org --- arch/arm/configs/sunxi_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 3e2259b..0cef101 100644 --- a/arch/arm/configs/sunxi_defconfig +++

[linux-sunxi] [PATCH v2 2/8] mfd: AXP20x: Add bindings documentation

2014-03-15 Thread Carlo Caione
Bindings documentation for the AXP20x driver. In this file also two sub-nodes (PEK and regulators) are documented. Signed-off-by: Carlo Caione ca...@caione.org --- Documentation/devicetree/bindings/mfd/axp20x.txt | 83 ++ .../devicetree/bindings/vendor-prefixes.txt|

[linux-sunxi] [PATCH v2 4/8] input: misc: Add ABI docs for AXP20x PEK

2014-03-15 Thread Carlo Caione
Add ABI entries for the PEK found on PMU X-Powers AXP202 and AXP209. Signed-off-by: Carlo Caione ca...@caione.org --- Documentation/ABI/testing/sysfs-driver-input-axp-pek | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-driver-input-axp-pek

[linux-sunxi] [PATCH v2 1/8] mfd: AXP20x: Add mfd driver for AXP20x PMIC

2014-03-15 Thread Carlo Caione
This patch introduces the preliminary support for PMICs X-Powers AXP202 and AXP209. The AXP209 and AXP202 are the PMUs (Power Management Unit) used by A10, A13 and A20 SoCs and developed by X-Powers, a sister company of Allwinner. The core enables support for two subsystems: - PEK (Power Enable

[linux-sunxi] [PATCH v2 7/8] ARM: sun7i: dt: Add AXP209 support to various boards

2014-03-15 Thread Carlo Caione
Signed-off-by: Hans de Goede hdego...@redhat.com Signed-off-by: Carlo Caione ca...@caione.org --- arch/arm/boot/dts/sun7i-a20-cubieboard2.dts | 12 arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 13 + arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 12

[linux-sunxi] [PATCH v2 0/8] mfd: AXP20x: Add support for AXP202 and AXP209

2014-03-15 Thread Carlo Caione
AXP209 and AXP202 are the PMUs (Power Management Unit) used by A10, A13 and A20 SoCs and developed by X-Powers, a sister company of Allwinner. AXP20x comprises an adaptive USB-Compatible PWM charger, 2 BUCK DC-DC converters, 5 LDOs, multiple 12-bit ADCs of voltage, current and temperature as well

[linux-sunxi] [PATCH v2 5/8] regulator: AXP20x: Add support for regulators subsystem

2014-03-15 Thread Carlo Caione
AXP202 and AXP209 come with two synchronous step-down DC-DCs and five LDOs. This patch introduces basic support for those regulators. Signed-off-by: Carlo Caione ca...@caione.org --- drivers/regulator/Kconfig| 7 + drivers/regulator/Makefile | 1 +

Re: [linux-sunxi] [PATCH] sunxi: Use SPDX license headers.

2014-03-15 Thread Hans de Goede
Hi, On 03/07/2014 03:58 AM, Ian Campbell wrote: Following eca3aeb352c9 Licenses: introduce SPDX Unique Lincense Identifiers switch sunxi files to use SPDX license identifiers. As with that changeset, this patch is supposed to be only a change to the textual representation of the license

[linux-sunxi] Re: [U-Boot] [PATCH v1 0/9] sunxi: initial upstreamining effort

2014-03-15 Thread Hans de Goede
Hi Dennis, On 03/14/2014 09:17 PM, Dennis Gilmore wrote: On Fri, 14 Mar 2014 10:16:42 -0400 Tom Rini tr...@ti.com wrote: On Fri, Mar 14, 2014 at 10:33:32AM +, Ian Campbell wrote: Hi, This is my first cut at an upstreamable series based upon the

Re: [linux-sunxi] [PATCH 1/2] ARM: sun4i: dt: Add pin muxing options for SPI

2014-03-15 Thread mr . nuke . me
On Wednesday, March 12, 2014 7:31:26 PM UTC-5, Julian Calaby wrote: Should this have PC20 twice? Prepare for v2 of patches. This time, I hope I'll get the CC's right. Alex -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from