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 34E47C433EF for ; Thu, 25 Nov 2021 21:32:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351238AbhKYVfV (ORCPT ); Thu, 25 Nov 2021 16:35:21 -0500 Received: from mga02.intel.com ([134.134.136.20]:29408 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241791AbhKYVdU (ORCPT ); Thu, 25 Nov 2021 16:33:20 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10179"; a="222795996" X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="222795996" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2021 13:27:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="607663685" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga004.jf.intel.com with ESMTP; 25 Nov 2021 13:27:28 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 0D0BB9F; Thu, 25 Nov 2021 23:27:32 +0200 (EET) From: Andy Shevchenko To: Andy Shevchenko , linux-kernel@vger.kernel.org Cc: Arnd Bergmann , Greg Kroah-Hartman , Jiri Prchal Subject: [PATCH v1 0/3] misc: at25: Fix issues brought with FRAM support Date: Thu, 25 Nov 2021 23:27:26 +0200 Message-Id: <20211125212729.86585-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 drivers/misc/eeprom/at25.c | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) -- 2.33.0