From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH v4 06/11] net: mvmdio: put the poll intervals in the ops structure Date: Wed, 14 Jun 2017 10:02:17 -0700 Message-ID: <232a8c09-1191-fa27-291b-a4d4b49612ad@gmail.com> References: <20170614154911.14510-1-antoine.tenart@free-electrons.com> <20170614154911.14510-7-antoine.tenart@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: thomas.petazzoni@free-electrons.com, nadavh@marvell.com, mw@semihalf.com, linux@armlinux.org.uk, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: Antoine Tenart , davem@davemloft.net, jason@lakedaemon.net, andrew@lunn.ch, gregory.clement@free-electrons.com, sebastian.hesselbarth@gmail.com Return-path: Received: from mail-qt0-f195.google.com ([209.85.216.195]:33747 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752451AbdFNRCV (ORCPT ); Wed, 14 Jun 2017 13:02:21 -0400 Received: by mail-qt0-f195.google.com with SMTP id w1so1135977qtg.0 for ; Wed, 14 Jun 2017 10:02:21 -0700 (PDT) In-Reply-To: <20170614154911.14510-7-antoine.tenart@free-electrons.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 06/14/2017 08:49 AM, Antoine Tenart wrote: > Put the two poll intervals (min and max) in the driver's ops > structure. This is needed to add the xmdio support later. > > Signed-off-by: Antoine Tenart Reviewed-by: Florian Fainelli -- Florian