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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 AEF80C433E0 for ; Fri, 29 May 2020 19:26:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7E60C207D4 for ; Fri, 29 May 2020 19:26:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590780389; bh=EZm4Frvy2d7Ap64UxO+NvIDG3LIKsu/EYz4K2mjcdzE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=e4g32HgYOxpmuk77PeBX6OIxqPbi/VGUwKxjbnIv+wyS4aOWSSFj36Zo5hBnLuoxK F3Q1k7ImhMrCd9RLOkhx57FxVk57GQJjVNjqVzWvYzOdRdUaOE6tAeLFVNG6AgbDPL Wsu5H+JwiAm926M4c5UWaSuZMeq3UzQ6cZYl0asI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727094AbgE2T03 (ORCPT ); Fri, 29 May 2020 15:26:29 -0400 Received: from mail-il1-f196.google.com ([209.85.166.196]:35270 "EHLO mail-il1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726487AbgE2T03 (ORCPT ); Fri, 29 May 2020 15:26:29 -0400 Received: by mail-il1-f196.google.com with SMTP id a14so3640402ilk.2; Fri, 29 May 2020 12:26:28 -0700 (PDT) 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:in-reply-to; bh=1fphpl7nvKvkI2a1IjtaQR5TbQP0T0Z3ag/hlQwA83w=; b=WhXKK5HKHUISGKv+UnClvscYrhbfKhL+zsyzO5ddLBOpaRjx1j9eU83x1bIQKSym6z C/J8hVlRpCn2Hw//mXWjc+uEi2qTjIPDR1IY7dNHdLMZfS5LPxrjYXJxqeUldTtwkzcH R7mDDJHOMpTXvYhYlnBOeI8Wpes7rJVXcul98UAesAnD2bzYFcIvEHnIM3GUBztroJoz TANilDbC41O9PlJdNdIzyyvOqnXZ4NvztQCdVY1YGdiiprKeKjTEwu+rdNkPEEdOvtPz CwasToOEhyQEnQ8hhA8Fs4FEhsoGAJHHJQly1AP+42zoqmFwXAGveu0uWErBS+Z2WaMa EOxQ== X-Gm-Message-State: AOAM531iOtzyoCpy/XLCiMpgaY9kgeVVyzGLNWq9QjzcsjBccHLL8uc/ R18dr/EaH5cOFmIbhUBXRw== X-Google-Smtp-Source: ABdhPJx+36CA6rV3CjerRlAYBo6oT1IPD3MDk2fQIxDjsiR+YNzfH/Euhppr/AdpQAmUuZBR7kMehg== X-Received: by 2002:a92:d4cf:: with SMTP id o15mr9168738ilm.49.1590780388036; Fri, 29 May 2020 12:26:28 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id c11sm5441006ilg.20.2020.05.29.12.26.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 May 2020 12:26:27 -0700 (PDT) Received: (nullmailer pid 2798406 invoked by uid 1000); Fri, 29 May 2020 19:26:26 -0000 Date: Fri, 29 May 2020 13:26:26 -0600 From: Rob Herring To: Dan Murphy Cc: linux-kernel@vger.kernel.org, sre@kernel.org, devicetree@vger.kernel.org, afd@ti.com, linux-pm@vger.kernel.org, pali@kernel.org Subject: Re: [PATCH v2 3/4] dt-bindings: power: Add BQ28z610 compatible Message-ID: <20200529192626.GA2797881@bogus> References: <20200528122147.6171-1-dmurphy@ti.com> <20200528122147.6171-3-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200528122147.6171-3-dmurphy@ti.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 28 May 2020 07:21:46 -0500, Dan Murphy wrote: > Add the Texas Instruments bq28z610 battery monitor to the bq27xxx > binding. > > Signed-off-by: Dan Murphy > --- > Documentation/devicetree/bindings/power/supply/bq27xxx.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring