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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34642C433FE for ; Tue, 9 Nov 2021 08:20:40 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 001C76113D for ; Tue, 9 Nov 2021 08:20:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 001C76113D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: 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=czncNWv3YN8ihaGbjaPb5gSpxuGi9+8TBzopYdb2n3w=; b=lgfg7LjA1AP+xsKe0R+xG8GE6V Ox0u5J+AfCsgN25J746s1JLU8c5DCFSZHsSCuOfEzjuEiMY+ce+tW/h3t6qrHIrov72CSPkU8W75p ukdfWgujmqHeogzOMWtHMVZzdGjPHtUfGRMwiIm3WOZ4cjK/Aim76cVCx3Bjc53G/NGu0MVLuePSM SZkXTmE+IEvnSxW9XcX3D1qzD2u7v1gp2Hg7Y4PrDG2m6Au4Gg15NBB3oZMels42aIP50+qUnMI4O hGrLsMs7oGJxSj8pYfV440cvCTy2/+K12rI9ZVZsbJdqup1wy25NlNKn8SOrjOeub2Z6O+TRmlfMN /ypuEf8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mkMMX-000xss-01; Tue, 09 Nov 2021 08:20:13 +0000 Received: from ssl.serverraum.org ([2a01:4f8:151:8464::1:2]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mkMLK-000xVe-2O; Tue, 09 Nov 2021 08:19:00 +0000 Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 7ED6222234; Tue, 9 Nov 2021 09:18:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1636445933; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2l6PNtqHLohWDx3OkRJB4DW0VV1iFzwphBdqqZg6ghw=; b=dDYsJ7PZbpPqWRrIX16L4Z7s/w7Oa9Bod/LOXMMpj5bddfuaI4NCe/LdMKJ5MCoDzZeoo+ gkKg/nwjLnW45RcWL1n0zp9yXxIDLBUi4BR/ncJdveWbTfeebhrnUbgPOHbuuAlK8qXd6i +R87LIgjTFgpM4VC6FIryIPiF3zgPJo= MIME-Version: 1.0 Date: Tue, 09 Nov 2021 09:18:51 +0100 From: Michael Walle To: Tudor Ambarus Subject: Re: [PATCH v3 01/25] mtd: spi-nor: core: Fix spi_nor_flash_parameter otp description In-Reply-To: <20211029172633.886453-2-tudor.ambarus@microchip.com> References: <20211029172633.886453-1-tudor.ambarus@microchip.com> <20211029172633.886453-2-tudor.ambarus@microchip.com> User-Agent: Roundcube Webmail/1.4.11 Message-ID: <50dc3630292eb59bd0b5013a778b01e5@walle.cc> X-Sender: michael@walle.cc X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211109_001858_333087_7ECDD98B X-CRM114-Status: UNSURE ( 7.08 ) X-CRM114-Notice: Please train this message. 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: , Cc: macromorgan@hotmail.com, vigneshr@ti.com, jaimeliao@mxic.com.tw, richard@nod.at, esben@geanix.com, linux@rasmusvillemoes.dk, knaerzche@gmail.com, nicolas.ferre@microchip.com, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, code@reto-schneider.ch, miquel.raynal@bootlin.com, heiko.thiery@gmail.com, sr@denx.de, p.yadav@ti.com, mail@david-bauer.net, zhengxunli@mxic.com.tw Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org Am 2021-10-29 19:26, schrieb Tudor Ambarus: > Update the description of the otp member of the > struct spi_nor_flash_parameter. > > Signed-off-by: Tudor Ambarus > Reviewed-by: Pratyush Yadav > --- You've forgot to add my former tag here. Anyway: Reviewed-by: Michael Walle ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30FC9C433F5 for ; Tue, 9 Nov 2021 08:21:21 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 001AB6113D for ; Tue, 9 Nov 2021 08:21:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 001AB6113D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: 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=OQGzR08de2m7/WbNnwJFwaDrrgqOYxBPqElcy0JDLcg=; b=CUNXLSM0amu48HHGnzwCBc5GCy yUIx/4TKbDYB5eGfoD/v4YkvT24Unz10cckNwFhXx24Z8P3TJYUnTVDWq2q0l+9uVPUq0Bx5FkUMq UG5VSnuQGlOmy1Px6wTG7KE4IkmqNKfio1MAeakXklOmSKG3t4tUQShNM9L049xBDkAi7WGSdQKx4 vSMxTrHnNdC0QWg9MZKuAG8Ry/KYqQznZZRlcFVvc4Ir8gEhF0o170BVKj2pxokh7D5gNXkHfCqLt HfS5T95L7TyiavI22kcqnaDE/R8+7TkZ9cGbBB3LTleqNErozjRq9FMr3dn4K+myyamTqiceK0+Bh 45nynhtQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mkMM3-000xjQ-MG; Tue, 09 Nov 2021 08:19:44 +0000 Received: from ssl.serverraum.org ([2a01:4f8:151:8464::1:2]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mkMLK-000xVe-2O; Tue, 09 Nov 2021 08:19:00 +0000 Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 7ED6222234; Tue, 9 Nov 2021 09:18:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1636445933; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2l6PNtqHLohWDx3OkRJB4DW0VV1iFzwphBdqqZg6ghw=; b=dDYsJ7PZbpPqWRrIX16L4Z7s/w7Oa9Bod/LOXMMpj5bddfuaI4NCe/LdMKJ5MCoDzZeoo+ gkKg/nwjLnW45RcWL1n0zp9yXxIDLBUi4BR/ncJdveWbTfeebhrnUbgPOHbuuAlK8qXd6i +R87LIgjTFgpM4VC6FIryIPiF3zgPJo= MIME-Version: 1.0 Date: Tue, 09 Nov 2021 09:18:51 +0100 From: Michael Walle To: Tudor Ambarus Subject: Re: [PATCH v3 01/25] mtd: spi-nor: core: Fix spi_nor_flash_parameter otp description In-Reply-To: <20211029172633.886453-2-tudor.ambarus@microchip.com> References: <20211029172633.886453-1-tudor.ambarus@microchip.com> <20211029172633.886453-2-tudor.ambarus@microchip.com> User-Agent: Roundcube Webmail/1.4.11 Message-ID: <50dc3630292eb59bd0b5013a778b01e5@walle.cc> X-Sender: michael@walle.cc X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211109_001858_333087_7ECDD98B X-CRM114-Status: UNSURE ( 7.08 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: macromorgan@hotmail.com, vigneshr@ti.com, jaimeliao@mxic.com.tw, richard@nod.at, esben@geanix.com, linux@rasmusvillemoes.dk, knaerzche@gmail.com, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, code@reto-schneider.ch, miquel.raynal@bootlin.com, heiko.thiery@gmail.com, sr@denx.de, figgyc@figgyc.uk, p.yadav@ti.com, mail@david-bauer.net, zhengxunli@mxic.com.tw Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am 2021-10-29 19:26, schrieb Tudor Ambarus: > Update the description of the otp member of the > struct spi_nor_flash_parameter. > > Signed-off-by: Tudor Ambarus > Reviewed-by: Pratyush Yadav > --- You've forgot to add my former tag here. Anyway: Reviewed-by: Michael Walle _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel