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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 14ABBC3DA4A for ; Thu, 11 Jul 2024 22:13:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:From:Cc:Subject: To:Message-Id:Date:Mime-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gJZ8xcbdQCnyk1e2iK2PJUVH+8gyPiV9Hher/1swVuk=; b=oU6eOoH2xn4LWl GQBZA2hlXzM8YrclnlylJhdCox9vuHXxhi0azkJp8nolIM1q/Vbs7VO51Vvbx46+zzrvfoXvSGslS k+FvsW5QRfTTwifh5lIgvN0L/rFddxbbBPXNpvccB2UR0rqAscchgS21dgQmLJQ132SCpsaHnEdVT ppDs8/N7AlvgVWmvFg3XS3BnXGTc/GmlxlfWyd+P7/GdNSYlrsGs9FG440y+pUQDZxyQ74+zjvL2x AhtO9XJ6GBSjsi1NGJxGk/KWoJ1dgSFiq+ZghQFiMu6dYamosNTgOQnQ/qjDc0vKZpYRa19pBMRu6 VNLM5Y/EPocebBjWt8LQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sS22z-0000000FcaE-3gMY; Thu, 11 Jul 2024 22:13:53 +0000 Received: from 0001.3ffe.de ([159.69.201.130] helo=mail.3ffe.de) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sS22w-0000000FcZV-3kSP for linux-mtd@lists.infradead.org; Thu, 11 Jul 2024 22:13:52 +0000 Received: from localhost (unknown [IPv6:2a02:810b:4340:4ee9:4685:ff:fe12:5967]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id CE2D83A00; Fri, 12 Jul 2024 00:13:47 +0200 (CEST) Mime-Version: 1.0 Date: Fri, 12 Jul 2024 00:13:45 +0200 Message-Id: To: "Erez" Subject: Re: [PATCH v2 3/4] dt-bindings: mtd: macronix,mx25l12833f: add SPI-NOR chip Cc: "Esben Haabendal" , "Tudor Ambarus" , "Jaime Liao" , , "Alvin Zhou" , "Julien Su" , "Erez Geva" , , "Pratyush Yadav" , , "Miquel Raynal" , "Richard Weinberger" , "Vignesh Raghavendra" , , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" From: "Michael Walle" X-Mailer: aerc 0.16.0 References: <20240629103914.161530-1-erezgeva@nwtime.org> <20240629103914.161530-4-erezgeva@nwtime.org> <1c457520-07b7-4bde-b040-e8bca959a4f5@linaro.org> <1d56c3b2-7adf-45b9-a509-956340f3f17b@linaro.org> <3bafcbea-6aa5-43ca-9d12-3916be3fe03d@linaro.org> <9b45cc73-2251-4085-af95-7ccd00dd6d3b@linaro.org> <875xtd48ps.fsf@geanix.com> In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240711_151351_098679_A0CD4656 X-CRM114-Status: GOOD ( 10.39 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Fri Jul 12, 2024 at 12:09 AM CEST, Erez wrote: > On Thu, 11 Jul 2024 at 21:57, Michael Walle wrote: > > > > Hi Erez, > > > > No top posting please, see also > > https://subspace.kernel.org/etiquette.html > > It was a single question. Which I think can be answered in one reply. > In cases where there are different parts in the mail, it makes sense > to avoid top posting. > I do not believe we need to be pedantic. > The guidance is not holy, it is aimed to make communication more comprehensive. > > > > > On Thu Jul 11, 2024 at 8:57 PM CEST, Erez wrote: > > > Yes, I think we should. Regarding top posting, what was the question here? I don't see any context. So don't expect any reply from me. -michael ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.3ffe.de (0001.3ffe.de [159.69.201.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2E0BB42AB5; Thu, 11 Jul 2024 22:13:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.201.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720736032; cv=none; b=kErs0B/dkhh8nEFMC2fIq+3F9Du/58I4obxyn7XkVTW9EBeeCXR5lwWcmzRFV+y/QG7Lhif6acNKlK0d4wGKPX1wc0Bab6yGoSahjfdnNrkYLNQv2RWLWiQPCLaSimsiYxyvPNojVxA+s+wMx4DBstfdP8YgK1IR95OePJmtV4A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720736032; c=relaxed/simple; bh=cHna4k26ioqiXPXuUKIMzpJZE3gkKYyiH7P4BVkC3Mk=; h=Mime-Version:Content-Type:Date:Message-Id:To:Subject:Cc:From: References:In-Reply-To; b=t28gJ2kj2gvdbwPAA/P6luwtpD1plgXF11Et58P9S3rp5DA8keBxlhw/RoAm3xq1CMYWkcdwh/io2JSUhiFzxrsco9KgJ0gErEZLAUOnVkNGNJAOdzG9lunX1bgqb+fetCSP8IF0CEjxIwsnZgwUS34cTJRSsd9dcrNmNVr3zBw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=walle.cc; arc=none smtp.client-ip=159.69.201.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=walle.cc Received: from localhost (unknown [IPv6:2a02:810b:4340:4ee9:4685:ff:fe12:5967]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id CE2D83A00; Fri, 12 Jul 2024 00:13:47 +0200 (CEST) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 12 Jul 2024 00:13:45 +0200 Message-Id: To: "Erez" Subject: Re: [PATCH v2 3/4] dt-bindings: mtd: macronix,mx25l12833f: add SPI-NOR chip Cc: "Esben Haabendal" , "Tudor Ambarus" , "Jaime Liao" , , "Alvin Zhou" , "Julien Su" , "Erez Geva" , , "Pratyush Yadav" , , "Miquel Raynal" , "Richard Weinberger" , "Vignesh Raghavendra" , , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" From: "Michael Walle" X-Mailer: aerc 0.16.0 References: <20240629103914.161530-1-erezgeva@nwtime.org> <20240629103914.161530-4-erezgeva@nwtime.org> <1c457520-07b7-4bde-b040-e8bca959a4f5@linaro.org> <1d56c3b2-7adf-45b9-a509-956340f3f17b@linaro.org> <3bafcbea-6aa5-43ca-9d12-3916be3fe03d@linaro.org> <9b45cc73-2251-4085-af95-7ccd00dd6d3b@linaro.org> <875xtd48ps.fsf@geanix.com> In-Reply-To: On Fri Jul 12, 2024 at 12:09 AM CEST, Erez wrote: > On Thu, 11 Jul 2024 at 21:57, Michael Walle wrote: > > > > Hi Erez, > > > > No top posting please, see also > > https://subspace.kernel.org/etiquette.html > > It was a single question. Which I think can be answered in one reply. > In cases where there are different parts in the mail, it makes sense > to avoid top posting. > I do not believe we need to be pedantic. > The guidance is not holy, it is aimed to make communication more comprehe= nsive. > > > > > On Thu Jul 11, 2024 at 8:57 PM CEST, Erez wrote: > > > Yes, I think we should. Regarding top posting, what was the question here? I don't see any context. So don't expect any reply from me. -michael