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 4C1A4C433F5 for ; Wed, 29 Dec 2021 10:20:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239715AbhL2KUX (ORCPT ); Wed, 29 Dec 2021 05:20:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239707AbhL2KUV (ORCPT ); Wed, 29 Dec 2021 05:20:21 -0500 Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E67BC06173F for ; Wed, 29 Dec 2021 02:20:21 -0800 (PST) Received: by mail-wr1-x42e.google.com with SMTP id r17so43495489wrc.3 for ; Wed, 29 Dec 2021 02:20:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=Liv/wnruZkhJUhgP8iZ8gCc1jHrpYWlxHBR6M+5wZUc=; b=hHI7e7Xx5WsNp+sizLautUYJP1HnYkUi2RjutEnAIDc0Q7S4uyervX1C6H9OX0JVoK ZJnttaiisfNe3AdhGnQeaLsVGhIhySzIBvl4FVPfdl5N7hGx4DUAI+BD/8XXw3xB2Jbu 9Ye7lfzTYnCbgrqXuAWdtAdhGUsejxNJbNlObBk5LDoTa9omITwTLgWRhPPQlkSRrgYf VqSnrB5eQ4YDk7Vn5s1vJv8QH633WZukFjxQqL3U7LgS/jTJFAfKNB+gTOLpdgw212uU u/rZTO86PpnRKCbM80pnDptQXEQZhhIx8miiYpCHuuFv9i6zASAZ0pWhxUFmdHfZ2NUO SjIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=Liv/wnruZkhJUhgP8iZ8gCc1jHrpYWlxHBR6M+5wZUc=; b=bbvPGWL+0+SEePxK3StlMItmkGwLF7zCkaUseEFW4nmCQ1I0gQCXnUYw9xC8O7PtjN WQzagH4Hk3gaOdCui5XZPeSzoqgusujNaPdOq/PptXv0hPYgDcdU8lF2gU9bfZIZ56Ts Y1NTiyfySJycddBOR5JfxYTi+Ayc5yUgO5Ek2mJ4adcTdH2h21Gh4m5ppsyPfOwh0+Ff 3oQLBvGEFn75J3hiC3YvLdJnBnz+YH3ciKTNS9QqFHSA2F99Vy/VHuRWMDU9qf6pdcQD XytpF67fGPv7LN4dLyqKG/dAsDakdV98EznRhDviRnRo/76GeI+YCGiga03nUIW7OpiE CpMw== X-Gm-Message-State: AOAM530XG4+1N00kOFjsQkkp+yICdXqDVCom9S3rZLDehhq+3zYGDvTR 6LbaZkzQqK5+STNOr4QhI1SZpA== X-Google-Smtp-Source: ABdhPJzwn5sS3pe7SMJg6xiHcec0TOp1njpi7YrCt/wWEIaqBoBAdN4PYWJ0tJrZEsjT94xj2+m5BA== X-Received: by 2002:a05:6000:1869:: with SMTP id d9mr19813119wri.231.1640773219694; Wed, 29 Dec 2021 02:20:19 -0800 (PST) Received: from google.com ([2.31.167.18]) by smtp.gmail.com with ESMTPSA id w21sm16742523wmi.19.2021.12.29.02.20.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Dec 2021 02:20:19 -0800 (PST) Date: Wed, 29 Dec 2021 10:20:17 +0000 From: Lee Jones To: Caleb Connolly Cc: David Heidelberg , Andy Gross , Bjorn Andersson , Rob Herring , Stephen Boyd , ~okias/devicetree@lists.sr.ht, linux-arm-msm , devicetree@vger.kernel.org, open list Subject: Re: [PATCH] dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC Message-ID: References: <20211227215433.114426-1-david@ixit.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Dec 2021, Caleb Connolly wrote: > On Wed, 29 Dec 2021, 09:48 Lee Jones, wrote: > > > On Mon, 27 Dec 2021, David Heidelberg wrote: > > > > > From: Caleb Connolly > > > > > > Convert Qualcomm SPMI PMIC binding to yaml format. > > > > > > Additional changes: > > > - filled many missing compatibles > > > > > > Co-developed-by: David Heidelberg > > > Signed-off-by: David Heidelberg > > > > I must admit, I'm a bit hazy on the details, but this looks odd to > > me. Shouldn't this have Caleb's SoB too? Also, if you apply your > > SoB, I'm not sure you also need to apply a CDB as well? > > > Yeah, this should not be from me, I did originally work on this patch but > wasn't able to finish it. David perhaps resend with yourself as the patch > author and add > Co-developed-by: Caleb Connolly That would make more sense. > (either way, it shouldn't have been authored by my @linaro.org email > address). -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog