From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 990363BD22C for ; Fri, 17 Jul 2026 12:56:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784292971; cv=none; b=g/OMw27trfdQGKHUV5gTbv7fktmfVSZxt1DeFq7AZGCqgdwQsKNOUb8oLr5Fis6mmseNnydNM1ORwQko9iQgJV69987YdlHwkDrV9JBjHgUTYl3uq0pTPza8/L4hbsgDx0LM6ubzvZQ4g4SYP9CBtFgdB9pedelCNdfUmGtb74g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784292971; c=relaxed/simple; bh=IbNWgT6OFw+X8TYUgY9E0ZuGppMNHIWZV/dylmQHJ5o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=G7Z4Ng1uTwjYlfWPX7tq/RWJlI0d7Q7t0ZhfAMZiHKLp1aO2HaNeo2FccLGuZDeubUKeSCW/zHVF6VBRh/F/WTSN9ZU44tQngwO3PjqglzqmgRuXazpMim0y+EZ5OsKVDD+jS4e/XFc/+XYSx+IDUhSlej4gLngFwQ6PAImRztc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=kNUzPe/w; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="kNUzPe/w" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3A6A1F000E9; Fri, 17 Jul 2026 12:56:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784292970; bh=ALJnlQQn+vnSzADh85ybECe3/jUZSf4F1GhN6bDI1+c=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=kNUzPe/wiDf7JWBSk942Qe9QN6utQjF0PnqaZfIwmYlwD330f5GAXvbOWx+w04mnV Da7DlahT2aPmpAUmKL8I/CCDZexf/wg5MuvjuRde98NaGZ2qvg2Zd3ttbnN4Be/l1H a9mNDJMYlPk6AtxkNIAUxYBT0FssVfyz4yLcWmwM= Date: Fri, 17 Jul 2026 14:56:02 +0200 From: Greg KH To: Srinivas Kandagatla Cc: Rob Herring , linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/14] nvmem: patches for 7.2 Message-ID: <2026071755-upon-amused-fdb0@gregkh> References: <20260530205333.117458-1-srini@kernel.org> <20260629175334.GA2835144-robh@kernel.org> <2dfe016d-5ee7-4d46-846e-3b276e1f4024@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2dfe016d-5ee7-4d46-846e-3b276e1f4024@kernel.org> On Mon, Jun 29, 2026 at 09:10:01PM +0100, Srinivas Kandagatla wrote: > > > On 6/29/26 6:53 PM, Rob Herring wrote: > > On Sat, May 30, 2026 at 09:53:19PM +0100, srini@kernel.org wrote: > >> From: Srinivas Kandagatla > >> > >> Hi Greg, > >> > >> Here are few nvmem patches for 7.2, Could you please queue > >> these for 7.2. > >> > >> Patches include > >> - Device tree bindings for Milos, airoha, lan9662, Shikra, > >> Hawi, glymur providers. > >> - some code cleanup in Kconfig, rockchip, nintendo providers. > >> - clarify default read-only behaviour for wp-gpios > >> - airoha new nvmem provider driver > >> > >> Thanks, > >> Srini > > > > Some reason this didn't go into 7.2? The .dts side did and now we have > > warnings because the bindings are missing. > > Yes, looks like it got missed for some reason. > > Greg, these patches cleanly apply on 7.2-rc1 too, could you please pick > these up. Now applied, sorry for the delay. greg k-h