[linux-sunxi] Re: SDIO WIFI (brcm43430)

2016-01-19 Thread Arend van Spriel
On 19-1-2016 2:30, Vishnu Patekar wrote: > Hello Arend, > > I've A83T BPI-m3 board, which includes AP6212(brcm43430). I'm trying > to make it work for mainline linux and brcm driver. > > After enabling mmc1, It could read vendor: 0x02d0 device: 0xa9a6. from >

Re: [linux-sunxi] Banana Pi mainline ALSA support

2016-01-19 Thread Dan MacDonald
Hi Danny! Thanks for your reply! You inspired me to have another go with ALSA on my BPi and now I've got sound output working at full volume. To get output working at full volume, both 'Power Amplifier DAC' and 'Power Amplifier Mute' have to be unmuted and everything else must be muted. If I

Re: [linux-sunxi] Banana Pi mainline ALSA support

2016-01-19 Thread Dan MacDonald
I've noticed another odd thing with the current ALSA sun4i-codec under 4.4.0 on the BananaPi. Despite the fact that alsamixer sees the BPi audio device, it is (mostly) working and its also visible under /proc/asound/cards and /proc/asound/devices, dmesg says there are no ALSA devices: [

[linux-sunxi] USB boot lost in 4.3+ ?

2016-01-19 Thread Igor Pecovnik
Hello, In recent kernel(s) CONFIG_PHY_SUN4I_USB is only possible to build as module. ... so we can't boot from USB drive. I try many combinations, but PHY stays as module. https://github.com/igorpecovnik/lib/blob/master/config/linux-sunxi-dev.config Any clues? BR, Igor -- You received this

[linux-sunxi] Re: SDIO WIFI (brcm43430)

2016-01-19 Thread Vishnu Patekar
Hello Arend, On Tue, Jan 19, 2016 at 5:20 PM, Arend van Spriel wrote: > On 19-1-2016 2:30, Vishnu Patekar wrote: >> Hello Arend, >> >> I've A83T BPI-m3 board, which includes AP6212(brcm43430). I'm trying >> to make it work for mainline linux and brcm driver. >> >> After

Re: [linux-sunxi] [PATCH v2 16/26] drm: Add Allwinner A10 Display Engine support

2016-01-19 Thread Maxime Ripard
Hi, On Sat, Jan 16, 2016 at 05:11:44PM +0200, Priit Laes wrote: > > +struct drm_fbdev_cma *sun4i_framebuffer_init(struct drm_device *drm) > > +{ > > + drm_mode_config_reset(drm); > > + > > + drm->mode_config.max_width = 8192; > > + drm->mode_config.max_height = 8192; > > Shouldn't these be