[linux-sunxi] Re: [U-Boot] [PATCH v2 2/5] sunxi: add USB EHCI driver

2014-07-17 Thread Marek Vasut
On Tuesday, July 15, 2014 at 11:56:49 PM, Roman Byshko wrote: Please start writing commit messages for the patches. [...] diff --git a/drivers/usb/host/ehci-sunxi.c b/drivers/usb/host/ehci-sunxi.c new file mode 100644 index 000..8e2baa9 --- /dev/null +++ b/drivers/usb/host/ehci-sunxi.c

[linux-sunxi] Re: [U-Boot] [PATCH v2 3/5] sunxi: add USB options to configs

2014-07-17 Thread Marek Vasut
On Tuesday, July 15, 2014 at 11:56:50 PM, Roman Byshko wrote: I will stop reviewing here until all these patches have proper commit message. Signed-off-by: Roman Byshko rbys...@gmail.com --- include/configs/sunxi-common.h | 6 ++ 1 file changed, 6 insertions(+) diff --git

Re: [linux-sunxi] XBMC - Compiling issues and startup problems

2014-07-17 Thread seppeeel
Please let us know, if you have any updates on this. Many users are interested in this! Thanks in advance! seppel -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email

[linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Puneet B
Hi All, For our new project we want both Bt+Wifi. For that 1.Is any driver support is there in sunxi for any chipset?. 2.For broadcom apc6210 chipset we are not getting any datasheet and footprints. if any one have kindly share with me. 3.Is the existing rtl8723as and rtl8723au driver have

Re: [linux-sunxi] XBMC - Compiling issues and startup problems

2014-07-17 Thread Simo Xefil
Hello, I was able to compile it, but I'm fighting right now with the player. Native player has no sunxi-vdpau support. vlc works as external player in XBMC but hangs natively (cvlc) after some seconds with 'segment fault' and mplayer works well from cli, but I'm not able to use it as external

Re: [linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Code Kipper
Hi Punith, 'dack' added instructions to the MK808C page for the rtl8723as driver for both BT WIFI. I can confirm that it works for WIFI on the linux-sunxi branch, however I've not tried BT but i'm sure it works. I will look soon at getting this working on linux-next. BR, CK On 17 July 2014

Re: [linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Puneet B
Hi CodeKipper, But i am not getting any data sheet for rtl8723au ?. On Thursday, July 17, 2014 4:25:35 PM UTC+5:30, CodeKipper wrote: Hi Punith, 'dack' added instructions to the MK808C page for the rtl8723as driver for both BT WIFI. I can confirm that it works for WIFI on the

Re: [linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread jonsm...@gmail.com
Support for Broadcom chips inside the AP6210 used on the Cubieboard is in mainline Linux kernel. On Thu, Jul 17, 2014 at 7:07 AM, Puneet B punit...@gmail.com wrote: Hi CodeKipper, But i am not getting any data sheet for rtl8723au ?. On Thursday, July 17, 2014 4:25:35 PM UTC+5:30,

Re: [linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread jonsm...@gmail.com
On Thu, Jul 17, 2014 at 7:46 AM, Puneet B punit...@gmail.com wrote: Hi jon, But there is no hardware support for apc6210 chipset?. Cubietruck has it -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop

Re: [linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Puneet B
Hi Jon, But we are going to use bt+wifi in our custom A20 board. So we need datasheet and foot prints of hardware. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Puneet B
Thanks Jon , i will update this to my hardware team. -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options,

Re: [linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Julian Calaby
Hi Puneet, On Thu, Jul 17, 2014 at 10:25 PM, Puneet B punit...@gmail.com wrote: Hi Jon, But we are going to use bt+wifi in our custom A20 board. So we need datasheet and foot prints of hardware. Whilst Jon has provided you with a datasheet, I must point out that this is something you should

[linux-sunxi] A20 + AR9271 wifi problem

2014-07-17 Thread whereissteven
Hello all, Coming here to try to get some help with my wifi alpha card. It just can't scan / connect. It can dump me data in monitor mode though. Here are some outputs : root@a20-OLinuXino:~# uname -a Linux a20-OLinuXino 3.4.67+ #6 SMP PREEMPT Fri Nov 1 17:32:40 EET 2013 armv7l

[linux-sunxi] [PATCH v11 1/2] Documentation: dt: Add Allwinner A31 DMA controller bindings

2014-07-17 Thread Maxime Ripard
The Allwinner A31 DMA controller is rather simple to describe in the DT. Add the bindings documentation. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com --- .../devicetree/bindings/dma/sun6i-dma.txt | 45 ++ 1 file changed, 45 insertions(+) create mode

[linux-sunxi] [PATCH v11 0/2] Add support for the Allwinner A31 DMA Controller

2014-07-17 Thread Maxime Ripard
Hi, This patchset adds support for the DMA controller found in the Allwinner A31 and A23 SoCs. This has been tested using the newly introduced SPI driver on an A31 EVK. Support for DMA-driven SPI transfers will be the subject of another patch serie. This has been around for around 5 monthes