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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 C0305C433DF for ; Fri, 12 Jun 2020 06:22:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A049E207D8 for ; Fri, 12 Jun 2020 06:22:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="sHazt5Fw" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726497AbgFLGWq (ORCPT ); Fri, 12 Jun 2020 02:22:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37324 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726300AbgFLGWp (ORCPT ); Fri, 12 Jun 2020 02:22:45 -0400 Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43A20C08C5C1 for ; Thu, 11 Jun 2020 23:22:45 -0700 (PDT) Received: by mail-wm1-x342.google.com with SMTP id l26so6983976wme.3 for ; Thu, 11 Jun 2020 23:22:45 -0700 (PDT) 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=r35/raZrWclZAQmDzK4QKGB4/ZtwPhHpA9L2VMxUYi0=; b=sHazt5Fwsvd+Og9/lqG/YprtOJYONjtaj7z08uneab2SJkRHMzqRUKn1v8POaYQOA2 zHz0/+OMQvZIb8YYNsYmjNXYUPUgVEQT26KXtNg8vm/T9C8pQuO9BtKyHsEy+A0nfCFf wcB+W0Qpecva9B3Iw2Q3MHF53Vo3pji+WvOfnoyK5bsRzoQ/74XU/u706hSAF+KHHN4+ 2vvw63H0YZgUE0sNPAYF30qLixeRfwKACybBvfwfqwsCE1D2H1NN0c9+Ki/Uf/qcJ8oF 9KvaznHC8ARcXKlWngB5c+c6s0RxHKD9RZQp5zggoTFa6q0yiNODbR3fdxPaP2CtgGDT yiSg== 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:content-transfer-encoding :in-reply-to; bh=r35/raZrWclZAQmDzK4QKGB4/ZtwPhHpA9L2VMxUYi0=; b=qDakm1Iy47T5iRoaOu19haswik6768WCi2gpzhYzVtkqr7MVWNd8HFN9jktQvOvAS5 i6PVbcT+ZQrP8I9+z+lbUhzSjOzmy/xfBuG8ai9khW9VSOMUJYh8CfT3CyWUBtaA1YsW yJCPT+ZqOjvRT6BMk/fHWpEe6WXaPM62GJr8hd1GzAm8JQlm9PO1xghs6EVKuO4sCM1c xxkKUGtG5vUgHxYA3By6aH8s9dbH2E4mM5SsldfCehZrjgIWaosit0HGY7gA15CU+NLq ARPTiliozyiL3m57BpIXJN0lfHsIchaMeJQ+g0VslLOWkz+auGACRaLPWp5cWGMsRlec AxUQ== X-Gm-Message-State: AOAM532qBcWnp2XIIMdHs+pxQtg7bQF4ZMDda8RAegZx6iIyj5RRiSB8 3HR0/N12HP+B9lUphODrrLFJuA== X-Google-Smtp-Source: ABdhPJyMZ7jdqnrLlGWZOxx1xPXmlGZ65EoGe9atgpeXrfY05P+k4z1xx3SC4VvX1avfKNeZJIy8Ow== X-Received: by 2002:a1c:c2c5:: with SMTP id s188mr11700526wmf.18.1591942963832; Thu, 11 Jun 2020 23:22:43 -0700 (PDT) Received: from dell ([2.27.167.101]) by smtp.gmail.com with ESMTPSA id o18sm7463231wme.19.2020.06.11.23.22.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Jun 2020 23:22:43 -0700 (PDT) Date: Fri, 12 Jun 2020 07:22:40 +0100 From: Lee Jones To: Frank Rowand Cc: Andy Shevchenko , Michael Walle , Rob Herring , Mark Brown , devicetree , Linux Kernel Mailing List , linux-arm Mailing List , Linus Walleij , Guenter Roeck , Andy Shevchenko , Robin Murphy , GregKroah-Hartmangregkh@linuxfoundation.org Subject: Re: [RFC] MFD's relationship with Device Tree (OF) Message-ID: <20200612062240.GC4106@dell> References: <20200609110136.GJ4106@dell> <7cf94809-7346-31bc-877c-679ecc4d9710@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7cf94809-7346-31bc-877c-679ecc4d9710@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 11 Jun 2020, Frank Rowand wrote: > Please add me to the distribution list for future versions of this. The solution patch is already on v2. https://lore.kernel.org/lkml/20200611191002.2256570-1-lee.jones@linaro.org/ I'll bounce it to you. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog 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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 B0D99C433DF for ; Fri, 12 Jun 2020 06:22:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7A7D92081A for ; Fri, 12 Jun 2020 06:22:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="nNBJOGHM"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="sHazt5Fw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7A7D92081A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=V+ytWZHfapNlTnJzsdFbYlOdn0Gy0tHealD0cFBFc84=; b=nNBJOGHMeEJ/Pw nWfI2opBt5kw6vmJkjYGo4BYqvHs0zEIeNeduGUaA8fQeojpnqIBVdEz5ANTKAJaH1NTkVWk58+Kd 7fVO1v0Jq93QgWjP49FIKm8WOYl+h4P7DjsBX35GTULTTCPu0l8kJ4N6PGHtT23O4nM/pHRNUw/hA JRw9XPS6WTeXqfewIuLBGCOLq78yjgL6+x92HzhhDM+tZhnYoigHmDJytU8yP63p9/h3uQHLR7bqe eAjFAkmMZuqYSAkTPUZ7brtrwfi2jHuVGBm1N1twQm7PCVttgMFgVW20x5npGfDi5IQSjPUSqB78S WU55QjCVajfVClpAbNkw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jjd5Y-00013D-I0; Fri, 12 Jun 2020 06:22:52 +0000 Received: from mail-wm1-x342.google.com ([2a00:1450:4864:20::342]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jjd5V-00012H-5q for linux-arm-kernel@lists.infradead.org; Fri, 12 Jun 2020 06:22:50 +0000 Received: by mail-wm1-x342.google.com with SMTP id r15so7149282wmh.5 for ; Thu, 11 Jun 2020 23:22:45 -0700 (PDT) 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=r35/raZrWclZAQmDzK4QKGB4/ZtwPhHpA9L2VMxUYi0=; b=sHazt5Fwsvd+Og9/lqG/YprtOJYONjtaj7z08uneab2SJkRHMzqRUKn1v8POaYQOA2 zHz0/+OMQvZIb8YYNsYmjNXYUPUgVEQT26KXtNg8vm/T9C8pQuO9BtKyHsEy+A0nfCFf wcB+W0Qpecva9B3Iw2Q3MHF53Vo3pji+WvOfnoyK5bsRzoQ/74XU/u706hSAF+KHHN4+ 2vvw63H0YZgUE0sNPAYF30qLixeRfwKACybBvfwfqwsCE1D2H1NN0c9+Ki/Uf/qcJ8oF 9KvaznHC8ARcXKlWngB5c+c6s0RxHKD9RZQp5zggoTFa6q0yiNODbR3fdxPaP2CtgGDT yiSg== 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:content-transfer-encoding :in-reply-to; bh=r35/raZrWclZAQmDzK4QKGB4/ZtwPhHpA9L2VMxUYi0=; b=CwbAOmhatP4923vR43Ryb8IT1pIfVEgWyW3Xp+S8bJS6oD9/URzfAqr8X7izqz3obP bbIu6my+Nmz8upllFBO7+MXwkH9/UPOjtfdyv0XIrc4OFAUjbsT2JJM5tnfKHs9Bwnk2 2BSIGXAMwJwpL5VrfT49A79Mwt1A1VySAyexrPOveE95b/h8m9arjnQkgwb8YASPuoWU FTqOOmzc5rs/IMgqClFs/k+1WiQPtuc2JPO56bKAFQOoH5DyLvpKpKCdWGck3WR2vlQu uJOZmaGx8Z50qBQP2YhnycIj5Xvsqjldkk4XFB2sHC/fH5PUZZN6xRxFhaNtxE8Q1QiM 1N9A== X-Gm-Message-State: AOAM531+P15K7V61QhrQjEshQPnoZ/mqONzZWVy2tSo6sh/Kosg9OWIG MU2fXnxuKtNV49oq7zjsXE2Xhg== X-Google-Smtp-Source: ABdhPJyMZ7jdqnrLlGWZOxx1xPXmlGZ65EoGe9atgpeXrfY05P+k4z1xx3SC4VvX1avfKNeZJIy8Ow== X-Received: by 2002:a1c:c2c5:: with SMTP id s188mr11700526wmf.18.1591942963832; Thu, 11 Jun 2020 23:22:43 -0700 (PDT) Received: from dell ([2.27.167.101]) by smtp.gmail.com with ESMTPSA id o18sm7463231wme.19.2020.06.11.23.22.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Jun 2020 23:22:43 -0700 (PDT) Date: Fri, 12 Jun 2020 07:22:40 +0100 From: Lee Jones To: Frank Rowand Subject: Re: [RFC] MFD's relationship with Device Tree (OF) Message-ID: <20200612062240.GC4106@dell> References: <20200609110136.GJ4106@dell> <7cf94809-7346-31bc-877c-679ecc4d9710@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7cf94809-7346-31bc-877c-679ecc4d9710@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200611_232249_225951_77FFDC5C X-CRM114-Status: UNSURE ( 7.91 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , Mark Brown , Michael Walle , Linux Kernel Mailing List , Andy Shevchenko , Rob Herring , Guenter Roeck , GregKroah-Hartmangregkh@linuxfoundation.org, Andy Shevchenko , Robin Murphy , Linus Walleij , linux-arm Mailing List Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gVGh1LCAxMSBKdW4gMjAyMCwgRnJhbmsgUm93YW5kIHdyb3RlOgoKPiBQbGVhc2UgYWRkIG1l IHRvIHRoZSBkaXN0cmlidXRpb24gbGlzdCBmb3IgZnV0dXJlIHZlcnNpb25zIG9mIHRoaXMuCgpU aGUgc29sdXRpb24gcGF0Y2ggaXMgYWxyZWFkeSBvbiB2Mi4KCmh0dHBzOi8vbG9yZS5rZXJuZWwu b3JnL2xrbWwvMjAyMDA2MTExOTEwMDIuMjI1NjU3MC0xLWxlZS5qb25lc0BsaW5hcm8ub3JnLwoK SSdsbCBib3VuY2UgaXQgdG8geW91LgoKLS0gCkxlZSBKb25lcyBb5p2O55C85pavXQpTZW5pb3Ig VGVjaG5pY2FsIExlYWQgLSBEZXZlbG9wZXIgU2VydmljZXMKTGluYXJvLm9yZyDilIIgT3BlbiBz b3VyY2Ugc29mdHdhcmUgZm9yIEFybSBTb0NzCkZvbGxvdyBMaW5hcm86IEZhY2Vib29rIHwgVHdp dHRlciB8IEJsb2cKCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fCmxpbnV4LWFybS1rZXJuZWwgbWFpbGluZyBsaXN0CmxpbnV4LWFybS1rZXJuZWxAbGlzdHMu aW5mcmFkZWFkLm9yZwpodHRwOi8vbGlzdHMuaW5mcmFkZWFkLm9yZy9tYWlsbWFuL2xpc3RpbmZv L2xpbnV4LWFybS1rZXJuZWwK