From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5E5B5B674 for ; Fri, 10 Jan 2025 15:16:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736522190; cv=none; b=O9rh+QmR5FDTFyWc/xkLcD/RFXcSY0Nfxh8QzyyVgRm4jnugzqZL/uj6XkdCVHMrHyme4qcDTbb+E0376jEcdI2dObU0U5BAaep/7jTJNaWEGTNS2F0jw7Kb78AHYhuNq0VJN2wb7SeYa3ZP1GTonV9cNzqmNGt/SbrP/IiNVnU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736522190; c=relaxed/simple; bh=gvef63XlmdFwXWoORGj8/+Kz9gdD86FT9+tjvSwg64w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nzO16Oc+A4+DnbMK7VnW/JgGdjAuT3SIJby7BToEQXO39WWGXF1ofYcgk0IIkXinjZH4AVTmAOadf6T9ToY/gyBgJqUiU8hLgo7Xd6cA95TMD6Eo3Z9uKcHXGla8OC/hLEHcEw7dilxHwjwmWhumYsgK1bev+g+8EWF1Hq+7rOo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=UZ4zigWA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="UZ4zigWA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CEEEC4CED6; Fri, 10 Jan 2025 15:16:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736522190; bh=gvef63XlmdFwXWoORGj8/+Kz9gdD86FT9+tjvSwg64w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UZ4zigWAGEex538zWTmqxR/hvAZuWeESYX1VC/9WQbuiRbNtPBRysF/9Glh/or8vT jyzjP3eYrL1bAFuifOZAC0RRh4iSx0vIGnQNtJ1eDO2ZHf9RXwFSmiaGR7msq8oOTc 1AcuITSRVDRMywNU/lezHXtvJD7zZQOrAjcNf8Jw= Date: Fri, 10 Jan 2025 16:16:26 +0100 From: Greg KH To: srinivas.kandagatla@linaro.org Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] nvmem: fixes for 6.13 Message-ID: <2025011001-plot-unveiled-29cb@gregkh> References: <20241230141901.263976-1-srinivas.kandagatla@linaro.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: <20241230141901.263976-1-srinivas.kandagatla@linaro.org> On Mon, Dec 30, 2024 at 02:18:55PM +0000, srinivas.kandagatla@linaro.org wrote: > From: Srinivas Kandagatla > > Hi Greg, > > Here are some fixes in nvmem for 6.13, Could you queue > these for next possible rc. Sorry I missed these earlier. Same for this patch set, I'll queue them up for 6.14-rc1. thanks, greg k-h