From patchwork Thu Aug 27 13:25:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 1352630 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4Bcm0Z711Qz9sSP for ; Fri, 28 Aug 2020 00:52:14 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726853AbgH0OwM (ORCPT ); Thu, 27 Aug 2020 10:52:12 -0400 Received: from mx2.suse.de ([195.135.220.15]:59070 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727850AbgH0N0W (ORCPT ); Thu, 27 Aug 2020 09:26:22 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id DEAB5ADC2 for ; Thu, 27 Aug 2020 13:25:56 +0000 (UTC) Date: Thu, 27 Aug 2020 15:25:23 +0200 From: Jean Delvare To: Linux I2C Subject: [PATCH 1/2] There are several eeprom drivers Message-ID: <20200827152523.6cc67392@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org There used to be only 1 eeprom driver (named "eeprom") but now there are 3 and the legacy "eeprom" driver is not the preferred option. So list all 3 drivers in our documentation to prevent confusion. Signed-off-by: Jean Delvare Reviewed-by: Wolfram Sang --- README | 3 ++- eeprom/Module.mk | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) --- i2c-tools.orig/README 2020-08-27 10:28:54.972629860 +0200 +++ i2c-tools/README 2020-08-27 10:41:42.169866472 +0200 @@ -20,7 +20,8 @@ The various tools included in this packa * eeprom Perl scripts for decoding different types of EEPROMs (SPD, EDID...) These - scripts rely on the "eeprom" kernel driver. They are installed by default. + scripts rely on the eeprom kernel drivers ("at24" and "ee1004", "eeprom" on + older kernels). They are installed by default. * eeprog, eepromer Tools for writing to EEPROMs. These tools rely on the "i2c-dev" kernel --- i2c-tools.orig/eeprom/Module.mk 2020-08-27 10:28:54.972629860 +0200 +++ i2c-tools/eeprom/Module.mk 2020-08-27 10:56:11.760402361 +0200 @@ -1,6 +1,6 @@ -# EEPROM decoding scripts for the Linux eeprom driver +# EEPROM decoding scripts for the Linux eeprom drivers # -# Copyright (C) 2007-2013 Jean Delvare +# Copyright (C) 2007-2020 Jean Delvare # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by