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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 5CEEBCA9EA1 for ; Fri, 18 Oct 2019 13:24:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3B44521925 for ; Fri, 18 Oct 2019 13:24:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2410277AbfJRNYs (ORCPT ); Fri, 18 Oct 2019 09:24:48 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:4735 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729109AbfJRNYs (ORCPT ); Fri, 18 Oct 2019 09:24:48 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 5B62C30637865E3D5328; Fri, 18 Oct 2019 21:24:46 +0800 (CST) Received: from localhost (10.202.226.61) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.439.0; Fri, 18 Oct 2019 21:24:43 +0800 Date: Fri, 18 Oct 2019 14:24:33 +0100 From: Jonathan Cameron To: Linus Walleij CC: Lee Jones , Jonathan Cameron , "Rob Herring" , , Hartmut Knaack , Lars-Peter Clausen , "Peter Meerwald-Stadler" , Mboumba Cedric Madianga , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Subject: Re: [PATCH 5/7 v4] mfd: ab8500: augment DT bindings Message-ID: <20191018142433.00002a86@huawei.com> In-Reply-To: References: <20191011071805.5554-1-linus.walleij@linaro.org> <20191011071805.5554-6-linus.walleij@linaro.org> <20191011134449.GA12969@bogus> <20191017222238.673cd60b@archlinux> <20191018072959.GS4365@dell> Organization: Huawei X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.226.61] X-CFilter-Loop: Reflected Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Fri, 18 Oct 2019 09:48:49 +0200 Linus Walleij wrote: > On Fri, Oct 18, 2019 at 9:30 AM Lee Jones wrote: > > On Thu, 17 Oct 2019, Jonathan Cameron wrote: > > > Can you change the subject line to start with an uppercase char. > > > > Else my OCD sense will go into overdrive! ;) > > Jonathan: it's fine to rebase the immutable branch for this as long as no-one > has pulled it in I suppose. True enough. I'll check the obvious branches and hope nothing else gets through! Jonathan > > Working on a binding example cleanup. > > Yours, > Linus Walleij