Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1207784ybn; Wed, 2 Oct 2019 12:27:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqz6VVgOPl2N8aZkh4PS5fGCZ/sY4Z8+cVM57JnIMer3SYBI364+7GWKFrHpXGGEFWuwBI1R X-Received: by 2002:aa7:d803:: with SMTP id v3mr5676889edq.146.1570044470916; Wed, 02 Oct 2019 12:27:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570044470; cv=none; d=google.com; s=arc-20160816; b=R+WPNK+D6OWcbUaxBYOK1K6Fvy8X/0bVOuECnB9rTlw0+HE9m0aCr+r/JYyD7LbvOx ixXxltBIGo88zeF6AoxlEykLz1EXHWlNpLR/JKxwLVZT9zh3gfr6TT1clkdhX3/7B56e +vkWhG1YDX7A+4keS+17h+dyqSMgU1JXxiUL6AWwCiHkGPtHhbEzULnAxh+Phz9F41I9 Jqcmc8XPP9dSGt3YvhRvtinF+tVH5p+zckiCZaqUcV0omr70v8/ve9ghoA/NAeoAeJCD 8Nt7jSPz+zS2Ahov+mFfaEqAoFlarwVZ7vp0mLSw/vR2Dw6LRJdRJutDsoalb2AvlXB6 o11w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=JMBrxVt44Plt2ugIw4zAYNdVYhxkm+Shng6HG0h4er4=; b=VZlOAhUlx+0Q4NsHDqJrLU3c1QfgcnZ4AnfqTIPHUFYzI9IfqzyP8LaovhcDUNRDHE bqDXiEZ1ZF/jnFbVQB0O7Kgiawe9edpMN297zSfBwyDn/Ph3K6LE2DlEzxc/ssD46CX3 /BiROaeAkkQqfZUHuq1Fn0vY6ZRLxzOkgQvXCR1CsGZslOVs9e7bWZZ3/jVwTGLigyfu 8fu1l89+Vkb/ZyRJS18tnRFbi3u3xdkl41C+sruqzAdl/iDtb8Zjr+g4I+y0BazhIRQ8 szzo/XendNRGZhdoXeMki5BRTdcHXmU7h+weqtX/sxjQBE7g2IxkW+q2x/YubQXHArER oKRw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h3si11811edh.372.2019.10.02.12.27.25; Wed, 02 Oct 2019 12:27:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729094AbfJBTYy convert rfc822-to-8bit (ORCPT + 99 others); Wed, 2 Oct 2019 15:24:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:60996 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726076AbfJBTYy (ORCPT ); Wed, 2 Oct 2019 15:24:54 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 6EB2FAD09; Wed, 2 Oct 2019 19:24:51 +0000 (UTC) Date: Wed, 2 Oct 2019 21:08:31 +0200 From: Thomas Bogendoerfer To: Paul Burton Cc: Srinivas Kandagatla , Jonathan Corbet , Ralf Baechle , James Hogan , Lee Jones , "David S. Miller" , Alessandro Zummo , Alexandre Belloni , Greg Kroah-Hartman , Jiri Slaby , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-mips@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-rtc@vger.kernel.org" , "linux-serial@vger.kernel.org" Subject: Re: [PATCH v6 1/4] nvmem: core: add nvmem_device_find Message-Id: <20191002210831.f7fa10ad7f055801df26669d@suse.de> In-Reply-To: <20191002183327.grhkxlbyu65vvhr4@pburton-laptop> References: <20190923114636.6748-1-tbogendoerfer@suse.de> <20190923114636.6748-2-tbogendoerfer@suse.de> <20191002183327.grhkxlbyu65vvhr4@pburton-laptop> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2 Oct 2019 18:33:28 +0000 Paul Burton wrote: > Hello, > > On Tue, Oct 01, 2019 at 11:11:58AM +0100, Srinivas Kandagatla wrote: > > On 23/09/2019 12:46, Thomas Bogendoerfer wrote: > > > nvmem_device_find provides a way to search for nvmem devices with > > > the help of a match function simlair to bus_find_device. > > > > > > Signed-off-by: Thomas Bogendoerfer > > > --- > > > > Thanks for the patch, > > This patch looks good for me. > > > > Do you know which tree is going to pick this series up? > > > > I can either apply this patch to nvmem tree > > > > or here is my Ack for this patch to take it via other trees. > > > > Reviewed-by: Srinivas Kandagatla > > Acked-by: Srinivas Kandagatla > > Thanks - if you don't mind I'll take this through mips-next along with > the following patch that depends on it. > > Thomas: I see patch 3 has an issue reported by the kbuild test robot, yes, that's because kbuild robot tries to build it 32bit. I'm going to make it depend on 64bit all possible ioc3 platforms only support 64bit kernels. > and still needs acks from the MFD & network maintainers. Can I > presume it's safe to apply patches 1 & 2 without 3 & 4 in the > meantime? yes, thank you. Thomas. -- SUSE Software Solutions Germany GmbH HRB 247165 (AG M?nchen) Gesch?ftsf?hrer: Felix Imend?rffer