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=-6.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 3CC31C388F9 for ; Wed, 21 Oct 2020 15:09:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B341120BED for ; Wed, 21 Oct 2020 15:09:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="Fi9n+p3H" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2444074AbgJUPJt (ORCPT ); Wed, 21 Oct 2020 11:09:49 -0400 Received: from z5.mailgun.us ([104.130.96.5]:19078 "EHLO z5.mailgun.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2444002AbgJUPJs (ORCPT ); Wed, 21 Oct 2020 11:09:48 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1603292987; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=yFmWiNHekQ4RHIngpO670iO7r5SStQl0dA1bVHiwHmY=; b=Fi9n+p3HJGBTTjLxn5P+kYnLhQdYDLClwS9VhUdXdkgqPGrP/CtTVODLzVdLdN5zJadUXzdI ln/pDTHSioq4l8RutvO4U+UUJOKA+vSlKJFh7NZQfSriW3i1v31GXdGNFigFqY2WxlL+rPH6 OYQ0c4K66AO8JAMnJYVTAzBQylE= X-Mailgun-Sending-Ip: 104.130.96.5 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-west-2.postgun.com with SMTP id 5f904f28a03b63d673b685ca (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 21 Oct 2020 15:09:28 GMT Sender: kgunda=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 1888DC433FF; Wed, 21 Oct 2020 15:09:28 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: kgunda) by smtp.codeaurora.org (Postfix) with ESMTPSA id 6775BC433CB; Wed, 21 Oct 2020 15:09:27 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 21 Oct 2020 20:39:27 +0530 From: kgunda@codeaurora.org To: Stephen Boyd Cc: Andy Gross , Bjorn Andersson , Lee Jones , Mark Rutland , Rob Herring , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, rnayak@codeaurora.org, linux-arm-msm-owner@vger.kernel.org Subject: Re: [PATCH V3 1/2] mfd: qcom-spmi-pmic: Convert bindings to .yaml format In-Reply-To: <160167515893.310579.11853207494346374403@swboyd.mtv.corp.google.com> References: <1580997328-16365-1-git-send-email-kgunda@codeaurora.org> <5e3c63d0.1c69fb81.c2bba.0957@mx.google.com> <160167515893.310579.11853207494346374403@swboyd.mtv.corp.google.com> Message-ID: X-Sender: kgunda@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-10-03 03:15, Stephen Boyd wrote: > Quoting kgunda@codeaurora.org (2020-02-06 21:57:49) >> On 2020-02-07 00:36, Stephen Boyd wrote: >> > Quoting Kiran Gunda (2020-02-06 05:55:26) >> >> Convert the bindings from .txt to .yaml format. >> >> >> >> Signed-off-by: Kiran Gunda >> >> --- >> > >> > Did something change? Is there a cover letter? >> > >> Other than converting the bindings to .yaml not much changed from the >> previous post. >> I will log the per patch changes in next post. > > What happened to this series? It never got resent. Couldn't get the chance to work on it. Will work on it and post the next patch in couple weeks.