Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp399408pxj; Fri, 11 Jun 2021 01:52:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzBACOiYihjW2RTOTOHFMIHujRLkwCKWXSX0J0CJoBZ9euB7rKYAfGkhyhalnIfM5sxatJB X-Received: by 2002:a17:906:4483:: with SMTP id y3mr2767242ejo.92.1623401555162; Fri, 11 Jun 2021 01:52:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623401555; cv=none; d=google.com; s=arc-20160816; b=Xk0tBfV8HMT3onB60hjdXn35q+Nu3QS9VGlC3xk9djbscdwHcWOfOgN9wqqSCDVTOG SE3lgIm/kSA+FzlsO6O07PZNhK7dh54orIxLA7AmsVR4NICMYmxuugTlSxE2dMqya2Py HuU9HzK/Sfn0nIkRZv2bmzf9SK39g3Io6UdXxtpBa/NkHiJXFWwj9G9jDmzAGKSW1NwY Q0AgvIYHSlVsYxQ9LOb3pEeihmbAMrTqtvzAsDWkgQNhEJfVyFkCmj0/Mf+8v0TVot7w m9roImLrXRYrOOxv4drgcrJU3JzKblkTTESFWoh4P+7Y0vieuR39dQFU83keQ9XxiHsQ yVFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=Kx+W2sXVShrwMHyWjMPDpigpbonU1S6aE0hCa3Z9tk0=; b=g//KBBPPAf/GxFX/9U1XqOpxDqAU03OhFEqP1MypQuCNk40OZHFtr+fcNFifo0N8Sy 9AEoVxgj/ka5rCTGw1e0vVSm/oYlmPHQnHROG52F97v/DOD1k5B6wFDYhHkyUtL2PDPE 9Nun6jo5GbURIi8mLJOTfGj7/SxumHBLNc2IDSO7/peqdtvaoSW1XrhcctsfFHaix2xx y9Yn9yS3kP1Hpex55d2wX97Z25oKJ0G2jYGXwzYRJzIneRwJSByvj/mAU+MF9RRgkfv3 mhT8rmsAY4a2k39OCLreDqNzOiiHH5pJKRmKaLK5OVo59msW6XobRlLoc4C5KFUvHIYy ImTg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Ow93uj3r; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z1si4493088edd.156.2021.06.11.01.52.12; Fri, 11 Jun 2021 01:52:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Ow93uj3r; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229584AbhFKIuq (ORCPT + 99 others); Fri, 11 Jun 2021 04:50:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:58104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230251AbhFKIuo (ORCPT ); Fri, 11 Jun 2021 04:50:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4F458613B3; Fri, 11 Jun 2021 08:48:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623401327; bh=wzmDPkke5nl/r29FApCGodpa36rwZcyFe+jPlmHPVXY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ow93uj3r7aT8gtsXugXwfEKnRIYGheuI7QX0FCLBi9GpulkJePXXN9hcCZDj0Ns8W DQYT+GIDfXDIIoZRc9NzI2qC9c2pO/BIX6PQcxzImq0e7ZLEX5LMTY6YMkTS8UUImK v9kWexTAsSEGugX9jRhrxDP5PdMyEcrlGLVPEhiY= Date: Fri, 11 Jun 2021 10:48:44 +0200 From: Greg Kroah-Hartman To: Jiri Prchal Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Christian Eggers , Arnd Bergmann Subject: Re: [PATCH v9 1/5] nvmem: prepare basics for FRAM support Message-ID: References: <20210611052652.7894-1-jiri.prchal@aksignal.cz> <20210611052652.7894-2-jiri.prchal@aksignal.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210611052652.7894-2-jiri.prchal@aksignal.cz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 11, 2021 at 07:26:48AM +0200, Jiri Prchal wrote: > Added enum and string for FRAM to expose it as "fram". I have no idea what "FRAM" is, nor what "fram" is. And why do you not add the documentation update here in this same commit? This is where you are adding it, trying to dig later in the series to notice that you really did provide this is a pain, and is harder to track. Please provide more information here in the changelog and move the Documentation addition here into this patch. thanks, greg k-h