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=-10.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=ham 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 B2A77C433DF for ; Fri, 26 Jun 2020 07:56:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 86ADC2082E for ; Fri, 26 Jun 2020 07:56:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728827AbgFZH47 (ORCPT ); Fri, 26 Jun 2020 03:56:59 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:45922 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728687AbgFZH46 (ORCPT ); Fri, 26 Jun 2020 03:56:58 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id A533B2A58EC Subject: Re: [PATCH v7] dt-bindings: mfd: Convert ChromeOS EC bindings to json-schema To: Lee Jones Cc: Ikjoon Jang , devicetree@vger.kernel.org, Rob Herring , Dmitry Torokhov , Gwendal Grignou , Mark Rutland , Benson Leung , Guenter Roeck , Jiri Kosina , Benjamin Tissoires , Nicolas Boitchat , linux-input@vger.kernel.org References: <20200306085513.76024-1-ikjn@chromium.org> <20200417101333.GA3737@dell> <20200625134620.GS954398@dell> From: Enric Balletbo i Serra Message-ID: Date: Fri, 26 Jun 2020 09:56:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200625134620.GS954398@dell> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Lee, On 25/6/20 15:46, Lee Jones wrote: > On Thu, 25 Jun 2020, Enric Balletbo i Serra wrote: > >> Hi Lee, >> >> On 17/4/20 12:13, Lee Jones wrote: >>> On Fri, 06 Mar 2020, Ikjoon Jang wrote: >>> >>>> Convert the ChromeOS EC bindings to json-schema. >>>> >>>> Signed-off-by: Ikjoon Jang >>>> Reviewed-by: Enric Balletbo i Serra >>>> --- >>>> .../devicetree/bindings/mfd/cros-ec.txt | 76 ----------- >>>> .../bindings/mfd/google,cros-ec.yaml | 129 ++++++++++++++++++ >>>> 2 files changed, 129 insertions(+), 76 deletions(-) >>>> delete mode 100644 Documentation/devicetree/bindings/mfd/cros-ec.txt >>>> create mode 100644 Documentation/devicetree/bindings/mfd/google,cros-ec.yaml >>> >>> Applied, thanks. >> >> I don't see this patch applied, I am missing something? > > It should be there. Not sure when the MFD repo was last pushed. > > I'll try pushing it again (there are a couple of new patches from > today). Maybe that will spur a fetch from -next. If it's still not > there tomorrow, let me know and I'll investigate further. > Still not there, just to make sure I am looking at the right branch, I am checking https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git/log/?h=for-mfd-next Thanks, Enric