From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH RFC 1/4] net: mdiobus: add unlocked accessors Date: Sat, 9 Dec 2017 10:20:56 -0800 Message-ID: References: <20171208154756.GF10595@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Russell King , Andrew Lunn Return-path: Received: from mail-ot0-f195.google.com ([74.125.82.195]:46795 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbdLISU7 (ORCPT ); Sat, 9 Dec 2017 13:20:59 -0500 Received: by mail-ot0-f195.google.com with SMTP id j2so11657438ota.13 for ; Sat, 09 Dec 2017 10:20:59 -0800 (PST) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 12/08/2017 07:48 AM, Russell King wrote: > Add unlocked versions of the bus accessors, which allows access to the > bus with all the tracing. These accessors validate that the bus mutex > is held, which is a basic requirement for all mii bus accesses. > > Signed-off-by: Russell King Reviewed-by: Florian Fainelli -- Florian