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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8FD4CCA489 for ; Thu, 21 Jul 2022 17:12:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229838AbiGURMj (ORCPT ); Thu, 21 Jul 2022 13:12:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiGURMi (ORCPT ); Thu, 21 Jul 2022 13:12:38 -0400 Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7708886C0F; Thu, 21 Jul 2022 10:12:37 -0700 (PDT) Received: by mail-io1-f53.google.com with SMTP id 125so1829744iou.6; Thu, 21 Jul 2022 10:12:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=NXW5mr/tm3w88vzFpDdrwOq+yoOKyhp6WYF1llgfXiU=; b=KM6UaB71/wUu3x4jl6qBtKxCH6u4tcivFfWWvEwupBoqwVIskOeQlAkslIOhsvNp/c xfVPH8mdaRK0IlEW5Z5uhEXWBaB47M17FXU4S/jEG3UbgET39rfEkwBmbI+KT5LXRcek UOKcbYAKt9dHtn8YdHsK3v7FtLLkoLaFOY4DTnlBLyiVish6mlBZ6Wen7SolnCHAE7hr cQ/EkrV55QdW408pfgiA+yXNexy0ddHH3cK2tcLglTp6xwSHPnCDLekr0bkRCW+nWKLY 0Bt6mjW73oXJ82nJMQLIV0i2piPwkyl2AYbQNJ2SZZZoz0z9X1KYAQSprfTYHOtYoPgr Rzsw== X-Gm-Message-State: AJIora9fVzCU8WhvQYIouympsSrhFCIc9tcsbabLJXdfOmPZmARWL62a /c151MaZEtkV7BRvWxlUUw== X-Google-Smtp-Source: AGRyM1sKkq06wlrz9tYdzXzFQIDky9vf1ktv1R/s38hzIfF70Bb2Bf0HPO3kjqNaeCGXMgXdZiRTgA== X-Received: by 2002:a05:6638:250c:b0:341:3fc3:a830 with SMTP id v12-20020a056638250c00b003413fc3a830mr20413533jat.195.1658423556742; Thu, 21 Jul 2022 10:12:36 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id y27-20020a056638229b00b003416ac35529sm1012628jas.26.2022.07.21.10.12.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Jul 2022 10:12:36 -0700 (PDT) Received: (nullmailer pid 1580571 invoked by uid 1000); Thu, 21 Jul 2022 17:12:33 -0000 Date: Thu, 21 Jul 2022 11:12:33 -0600 From: Rob Herring To: Marijn Suijten Cc: linux-arm-msm@vger.kernel.org, Rob Herring , AngeloGioacchino Del Regno , Konrad Dybcio , Jami Kettunen , phone-devel@vger.kernel.org, Bhupesh Sharma , devicetree@vger.kernel.org, Martin Botka , Pavel Machek , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , linux-leds@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, Bjorn Andersson Subject: Re: [PATCH v4 1/2] dt-bindings: leds: qcom-lpg: Add compatible for PM660L LPG block Message-ID: <20220721171233.GA1580186-robh@kernel.org> References: <20220719211848.1653920-1-marijn.suijten@somainline.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220719211848.1653920-1-marijn.suijten@somainline.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Jul 2022 23:18:47 +0200, Marijn Suijten wrote: > Document the availability of an LPG configuration for the PM660L PMIC in > the Qualcomm Light Pulse Generator driver. > > Signed-off-by: Marijn Suijten > Acked-by: Rob Herring > Reviewed-by: Bhupesh Sharma > Reviewed-by: Bjorn Andersson > --- > Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks!