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=-1.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 33C47C5CFFE for ; Mon, 10 Dec 2018 21:28:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E877A2084E for ; Mon, 10 Dec 2018 21:28:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544477283; bh=lZviD4PUdzrhBrZMWeI+haJWBfYChjA8SOhGaFmyfUs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=RZf5Vvk/T0J0XIfAn1GfNV8QSpOqCehxu/5Dwgv1n+FYPB8o728j9Dq4EDYJ2aAEk fXoOA4PLNVICCDmihWFhnrO7hN17j9m6k7abg989AqnSnCAea0M0w8k/gGG3Y7cNiR GlTuPirVxtEhqGVRXUm3FAWBYAVgGXHUklJucStw= DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E877A2084E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-iio-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727666AbeLJV2C (ORCPT ); Mon, 10 Dec 2018 16:28:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:35362 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729862AbeLJV2C (ORCPT ); Mon, 10 Dec 2018 16:28:02 -0500 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 48D7B20821; Mon, 10 Dec 2018 21:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544477281; bh=lZviD4PUdzrhBrZMWeI+haJWBfYChjA8SOhGaFmyfUs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Q2zFGCc69UNbPCC1WAO9yOlWKbh33xEd8gfdmkES/XIz34Azm5GunUZ5G0+46lsxd uiwATbgKI7zGhAgI3Cgln6MyxVwlWBrLLJdCzgKtcerqea5VO4ZGb/LnHyTSTw91XH zBRUJHfTnLI0nG9ST2Fq0yISNH3LerrSDGIhcurI= Date: Mon, 10 Dec 2018 21:27:56 +0000 From: Jonathan Cameron To: Greg KH Cc: Marcelo Schmitt , lars@metafoo.de, Michael.Hennerich@analog.com, knaack.h@gmx.de, pmeerw@pmeerw.net, stefan.popa@analog.com, alexandru.Ardelean@analog.com, linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, kernel-usp@googlegroups.com, Dragos Bogdan Subject: Re: [PATCH 0/3] Add devicetree support for ad5933 Message-ID: <20181210212756.7e444b4f@archlinux> In-Reply-To: <20181208211043.GA25188@kroah.com> References: <20181208211043.GA25188@kroah.com> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sat, 8 Dec 2018 22:10:43 +0100 Greg KH wrote: > On Sat, Dec 08, 2018 at 04:56:45PM -0200, Marcelo Schmitt wrote: > > Parts of this work came from contributions of Alexandru Ardelean and > > Dragos Bogdan, I and Gabriel would like to thank for the insights > > provided by their previous patches. Maybe it would be the case to add > > them as co-authors of this patch set. > > That's what the Co-developed-by: tag is for, please use it :) > Alexandru, Dragos. No idea how involved you were in the actual patch... Work amongst amongst the 4 of you what you would like to do and let us know! Patches look fine, though we need to let the DT maintainers have a few days at least to get around to looking if they want to (they don't always on simple bindings like these). Jonathan