From nobody Sat May 10 04:52:28 2025 Delivered-To: importer2@patchew.org Received-SPF: pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; envelope-from=linux-kernel-owner@vger.kernel.org; helo=vger.kernel.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail(p=quarantine dis=quarantine) header.from=ti.com ARC-Seal: i=1; a=rsa-sha256; t=1610037788; cv=none; d=zohomail.com; s=zohoarc; b=Hbl1XplR8GEaejd9ZoNv8xFM96MQhNLAXq+cJ2HPWsaqgvUqWZO/FdCHSh3ha3rxfiAsf2/af6HsyVzFOKiZQo3p27p0ALf0Iql/IedXlmf4n/Fub5ez+x4MJj92eJuS6yBycD8eOvGePkwkpAEeubul2tfcsD8XEHT6ZzjKp1Y= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1610037788; h=Content-Type:Cc:Date:From:In-Reply-To:List-Id:MIME-Version:Message-ID:References:Subject:To; bh=QyiLUlhhWyqM2wiTQgiqAWHCA3bcXD1C6teh46c2weo=; b=ihqKHTVzI9ReLp0Ys3f8gLlROBNMvFRP/CH1yeIk4ltlLBWN8Fw9V2gdPsdyYfsCs5/zxFJ4E+a+CfCOG+XifjAwVxIsBJH7gxBA62pC33NL9fvZwvsKkuuRJENpFjEj7g6tagJM7tVn4bv1k2gEVqatEQRj+InDV603wy/t7DE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail header.from= (p=quarantine dis=quarantine) header.from= Return-Path: Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mx.zohomail.com with SMTP id 1610037788840940.008489004296; Thu, 7 Jan 2021 08:43:08 -0800 (PST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728823AbhAGQmL (ORCPT ); Thu, 7 Jan 2021 11:42:11 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:53260 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728678AbhAGQmK (ORCPT ); Thu, 7 Jan 2021 11:42:10 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 107GeN9k070895; Thu, 7 Jan 2021 10:40:23 -0600 Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 107GeNM0087923 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 7 Jan 2021 10:40:23 -0600 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 7 Jan 2021 10:40:22 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 7 Jan 2021 10:40:22 -0600 Received: from gsaswath-HP-ProBook-640-G5.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 107GdxbO005468; Thu, 7 Jan 2021 10:40:18 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1610037623; bh=QyiLUlhhWyqM2wiTQgiqAWHCA3bcXD1C6teh46c2weo=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=qMyHiHJIyqL/uN5BkFztaeSVDbQoBLdJjv5ApQGWbHATuF/Te2IWvWQ86gtmd8kiK xQyp11xz310yfS98eix+EmSrzW1eLfBq5d6IadEzhx9sCnlLzUlXJUW87WK59kNo/I LbrzOQpbRe+9co7LWfOe9d1G/MXgz39duXOd4iJo= From: Aswath Govindraju CC: Vignesh Raghavendra , Sekhar Nori , Kishon Vijay Abraham I , Pratyush Yadav , Aswath Govindraju , Arnd Bergmann , Greg Kroah-Hartman , Vadym Kochan , Randy Dunlap , Anatolij Gustschin , Andrew Morton , Subject: [PATCH 2/2] misc: eeprom_93xx46: Enable module autoprobe for microchip 93LC46B eeprom Date: Thu, 7 Jan 2021 22:09:54 +0530 Message-ID: <20210107163957.28664-3-a-govindraju@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210107163957.28664-1-a-govindraju@ti.com> References: <20210107163957.28664-1-a-govindraju@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add module alias to enable autoprobe for microchip 93LC46B eeprom by using /sys/class/.../spi1.0/modalias content. Signed-off-by: Aswath Govindraju --- This patch is dependent on, https://lore.kernel.org/patchwork/patch/1360658/ drivers/misc/eeprom/eeprom_93xx46.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/eeprom/eeprom_93xx46.c b/drivers/misc/eeprom/eepr= om_93xx46.c index 890624d97774..9ca2571cab17 100644 --- a/drivers/misc/eeprom/eeprom_93xx46.c +++ b/drivers/misc/eeprom/eeprom_93xx46.c @@ -527,3 +527,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Driver for 93xx46 EEPROMs"); MODULE_AUTHOR("Anatolij Gustschin "); MODULE_ALIAS("spi:eeprom-93xx46"); +MODULE_ALIAS("spi:93lc46b"); --=20 2.17.1