[linux-sunxi] [PATCH] Unify sunxi SPI driver a little more

2014-03-02 Thread oliver
From: Olliver Schinagl oli...@schinagl.nl Currently the unification happened by merging spi_sun4i and spi_sun5i but the KConfig's remained split. This merges the KConfig's to SPI_SUNXI and adjusts the spi driver likewise. Integration with spi for sun7i should be easier now. Signed-off-by:

Re: [linux-sunxi] Fedora porting in A20.

2014-03-02 Thread Olliver Schinagl
On 02/28/14 13:58, Puneet B wrote: In Fedora, Is it possible to port vlc and mplayer with cedarx by using fallowing link. Should be http://linux-sunxi.org/VLC Haven't tried this one http://linux-sunxi.org/Cedrus I wrote the guide using Fedora have you fixed your login issue? Inform

Re: [linux-sunxi] [PATCH] Unify sunxi SPI driver a little more

2014-03-02 Thread Alejandro Mery
On 02/03/14 13:57, oli...@schinagl.nl wrote: From: Olliver Schinagl oli...@schinagl.nl Currently the unification happened by merging spi_sun4i and spi_sun5i but the KConfig's remained split. This merges the KConfig's to SPI_SUNXI and adjusts the spi driver likewise. Integration with spi for

[linux-sunxi] [PATCH 3.4] sun7i_deconfig enable option for usable kernel

2014-03-02 Thread Gerardo Di Iorio
Enable in sun7i_deconfig option for an usable kernel I add nand,emac,ir,gpio,mmc Signed-off-by: Gerardo Di Iorio aret...@gmail.com --- arch/arm/configs/sun7i_defconfig | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/configs/sun7i_defconfig b/arch/arm/configs/sun7i_ defconfig

Re: [linux-sunxi] [PATCH] Unify sunxi SPI driver a little more

2014-03-02 Thread Alejandro Mery
On 02/03/14 13:57, oli...@schinagl.nl wrote: From: Olliver Schinagl oli...@schinagl.nl Currently the unification happened by merging spi_sun4i and spi_sun5i but the KConfig's remained split. This merges the KConfig's to SPI_SUNXI and adjusts the spi driver likewise. Integration with spi for

Re: [linux-sunxi] [PATCH 3.4] sun7i_deconfig enable option for usable kernel

2014-03-02 Thread Alejandro Mery
On 02/03/14 16:10, Gerardo Di Iorio wrote: Enable in sun7i_deconfig option for an usable kernel I add nand,emac,ir,gpio,mmc Signed-off-by: Gerardo Di Iorio aret...@gmail.com mailto:aret...@gmail.com --- arch/arm/configs/sun7i_defconfig | 8 1 file changed, 8 insertions(+) diff

Re: [linux-sunxi] [PATCH] arch/arm/mach-sun7i/pm/standby/mem_printk.c used non-const char arrays. However gcc 4.6.3 likes to replace these by calls to memcpy. memcpy doesn't exist in the kernel. Havin

2014-03-02 Thread Alejandro Mery
On 01/03/14 20:56, Danny Milosavljevic wrote: --- arch/arm/mach-sun7i/pm/standby/mem_printk.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-sun7i/pm/standby/mem_printk.c b/arch/arm/mach-sun7i/pm/standby/mem_printk.c index 357d7d5..840e61a 100644

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

2014-03-02 Thread Mark Brown
On Sat, Mar 01, 2014 at 05:45:51PM +0100, Carlo Caione wrote: index d59c826..0cef101 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -69,3 +69,4 @@ CONFIG_NFS_FS=y CONFIG_ROOT_NFS=y CONFIG_NLS=y CONFIG_PRINTK_TIME=y +CONFIG_REGULATOR_AXP20X=y If