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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8AE8C433E5 for ; Mon, 13 Jul 2020 15:38:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 159BA20771 for ; Mon, 13 Jul 2020 15:38:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594654728; bh=cW/SUmAQ5LiOaEPn5R9wQTreDs1QIDgSHcDX+7j6sbY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=J6BrfaarorbLWQwQDvt2DTmYCvWdIKlPwM1zD37ukLGhyg0S78dR6lFXNiQu7cqiI W9iKpJo82tj+sZorVO/jNYTQSuCaUTxIGs+vswfCSfm5LhaHKNthyolMbzasA+C4z6 dQQ22W/Mf7VPiI6o+llczrDgfZFA77dvXbLuARio= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729849AbgGMPir (ORCPT ); Mon, 13 Jul 2020 11:38:47 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:44038 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729703AbgGMPir (ORCPT ); Mon, 13 Jul 2020 11:38:47 -0400 Received: by mail-io1-f68.google.com with SMTP id i4so13907434iov.11; Mon, 13 Jul 2020 08:38:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=+pMcvMtCRWhdkza41G5iTrQjI/XTs22mJcQM1Op8aHQ=; b=Iv4Hrr/dUAJKf118WQ5qzc+OC2dtjXcyXishm6opFfBSvDfrBtSUFMegGglcaiT790 ZeEpshIIQe9IocRW8sLJD8EDVwK7HeySDHBvm9559HDTxfszBu6NG6XTKZzcw1ZQAYvZ f21fDqvM+7ha9cWL9ONc9CHBjnUz5RXHv3w7SiMB2EYUOKhdA2Goy3Auu5SUpIC3PRIu Tf5tRsiyijKogYPoN+JyVmHHfJM+vPEIICzoQArzndik8ZCc/YlcA8TxCFcPxjZPPE35 AY9P3B8pGN0Q/UykkCXL8N3PxHMfBZ2np9c/UKQFUvsvMdqFmx6eSbNtS3OMIIyRO3Fw scrg== X-Gm-Message-State: AOAM533KzQ3zZlc+t0ccXWBoJBk/F/2fbGjj8yK/smWPORRw4YH1smRd YwxEvFHSnqZZ9z89lzr65Q== X-Google-Smtp-Source: ABdhPJyr5leUy9cs5NZ0gs+zeLxzAY1E/Eas3j0IhKpTcy+VYH3b8iJIsqmfcJrPkNajPPxeXCsyjg== X-Received: by 2002:a02:a909:: with SMTP id n9mr695975jam.70.1594654726254; Mon, 13 Jul 2020 08:38:46 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id y6sm8426457ila.74.2020.07.13.08.38.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 08:38:45 -0700 (PDT) Received: (nullmailer pid 253739 invoked by uid 1000); Mon, 13 Jul 2020 15:38:44 -0000 Date: Mon, 13 Jul 2020 09:38:44 -0600 From: Rob Herring To: Jonathan Cameron Cc: Eugene Zaikonnikov , development@norphonic.com, Hartmut Knaack , Lars-Peter Clausen , linux-iio , devicetree , Mark Rutland Subject: Re: [PATCH v9 2/2] dt-bindings: iio: humidity: Add TI HDC20x0 support Message-ID: <20200713153844.GA250984@bogus> References: <86d053d1re.fsf@norphonic.com> <86blknd0id.fsf@norphonic.com> <20200712115920.4041260c@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200712115920.4041260c@archlinux> Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sun, Jul 12, 2020 at 11:59:20AM +0100, Jonathan Cameron wrote: > On Fri, 10 Jul 2020 14:20:58 +0200 > Eugene Zaikonnikov wrote: > > > Add device tree bindings for HDC2010/HDC2080 family of humidity and > > temperature sensors. > > > > As Andy mentioned for patch 1 please avoid attachments. > > > Changes from v8: > > - document the use of reg > > - change the license terms to GPL-2.0-only > > The change log should be after the --- (which isn't here because > of the attachments issue). This is so we don't track a bunch of change > logs in the eventual git log. They tend not to be of much interest once > a patch has merged. If there is stuff in there of interest, it should usually > be added to the patch description itself (e.g. some design decision or similar). > > The license terms seem to be dual with BSD, which is good, but > not what the change log says! > > I've pasted in the actual patch content below, so others can easily > review this version. Other than those issues, Reviewed-by: Rob Herring