Re: [linux-sunxi] Re: Build sunxi-next for A20

2014-03-07 Thread hmandevteam
here http://en.wikipedia.org/wiki/Linux_kernel i saw that latest stable longterm kernels are 3.10 (30 June 2013) and 3.12 (3 November 2013) so, as for 3.2 and 3.4, i suppose that this will be next stable sunxi kernels, i would like to know an estimate release date -- You received this

[linux-sunxi] Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Russell King - ARM Linux
On Tue, Mar 04, 2014 at 05:28:37PM +0100, Maxime Ripard wrote: The Allwinner A31 SoC using that IP has a reset controller maintaining it reset unless told otherwise. Add some optional reset support to the driver. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Reviewed-by:

[linux-sunxi] Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Maxime Ripard
Hi Russell, On Fri, Mar 07, 2014 at 09:52:23AM +, Russell King - ARM Linux wrote: On Tue, Mar 04, 2014 at 05:28:37PM +0100, Maxime Ripard wrote: The Allwinner A31 SoC using that IP has a reset controller maintaining it reset unless told otherwise. Add some optional reset support to

[linux-sunxi] Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Wolfram Sang
Since RESET_CONTROLLER is not required for those platforms, it really should be optional - and I think the real fix is for the reset controller support to provide stub functions. I agree; and I assumed it already does. Will resend a patch posted earlier [1] to fix the issue. And still

Re: [linux-sunxi] Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Chen-Yu Tsai
On Fri, Mar 7, 2014 at 6:34 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Mar 07, 2014 at 11:07:51AM +0100, Maxime Ripard wrote: Hi Russell, On Fri, Mar 07, 2014 at 09:52:23AM +, Russell King - ARM Linux wrote: On Tue, Mar 04, 2014 at 05:28:37PM +0100, Maxime Ripard

Re: [linux-sunxi] Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Wolfram Sang
Since RESET_CONTROLLER is not required for those platforms, it really should be optional - and I think the real fix is for the reset controller support to provide stub functions. Philipp Zabel suggested that adding a _optional variant that provides stubs and doesn't depend on

[linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-03-07 Thread Rosimildo DaSilva
I am glad you solved. I just point you to a place that could be easier to find answers. On Thursday, March 6, 2014 11:15:18 PM UTC-6, Puneet B wrote: Dude, I just asking mpv --vo=vdpau --hwdec=vdpau --hwdec-codecs=all [filename] *(export VDPAU_DRIVER=sunxi)*Is it possible to assign

Re: [linux-sunxi] Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Maxime Ripard
Hi, On Fri, Mar 07, 2014 at 12:18:58PM +0100, Wolfram Sang wrote: Since RESET_CONTROLLER is not required for those platforms, it really should be optional - and I think the real fix is for the reset controller support to provide stub functions. Philipp Zabel suggested that adding

Re: [linux-sunxi] Looking for a 3rd book reviewer!

2014-03-07 Thread Olliver Schinagl
Thanks for the people responding! I am set for now, no more queries on this :) Olliver On 03/07/14 10:55, Olliver Schinagl wrote: Hey List, I have tried poking in the IRC channel for a technical reviewer for my up coming book. Two nice gents have agreed to free some of their time to review

Re: [linux-sunxi] Looking for a 3rd book reviewer!

2014-03-07 Thread alex allss
oh nice! 2014-03-07 21:10 GMT+06:00 Olliver Schinagl oliver+l...@schinagl.nl: Thanks for the people responding! I am set for now, no more queries on this :) Olliver On 03/07/14 10:55, Olliver Schinagl wrote: Hey List, I have tried poking in the IRC channel for a technical reviewer

Re: [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-07 Thread Ezaul Zillmer
Hi Ian .. You would have a repository with these updates where I could play with git, compile and test my cubieboard2 using kernel 3.14.rc5 I'm waiting! to test your boot! thank you -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To

[linux-sunxi] Re: [PATCH 3/7] ARM: dts: cubieboard2: Add AXP209 support

2014-03-07 Thread Maxime Ripard
On Sat, Mar 01, 2014 at 05:45:48PM +0100, Carlo Caione wrote: AXP209 is the PMU used by Cubieboard2. This patch enable the core support in the dts file. This patch requires: ARM: sun7i/sun6i: irqchip: Add irqchip driver for NMI controller That shouldn't be in the commit log itself.

[linux-sunxi] Re: [PATCH 1/7] mfd: AXP20x: Add mfd driver for AXP20x PMIC

2014-03-07 Thread Maxime Ripard
Hi, On Sat, Mar 01, 2014 at 05:45:46PM +0100, Carlo Caione wrote: 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

[linux-sunxi] Re: [PATCH 4/7] input: misc: Add driver for AXP20x Power Enable Key

2014-03-07 Thread Maxime Ripard
On Sat, Mar 01, 2014 at 05:45:49PM +0100, Carlo Caione wrote: This patch add support for the Power Enable Key found on MFD AXP202 and AXP209. Besides the basic support for the button, the driver adds two entries in sysfs to configure the time delay for power on/off. Signed-off-by: Carlo

[linux-sunxi] Re: [PATCH 6/7] regulator: AXP20x: Add support for regulators subsystem

2014-03-07 Thread Maxime Ripard
On Sat, Mar 01, 2014 at 05:45:51PM +0100, Carlo Caione wrote: +static struct platform_driver axp20x_regulator_driver = { + .probe = axp20x_regulator_probe, + .remove = axp20x_regulator_remove, + .driver = { + .name = axp20x-regulator, + .owner

[linux-sunxi] Re: [PATCH 2/7] mfd: AXP20x: Add bindings documentation

2014-03-07 Thread Maxime Ripard
On Sat, Mar 01, 2014 at 05:45:47PM +0100, Carlo Caione wrote: 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 | 93

Re: [linux-sunxi] Re: How to decide NAND boot address?

2014-03-07 Thread hunter hu
Hi, I finally got the serial port working on my board, just a side note, we need a pull up resistor at the Rx pin, and I am using UART1 with SD card approach, anyone struggles with serial port, here is the thread that helped me: https://www.olimex.com/forum/index.php?topic=1788.0 All goes

Re: [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-07 Thread Ian Campbell
On Fri, 2014-03-07 at 08:44 -0800, Ezaul Zillmer wrote: You would have a repository with these updates where I could play with git, compile and test my cubieboard2 using kernel 3.14.rc5 git://gitorious.org/ijc/u-boot.git ahci-sunxi It is based on jwrdegoede/sunxi-next. Ian. -- You