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 71114C54EBD for ; Thu, 12 Jan 2023 08:07:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230385AbjALIHN (ORCPT ); Thu, 12 Jan 2023 03:07:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236560AbjALIGq (ORCPT ); Thu, 12 Jan 2023 03:06:46 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D3515277A; Thu, 12 Jan 2023 00:04:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BA3F8B81D8E; Thu, 12 Jan 2023 08:04:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EBA0AC433EF; Thu, 12 Jan 2023 08:04:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1673510656; bh=koLKpmR7ubXGcPEHDSKdztFLkRuLvsXTAAg0oK49fCA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BH2eOAP2N1/PKcKtBn/evtrff8U5dXDtKGnj7XIOJPpUjGiCqfJhvryMZFqPBDJZ7 eC46jq1aTVqQjK3rf3IxyEzSyYmx1Pn5S4T0Pe0uBR9pDw+/aTVVfvLpcXQkmOREHr eWQWfHOJUmEej//9n74g9xZHwnd0DYVyFx/2KrfU= Date: Thu, 12 Jan 2023 09:04:08 +0100 From: Greg KH To: Kumaravel Thiagarajan Cc: arnd@arndb.de, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, unglinuxdriver@microchip.com, kernel test robot , Tharun Kumar P Subject: Re: [PATCH v2 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch Message-ID: References: <20230112200619.2336505-1-kumaravel.thiagarajan@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230112200619.2336505-1-kumaravel.thiagarajan@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Jan 13, 2023 at 01:36:19AM +0530, Kumaravel Thiagarajan wrote: > Microchip's pci1xxxx is an unmanaged PCIe3.1a switch for consumer, industrial, > and automotive applications. This switch integrates OTP and EEPROM to enable > customization of the part in the field. This patch provides the OTP/EEPROM > driver to support the same. > > Reported-by: kernel test robot The robot did not report the lack of this driver in the kernel :(