From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH net-next v4 05/10] drivers: base: Add device_find_in_class_name() Date: Wed, 18 Jan 2017 08:06:38 +0100 Message-ID: <20170118070638.GA28945@kroah.com> References: <20170117232152.1661-1-f.fainelli@gmail.com> <20170117232152.1661-6-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Andrew Lunn , Jason Cooper , Vivien Didelot , netdev@vger.kernel.org, Russell King , open list , Gregory Clement , "David S. Miller" , "moderated list:ARM/Marvell Dove/MV78xx0/Orion SOC support" , Sebastian Hesselbarth To: Florian Fainelli Return-path: Content-Disposition: inline In-Reply-To: <20170117232152.1661-6-f.fainelli@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org On Tue, Jan 17, 2017 at 03:21:47PM -0800, Florian Fainelli wrote: > Add a helper function to lookup a device reference given a class name. > This is a preliminary patch to remove adhoc code from net/dsa/dsa.c and > make it more generic. > > Signed-off-by: Florian Fainelli > --- > drivers/base/core.c | 31 +++++++++++++++++++++++++++++++ > include/linux/device.h | 2 ++ > 2 files changed, 33 insertions(+) My NAK still stands here, please give me a day or so to respond to the other thread about this... thanks, greg k-h