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

[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 = _dai_link; > > + struct device_node *np = pdev->dev.of_node; > > + int ret; > > + > > + /*

[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

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 >

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

2016-10-05 Thread S Saravanan
Hi, 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 am using official debian image that came from the olimex

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

2016-10-05 Thread Code Kipper
On 4 October 2016 at 11:46, Mylène Josserand wrote: > Add the audio card for sun8i SoC. This card links the codec driver > (digital part) with the DAI driver. The analog codec driver is > added as an aux_device. > > Signed-off-by: Mylène Josserand