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 5E937C433EF for ; Tue, 10 May 2022 11:19:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240852AbiEJLXo (ORCPT ); Tue, 10 May 2022 07:23:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240836AbiEJLXY (ORCPT ); Tue, 10 May 2022 07:23:24 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 264612A9764 for ; Tue, 10 May 2022 04:19:27 -0700 (PDT) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 24ABJ7p6045467; Tue, 10 May 2022 06:19:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1652181547; bh=egVFr2Lzju1msu86aPi0W2+t8awHwoi94vZ/ftvnOe0=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=cfe/J7N3ealCUTAmQ+kbBWcyJAlrDCZWQI8Xu+y8z34T4K7Brd8fSAT5IQbbP1xNz QGpCJ5GkOW7cR88XZ+DclFO1+253F8JN+0R4gOr5+/ra2OSEnxJkfpHwTyQuCZSANv 0n8+EeY9NUyRdTknuNCLioB21Av3pvVleiGuLiEI= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 24ABJ7aK067320 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 10 May 2022 06:19:07 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Tue, 10 May 2022 06:19:07 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Tue, 10 May 2022 06:19:07 -0500 Received: from pratyush-4F-325.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 24ABJ3fp127309; Tue, 10 May 2022 06:19:05 -0500 From: Pratyush Yadav To: Michael Walle , Vignesh Raghavendra , Richard Weinberger , Tudor Ambarus , Miquel Raynal CC: , Subject: Re: [PATCH v3 1/2] mtd: spi-nor: export spi_nor_hwcaps_pp2cmd() Date: Tue, 10 May 2022 16:49:01 +0530 Message-ID: <165218141900.322959.8359522970509700885.b4-ty@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220429102018.2361038-1-michael@walle.cc> References: <20220429102018.2361038-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 29 Apr 2022 12:20:17 +0200, Michael Walle wrote: > The function will also be used by the debugfs module. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next, thanks! [1/2] mtd: spi-nor: export spi_nor_hwcaps_pp2cmd() https://git.kernel.org/mtd/c/d92e0dbc6a [2/2] mtd: spi-nor: expose internal parameters via debugfs https://git.kernel.org/mtd/c/0257be79fc -- Regards, Pratyush Yadav Texas Instruments Inc.