Re: [linux-sunxi] Need support for compiling rtl8723bs driver for sinxi linux kernel 3.4.90

2016-10-05 Thread Diego Roversi
On Tue, 4 Oct 2016 22:40:15 -0700 (PDT) S Saravanan wrote: > I need rtl8723bs wifi driver for interfacing the wifi IC with A10 > olimex board. When i tried to compile the driver from this > link https://github.com/hadess/rtl8723bs , it shows that it needs kernel > 3.19 or above for compile. I

[linux-sunxi] Re: [PATCH] ARM: dt: sun8i-h3: Add sunxi-sid to dts for sun8i-h3

2016-10-05 Thread Jean-Francois Moine
On Wed, 5 Oct 2016 11:48:24 +0200 Corentin Labbe wrote: > This patch add support for the sunxi-sid driver to the device tree for > sun8i-h3. > > Signed-off-by: Corentin Labbe > --- > arch/arm/boot/dts/sun8i-h3.dtsi | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/

[linux-sunxi] Re: [PATCH 07/14] ASoC: Add sun8i audio card

2016-10-05 Thread Jean-Francois Moine
On Wed, 5 Oct 2016 08:04:26 +0200 Code Kipper wrote: > > +static int sun8i_probe(struct platform_device *pdev) > > +{ > > + struct snd_soc_dai_link *link = &sun8i_dai_link; > > + struct device_node *np = pdev->dev.of_node; > > + int ret; > > + > > + /* register the soc car

[linux-sunxi] [PATCH] ARM: dt: sun8i-h3: Add sunxi-sid to dts for sun8i-h3

2016-10-05 Thread Corentin Labbe
This patch add support for the sunxi-sid driver to the device tree for sun8i-h3. Signed-off-by: Corentin Labbe --- arch/arm/boot/dts/sun8i-h3.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi index 9f58bb4..abfd29c 100

Re: [linux-sunxi] Re: [RFC 6/6] drm/sun4i: Add various bits and pieces to enable LVDS support on sun4i

2016-10-05 Thread Maxime Ripard
Hi, On Tue, Oct 04, 2016 at 06:58:15PM +0300, Priit Laes wrote: > On Mon, 2016-10-03 at 14:04 +0200, Maxime Ripard wrote: > > On Sun, Oct 02, 2016 at 12:22:27PM +0300, Priit Laes wrote: > > > > > > TODO: We still rely on u-boot for clock setup. > > > Signed-off-by: Priit Laes > > > > All of tha