Return-Path: Reply-To: Subject: Re: [PATCH v2] drivers/net/ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154 References: <1449575525-23259-1-git-send-email-michael.hennerich@analog.com> <5666DD06.1080005@osg.samsung.com> <5666E3BE.60808@osg.samsung.com> To: Stefan Schmidt , , , CC: , From: Michael Hennerich Message-ID: <5666EFB5.2040706@analog.com> Date: Tue, 8 Dec 2015 15:56:53 +0100 MIME-Version: 1.0 In-Reply-To: <5666E3BE.60808@osg.samsung.com> Content-Type: text/plain; charset="utf-8"; format=flowed List-ID: On 12/08/2015 03:05 PM, Stefan Schmidt wrote: > > > On 08/12/15 14:37, Stefan Schmidt wrote: >> Hello. >> >> On 08/12/15 12:52, michael.hennerich@analog.com wrote: >>> +++ b/drivers/net/ieee802154/adf7242.c >>> @@ -0,0 +1,1251 @@ >>> +/* >>> + * Analog Devices ADF7242 Low-Power IEEE 802.15.4 Transceiver >>> + * >>> + * Copyright 2009-2015 Analog Devices Inc. >>> + * >>> + * Licensed under the GPL-2 or later. >>> + * >>> + * http://www.analog.com/ADF7242 >>> + */ >>> + >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> + >>> +#define FIRMWARE "adf7242_firmware.bin" >>> +#define MAX_POLL_LOOPS 200 >> >> You increased the MAX_POLL_LOOPS to 200 from 50 here since the last >> version. Any reason for it? Hi Stefan, Two reasons. I added a wait for RC_STATUS_PHY_RDY at the top of the threaded ISR handler. Depending on the state it may now poll a little bit longer. Typical loop counts I've seen were around 20-30. The platform I'm currently testing with requires a FPGA bitsream rebuild to change the SPI clock rate. In case SPI clock moved to the fast end 50 loops might not be sufficient anymore. I then added 100% on top of it to be on the safe side. -- Greetings, Michael -- Analog Devices GmbH Wilhelm-Wagenfeld-Str. 6 80807 Muenchen Sitz der Gesellschaft: Muenchen; Registergericht: Muenchen HRB 40368; Geschaeftsfuehrer:Dr.Carsten Suckrow, Thomas Wessel, William A. Martin, Margaret Seif