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 61271C433EF for ; Fri, 26 Nov 2021 10:06:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348997AbhKZKKJ (ORCPT ); Fri, 26 Nov 2021 05:10:09 -0500 Received: from mga12.intel.com ([192.55.52.136]:29576 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238722AbhKZKIH (ORCPT ); Fri, 26 Nov 2021 05:08:07 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10179"; a="215665448" X-IronPort-AV: E=Sophos;i="5.87,265,1631602800"; d="scan'208";a="215665448" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Nov 2021 01:59:26 -0800 X-IronPort-AV: E=Sophos;i="5.87,265,1631602800"; d="scan'208";a="498358086" Received: from smile.fi.intel.com ([10.237.72.184]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Nov 2021 01:59:24 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1mqY0o-00Ak6P-Vj; Fri, 26 Nov 2021 11:59:22 +0200 Date: Fri, 26 Nov 2021 11:59:22 +0200 From: Andy Shevchenko To: Arnd Bergmann Cc: Linux Kernel Mailing List , Greg Kroah-Hartman , Jiri Prchal Subject: Re: [PATCH v1 00/10] misc: at25: Code cleanups and improvements Message-ID: References: <20211125213203.86693-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 Fri, Nov 26, 2021 at 11:52:49AM +0200, Andy Shevchenko wrote: > On Thu, Nov 25, 2021 at 11:03:26PM +0100, Arnd Bergmann wrote: > > On Thu, Nov 25, 2021 at 10:31 PM Andy Shevchenko > > wrote: ... > > It would be nice to change the three remaining board files that fill > > struct spi_eeprom so they use device properties and unify the > > rest of the probe path. Not sure how much of a change that would > > be. > > Do you have a chance to test that if it appears to be the case? There is one more, actually: arch/mips/txx9/generic/spi_eeprom.c. But above perhaps some OMAP people can help with... Dunno. -- With Best Regards, Andy Shevchenko