From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43108C433FE for ; Thu, 25 Nov 2021 22:03:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230215AbhKYWGn (ORCPT ); Thu, 25 Nov 2021 17:06:43 -0500 Received: from mga18.intel.com ([134.134.136.126]:48863 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343530AbhKYWEm (ORCPT ); Thu, 25 Nov 2021 17:04:42 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10179"; a="222442931" X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="222442931" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2021 14:01:30 -0800 X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="509867616" Received: from smile.fi.intel.com ([10.237.72.184]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2021 14:01:28 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1mqMo2-00AblY-LD; Fri, 26 Nov 2021 00:01:26 +0200 Date: Fri, 26 Nov 2021 00:01:26 +0200 From: Andy Shevchenko To: Arnd Bergmann Cc: Linux Kernel Mailing List , Greg Kroah-Hartman , Jiri Prchal Subject: Re: [PATCH v1 0/3] misc: at25: Fix issues brought with FRAM support Message-ID: References: <20211125212729.86585-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 25, 2021 at 10:47:43PM +0100, Arnd Bergmann wrote: > On Thu, Nov 25, 2021 at 10:27 PM Andy Shevchenko > wrote: > > > > A few fixes to the AT25 driver that have been brought by FRAM support series. > > > > Andy Shevchenko (3): > > misc: at25: Make driver OF independent again > > misc: at25: Don't copy garbage to the at25->chip in FRAM case > > misc: at25: Check proper value of chip length in FRAM case > > Looks all good to me, > > Acked-by: Arnd Bergmann Thank you! There is also cleanup series if you are interested of looking into... -- With Best Regards, Andy Shevchenko