Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-02 Thread Arend van Spriel
On 12/27/2013 01:36 PM, Chen-Yu Tsai wrote: Hi, On Fri, Dec 27, 2013 at 7:47 PM, Arend van Spriel ar...@broadcom.com wrote: On 12/26/2013 05:13 PM, Chen-Yu Tsai wrote: Hi, On Thu, Dec 19, 2013 at 6:12 PM, Chen-Yu Tsai w...@csie.org wrote: Hi, On Thu, Dec 19, 2013 at 12:39 AM, Chen-Yu

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-02 Thread Arend van Spriel
, no life sign from the BT using UART, ie. (b). Gr. AvS R On Thursday, January 2, 2014 11:09:12 AM UTC-6, Chen-Yu Tsai wrote: Hi, On Thu, Jan 2, 2014 at 9:59 PM, Arend van Spriel ar...@broadcom.comjavascript: wrote: [snip] Hi Chen-Yu, I confirmed the patch is working

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-26 Thread Arend van Spriel
On 01/26/2014 09:53 AM, Arend van Spriel wrote: still thinks there is a regular scan ongoing. This needs to be investigated more. I tried to get your repo from github, but got: error: The requested URL returned error: 403 Forbidden while accessing https://github.com/jwrdegoede/linux-sunxi

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-26 Thread Arend van Spriel
On 01/26/2014 01:09 PM, Hans de Goede wrote: Hi, On 01/26/2014 12:04 PM, Arend van Spriel wrote: On 01/24/2014 05:34 PM, Hans de Goede wrote: Hi, On 01/24/2014 11:25 AM, Arend van Spriel wrote: On 01/23/2014 11:39 PM, Hans de Goede wrote: Hi, I've been working on updating sunxi-devel

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-26 Thread Arend van Spriel
On 01/26/2014 11:23 AM, Hans de Goede wrote: Hi, On 01/26/2014 09:53 AM, Arend van Spriel wrote: On 01/24/2014 05:34 PM, Hans de Goede wrote: Hi, On 01/24/2014 11:25 AM, Arend van Spriel wrote: On 01/23/2014 11:39 PM, Hans de Goede wrote: Hi, I've been working on updating sunxi-devel

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-27 Thread Arend van Spriel
On 01/27/2014 01:20 AM, Tomasz Figa wrote: Hi Chen-Yu, Arend, On 26.01.2014 22:39, Arend van Spriel wrote: On 01/26/2014 05:58 PM, Chen-Yu Tsai wrote: Hi, On Mon, Jan 27, 2014 at 12:34 AM, Hans de Goede hdego...@redhat.com wrote: Hi, On 01/24/2014 04:38 AM, Chen-Yu Tsai wrote: snip

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-28 Thread Arend van Spriel
On 01/27/2014 11:12 AM, Tomasz Figa wrote: The brcmfmac driver that consumes these DT nodes will have a closer look at the device obtaining the chipid during the probe and determine if it can support it. So the compatible string indicates that the device needs a so-called fullmac wireless

[linux-sunxi] Re: 3.14-rc3 regression with bcm43362 device, gets stuck at firmware loading

2014-02-20 Thread Arend van Spriel
On 02/17/2014 10:15 AM, Hans de Goede wrote: Hi Arend, I've spend my entire Sunday debugging the bcm43362 on the cubietruck not working. I did end up finding several bugs in our sunxi-mmc driver (*), and with those fixes it works like a charm with a 3.13 kernel + this fix:

Re: [linux-sunxi] Re: [PATCH 7/7] ARM: sun7i: cubietruck: enable bluetooth module

2014-04-17 Thread Arend van Spriel
+ linux-ser...@vger.kernel.org On 16/04/14 15:09, Hans de Goede wrote: Hi, On 04/16/2014 12:39 PM, Chen-Yu Tsai wrote: Hi, On Wed, Apr 16, 2014 at 5:44 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, Please try to keep me in CC, even though the ML doesn't make it easy..

[linux-sunxi] Re: [PATCH] brcmfmac: Fix brcmf_chip_ai_coredisable not applying reset bits to BCMA_IOCTL

2014-04-22 Thread Arend van Spriel
to submit this to John Linville, ie. linux-wireless, for the wireless repo (3.15) and you may add: Cc: sta...@vger.kernel.org # v3.14 Acked-by: Arend van Spriel ar...@broadcom.com Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/net/wireless/brcm80211/brcmfmac/chip.c | 5 +++-- 1 file

[linux-sunxi] Re: [PATCH v13 2/2] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-05-12 Thread Arend van Spriel
On 05/12/2014 02:04 PM, Hans de Goede wrote: From: David Lanzendörferdavid.lanzendoer...@o2s.ch The Allwinner sunxi mmc host uses dma in bus-master mode using a built-in designware idmac controller, which is identical to the one found in the mmc-dw hosts. However the rest of the host is not

[linux-sunxi] Re: [PATCH 09/11] brcmfmac: Fix OOB interrupt not working for BCM43362

2014-05-26 Thread Arend van Spriel
On 05/26/14 09:48, Hans de Goede wrote: It has taken me a long long time to get the OOB interrupt working on the AP6210 sdio wifi/bt module found on various Allwinner A20 boards. In the end I found these magic register pokes in the cubietruck kernel tree:

[linux-sunxi] Re: [PATCH 00/11] sdio wifi oob irq support for sunxi

2014-05-27 Thread Arend van Spriel
On 05/27/14 17:26, John W. Linville wrote: On Mon, May 26, 2014 at 09:47:55AM +0200, Hans de Goede wrote: Hi All, Here is a patch series adding support for oob irqs for the ap6210 sdio wifi modules found on various Allwinner A20 boards. A lot of it is ground work which should be useful for

[linux-sunxi] Re: [PATCH 09/11] brcmfmac: Fix OOB interrupt not working for BCM43362

2014-05-27 Thread Arend van Spriel
On 05/26/14 09:48, Hans de Goede wrote: It has taken me a long long time to get the OOB interrupt working on the AP6210 sdio wifi/bt module found on various Allwinner A20 boards. In the end I found these magic register pokes in the cubietruck kernel tree:

[linux-sunxi] Re: [PATCH 09/11] brcmfmac: Fix OOB interrupt not working for BCM43362

2014-05-28 Thread Arend van Spriel
On 05/27/14 23:28, Hans de Goede wrote: Hi, On 05/27/2014 07:03 PM, Arend van Spriel wrote: On 05/26/14 09:48, Hans de Goede wrote: It has taken me a long long time to get the OOB interrupt working on the AP6210 sdio wifi/bt module found on various Allwinner A20 boards. In the end I found

Re: [linux-sunxi] Hans 3.15 kernel and Cubietruck wifi

2014-06-16 Thread Arend van Spriel
On 15-06-14 14:04, jonsm...@gmail.com wrote: On Sun, Jun 15, 2014 at 6:25 AM, Hans de Goede hdego...@redhat.com wrote: Hi, On 06/14/2014 02:47 PM, Александр Берсенев wrote: Hi, I have wifi working on cubietruck, but after several minutes of operation it stops work. The kernel was compiled

[linux-sunxi] Re: [PATCH v2 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices

2014-06-17 Thread Arend van Spriel
On 17-06-14 08:32, Hans de Goede wrote: Hi, On 06/16/2014 10:53 PM, Florian Fainelli wrote: 2014-06-16 10:56 GMT-07:00 Hans de Goede hdego...@redhat.com: From: Arend van Spriel ar...@broadcom.com The Broadcom bcm43xx sdio devices are fullmac devices that may be integrated in ARM platforms

[linux-sunxi] Re: [PATCH v2 4/4] brcmfmac: Fix OOB interrupt not working for BCM43362

2014-06-17 Thread Arend van Spriel
On 16-06-14 19:56, Hans de Goede wrote: It has taken me a long long time to get the OOB interrupt working on the AP6210 sdio wifi/bt module found on various Allwinner A20 boards. In the end I found these magic register pokes in the cubietruck kernel tree:

[linux-sunxi] Re: [PATCH v2 4/4] brcmfmac: Fix OOB interrupt not working for BCM43362

2014-06-17 Thread Arend van Spriel
On 17-06-14 16:32, Hans de Goede wrote: Hi, On 06/17/2014 01:49 PM, Arend van Spriel wrote: On 16-06-14 19:56, Hans de Goede wrote: It has taken me a long long time to get the OOB interrupt working on the AP6210 sdio wifi/bt module found on various Allwinner A20 boards. In the end I found

[linux-sunxi] Re: [PATCH v2 4/4] brcmfmac: Fix OOB interrupt not working for BCM43362

2014-06-18 Thread Arend van Spriel
. +Reviewed-by: Arend van Spriel ar...@broadcom.com Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c b/drivers/net/wireless

[linux-sunxi] Re: [PATCH v4 0/4] brcmfmac: OOB interrupt support

2014-06-30 Thread Arend van Spriel
On 29-06-14 16:16, Hans de Goede wrote: Hi All, Here is v2 of the brcmfmac: OOB interrupt support series. I guess this could use an update :-p Regards, Arend Changes since v1: -Post as a stand alone series, rather then together with sunxi pinctrl changes, etc. -Add a patch to fixup

[linux-sunxi] Re: [PATCH v3 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices

2014-06-30 Thread Arend van Spriel
On 29-06-14 16:16, Hans de Goede wrote: From: Arend van Spriel ar...@broadcom.com The Broadcom bcm43xx sdio devices are fullmac devices that may be integrated in ARM platforms. Currently, the brcmfmac driver for these devices support use of platform data. This patch specifies the bindings

Re: [linux-sunxi] BananPro WiFi Module (ap6181) Problems

2015-03-03 Thread Arend van Spriel
there is a problem with the brcmfmac or sdio driver in the linux-3.19. Looking forward to you reply. Yes this is a known problem with broadcom sdio wifi on sunxi devices and upstream kernels. Arend van Spriel from broadcom is looking into this. Arend, any luck in reproducing this on your cubietruck

Re: [linux-sunxi] BananPro WiFi Module (ap6181) Problems

2015-04-20 Thread Arend van Spriel
On Wednesday, March 4, 2015 at 12:35:53 AM UTC-8, Hans de Goede wrote: Hi, On 03-03-15 20:12, Arend van Spriel wrote: On 03/03/15 14:33, Hans de Goede wrote: Hi, On 03-03-15 14:01, peter.c...@lemaker.com wrote: Hello everyone I try to compile with the newest kernel from the website at https

[linux-sunxi] Re: [PATCH v2] mmc: sunxi: Don't start commands while the card is busy

2015-07-28 Thread Arend van Spriel
this, thereby fixing the wifi reliability issues on the Cubietruck and other sunxi boards using sdio wifi. Reported-by: Eugene K sigintmai...@gmail.com Suggested-by: Eugene K sigintmai...@gmail.com Cc: Eugene K sigintmai...@gmail.com Cc: Arend van Spriel ar...@broadcom.com Signed-off-by: Hans de Goede

[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 >

[linux-sunxi] Re: brcmfmac device tree support

2016-06-10 Thread 'Arend Van Spriel' via linux-sunxi
> Thanks, > -Mike > > > On Monday, May 26, 2014 at 3:47:54 AM UTC-4, Hans de Goede wrote: > > Hi Arend, > > > > On 04/11/2014 12:31 PM, Arend van Spriel wrote: > > > Hi Hans, > > > > > > I have put some effort in adding device tre

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-18 Thread 'Arend Van Spriel' via linux-sunxi
On 17-7-2016 23:45, Rob Herring wrote: > On Thu, Jul 07, 2016 at 10:46:28AM +0200, Arnd Bergmann wrote: >> On Wednesday, July 6, 2016 9:19:41 PM CEST Arend Van Spriel wrote: >>> On 6-7-2016 15:42, Arnd Bergmann wrote: >>>> On Wednesday, July 6, 2016 10:08:55

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-06 Thread 'Arend Van Spriel' via linux-sunxi
On 6-7-2016 15:42, Arnd Bergmann wrote: > On Wednesday, July 6, 2016 10:08:55 AM CEST Arend Van Spriel wrote: >> On Tue, Jul 5, 2016 at 3:43 PM, Arnd Bergmann <a...@arndb.de> wrote: >>> On Monday, July 4, 2016 8:36:05 PM CEST Arend van Spriel wrote: >>>> On

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-07 Thread 'Arend Van Spriel' via linux-sunxi
On 7-7-2016 10:46, Arnd Bergmann wrote: > On Wednesday, July 6, 2016 9:19:41 PM CEST Arend Van Spriel wrote: >> On 6-7-2016 15:42, Arnd Bergmann wrote: >>> On Wednesday, July 6, 2016 10:08:55 AM CEST Arend Van Spriel wrote: >>>> On Tue, Jul 5, 2016 at 3:43 PM, Arnd

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread 'Arend van Spriel' via linux-sunxi
On 04-07-16 16:54, Arnd Bergmann wrote: > On Monday, July 4, 2016 11:08:38 AM CEST Arend Van Spriel wrote: >> On 4-7-2016 10:55, Arnd Bergmann wrote: >>> On Monday, July 4, 2016 10:41:20 AM CEST Arend Van Spriel wrote: >>>> On 2-7-2016 23:30, Arnd Bergmann wrote: >

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-06 Thread 'Arend Van Spriel' via linux-sunxi
On Tue, Jul 5, 2016 at 3:43 PM, Arnd Bergmann <a...@arndb.de> wrote: > On Monday, July 4, 2016 8:36:05 PM CEST Arend van Spriel wrote: >> On 04-07-16 16:54, Arnd Bergmann wrote: >> > On Monday, July 4, 2016 11:08:38 AM CEST Arend Van Spriel wrote: >> > >

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-06-30 Thread 'Arend Van Spriel' via linux-sunxi
On 30-6-2016 13:31, Arnd Bergmann wrote: > On Thursday, June 30, 2016 12:25:15 PM CEST Hans de Goede wrote: >>> So then how about making use of a more specific compatible string? >>> >>> e.g. >>> >>> brcmf { >>> compatible = "foo,ap6210", "brcm,bcm4329-fmac"; >>> ... >>> }; >>>

[linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-01 Thread 'Arend Van Spriel' via linux-sunxi
On 1-7-2016 4:08, Rob Herring wrote: > On Wed, Jun 29, 2016 at 04:04:31PM +0200, Hans de Goede wrote: >> Add a brcm,nvram_file_name dt property to allow overruling the default >> nvram filename for sdio devices. The idea is that we can specify a >> board specific nvram file, e.g.

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-02 Thread 'Arend Van Spriel' via linux-sunxi
On 1-7-2016 10:58, Jonas Gorski wrote: > Hi, > > On 30 June 2016 at 21:23, Arend Van Spriel <arend.vanspr...@broadcom.com> > wrote: >> >> >> On 30-6-2016 13:31, Arnd Bergmann wrote: >>> On Thursday, June 30, 2016 12:25:15 PM CEST Hans de Goede wrote:

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-06-29 Thread 'Arend Van Spriel' via linux-sunxi
On 29-6-2016 20:01, Hans de Goede wrote: > Hi, > > On 29-06-16 19:00, Kalle Valo wrote: >> Hans de Goede writes: >> >>> Hi, >>> >>> On 29-06-16 16:42, Jonas Gorski wrote: Hi, On 29 June 2016 at 16:04, Hans de Goede wrote: > Add a

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-06-29 Thread 'Arend Van Spriel' via linux-sunxi
On 29-6-2016 20:51, Arend Van Spriel wrote: > On 29-6-2016 20:01, Hans de Goede wrote: >> Hi, >> >> On 29-06-16 19:00, Kalle Valo wrote: >>> Hans de Goede <hdego...@redhat.com> writes: >>> >>>> Hi, >>>> >>>> On 2

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread 'Arend Van Spriel' via linux-sunxi
On 2-7-2016 23:30, Arnd Bergmann wrote: > On Saturday, July 2, 2016 8:20:35 PM CEST Arend Van Spriel wrote: >>> If you want a separate property, then I repeat my very first >>> suggestion, the well defined model property. >>> e.g. >>> >>

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-04 Thread 'Arend Van Spriel' via linux-sunxi
On 4-7-2016 10:55, Arnd Bergmann wrote: > On Monday, July 4, 2016 10:41:20 AM CEST Arend Van Spriel wrote: >> On 2-7-2016 23:30, Arnd Bergmann wrote: >>> On Saturday, July 2, 2016 8:20:35 PM CEST Arend Van Spriel wrote: >>>>> If you want a separate prop

[linux-sunxi] Re: [PATCH v3 1/2] dt-bindings: add device tree binding for Allwinner XR819 SDIO Wi-Fi

2017-10-04 Thread 'Arend van Spriel' via linux-sunxi
On 10/4/2017 11:03 AM, Icenowy Zheng wrote: 于 2017年10月4日 GMT+08:00 下午5:02:17, Kalle Valo 写到: Icenowy Zheng writes: Allwinner XR819 is a SDIO Wi-Fi chip, which has the functionality to use an out-of-band interrupt pin instead of SDIO in-band

Re: [linux-sunxi] [PATCH 1/4] ARM: dts: sun8i-a83t-tbs-a711: OOB WiFi interrupt doesn't work

2020-02-23 Thread 'Arend Van Spriel' via linux-sunxi
On February 23, 2020 11:55:25 AM Ondřej Jirman wrote: Hello, On Sun, Feb 23, 2020 at 12:03:46PM +0800, Chen-Yu Tsai wrote: On Sun, Feb 23, 2020 at 11:26 AM Chen-Yu Tsai wrote: Hi, On Sun, Feb 23, 2020 at 6:32 AM Ondrej Jirman wrote: It just causes a constant rate of 5000 interrupts