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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C9B0C43217 for ; Wed, 15 Dec 2021 10:26:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241657AbhLOK0I (ORCPT ); Wed, 15 Dec 2021 05:26:08 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:31214 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241640AbhLOK0F (ORCPT ); Wed, 15 Dec 2021 05:26:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1639563965; 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=lTMyhmlUwtP+UZbN7o4sfE3CL8eyBS2/mVFpUPSzp54=; b=NunX4qJwSlk4nXa4Z5Ye5EPLcJy0dm+1AypYb0MC/DSugV7mDbz2/ZHSAgcQbltc4H5MQp rgwUG6zGBBzwByDfcvzQ1mAhWKEK2AqVLUr67o6OlJgXPkr0D8GXrwZpy4b8P4/d5CpS9u aipYIwGE+5ocr0T7PMnX1RMoKFM3Vg4= Received: from mail-ed1-f72.google.com (mail-ed1-f72.google.com [209.85.208.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-85-zmg4625ePPmGIvNoX_4wfg-1; Wed, 15 Dec 2021 05:26:04 -0500 X-MC-Unique: zmg4625ePPmGIvNoX_4wfg-1 Received: by mail-ed1-f72.google.com with SMTP id w17-20020a056402269100b003f7ed57f96bso755476edd.16 for ; Wed, 15 Dec 2021 02:26:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=lTMyhmlUwtP+UZbN7o4sfE3CL8eyBS2/mVFpUPSzp54=; b=FYS3zIEYB1xlC2CzdNN1ZCtLP2zeRIHvqlhATEY/1GSy98l1+DsInrqxVo6N5TjwwH beibuO5NSU/9lTq/su6x3IuFfFwY6/+36+TsZMh7zWqSZTucNqDQ9qCrZw2dp02YD+XB DkIwP7RzvQvyBfvt4SBwROl4Uo98rB3CTnKw7rasZoRYDTyHp+UoxsOD0bREJ1Un3XoT anZgtRZPgXjLweTn0IfqZZNy/fwP1f4aIeYe9mJrqfCHc6gnJfnFTZFM4d/eJgKOGAq2 W0IAk39jTiUR4ydqkePB4WnDzf4qewM66wuzmfFgsavLhH34scLh3qPsNJN5ZrOBrooG pg/A== X-Gm-Message-State: AOAM530BVznVu//lnSV5ccnItGiz9ZBsiY7Igjp5CCQEH7ymtbKKFaUv lmgdisORKxbfYesa6+yjqerTbBfqHfwLb/MlzeuKLm7iWIXKsSiL7T6OJXZrunfK1HEv8ssd5/n cyOtzD33oJm+GW+COPSxrcoeJ X-Received: by 2002:a17:907:7b9f:: with SMTP id ne31mr10323762ejc.592.1639563962913; Wed, 15 Dec 2021 02:26:02 -0800 (PST) X-Google-Smtp-Source: ABdhPJxn1xV7iE8sI1FQ9psjd60mn1dZq5+6ul60Aou6+YU3I+HarC9Iu3ebjWaLZ27pxPSyzL7C4w== X-Received: by 2002:a17:907:7b9f:: with SMTP id ne31mr10323749ejc.592.1639563962763; Wed, 15 Dec 2021 02:26:02 -0800 (PST) Received: from ?IPV6:2001:1c00:c1e:bf00:1db8:22d3:1bc9:8ca1? (2001-1c00-0c1e-bf00-1db8-22d3-1bc9-8ca1.cable.dynamic.v6.ziggo.nl. [2001:1c00:c1e:bf00:1db8:22d3:1bc9:8ca1]) by smtp.gmail.com with ESMTPSA id h18sm658317edw.55.2021.12.15.02.26.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 15 Dec 2021 02:26:02 -0800 (PST) Message-ID: Date: Wed, 15 Dec 2021 11:26:01 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH v2 3/6] platform/x86: i2c-multi-instantiate: Move it to drivers/acpi folder Content-Language: en-US To: Mark Brown , Stefan Binding Cc: "Rafael J . Wysocki" , Len Brown , Mark Gross , linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-acpi@vger.kernel.org, platform-driver-x86@vger.kernel.org, patches@opensource.cirrus.com, Lucas Tanure References: <20211210154050.3713-1-sbinding@opensource.cirrus.com> <20211210154050.3713-4-sbinding@opensource.cirrus.com> From: Hans de Goede In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 12/10/21 18:59, Mark Brown wrote: > On Fri, Dec 10, 2021 at 03:40:47PM +0000, Stefan Binding wrote: >> From: Lucas Tanure >> >> Moving I2C multi instantiate driver to drivers/acpi folder for >> upcoming conversion into a generic bus multi instantiate >> driver for SPI and I2C >> >> Signed-off-by: Lucas Tanure >> --- > > You've not provided a Signed-off-by for this so people can't do anything > with it, please see Documentation/process/submitting-patches.rst for > details on what this is and why it's important. To clarify this, what I believe that Mark means here is that if you submit a patch which was originally authored by someone else, then you should add your own (the submitters) Signed-off-by after the author's Signed-off-by. The idea is that each person directly touching the patch (rather then merging a branch which has the patch) adds its S-o-b to the patch. You will also always see sub-system maintainers add their own S-o-b at the end when they pick up the patch from the list and then apply it to their own tree (and possibly resolve conflicts or touch up things a bit). Regards, Hans