From patchwork Thu Aug 25 12:54:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 600140 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 82DA4C48BE4 for ; Thu, 25 Aug 2022 12:54:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241049AbiHYMyS (ORCPT ); Thu, 25 Aug 2022 08:54:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238494AbiHYMyQ (ORCPT ); Thu, 25 Aug 2022 08:54:16 -0400 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A29B5A174 for ; Thu, 25 Aug 2022 05:54:14 -0700 (PDT) Received: by mail-lf1-x12c.google.com with SMTP id bq23so19055736lfb.7 for ; Thu, 25 Aug 2022 05:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=S3SutAB1J4Kb12rqzo8+qQuuCiQhbu1bFQAHyt9SB6M=; b=dYjtx8g4GgRergvoaiFBiWUr5mp8xRc3ajTrabyMa3BOgh/UVTKQun5yXKMMauJRMc 0+eMWOZNpd+3omG8H8DsIx+7J/08M1obW4O6HuN1/6XLZ7QuOwCY1q+xfn6tJ+0Xi14+ ksNb9HYycX9JV7LSoOaOjrls83z6BtK7RxIHe3ALGiTFz8yuJpE4sPI1e86PN7lUIzGK S8tSB5c0ljyYXthRQu2jA7GyvpLd+heV1qrFqZCGJBjiEVJ6Vy6J+YZ24ODQg1o2U+IP Dze5Q7iBwMGW9rsKKt87+CJsHJHv0w9JrU4MyWUPP+KZqYEF+MoQG0xlpjAQYO0XCqSZ jISg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=S3SutAB1J4Kb12rqzo8+qQuuCiQhbu1bFQAHyt9SB6M=; b=awWVJdH9EyZuG3k2rPBADVdlTQ7aNRDwGfwHsKEKmU1eiifTjTjoBGLWRJ9gwr/OF+ BPSQIDL4Ay2+WgeOun3r7FhzuYKJTNJ0j5RukBjLedfiH1GtcrTpYTfahKergKuV+oPY 0vOeaHFrOTAAN8U17UZX0QA5cQH+dZ8j42Ia4LHX4fceGqvHlghVje7pPbm4mulSnMnQ HNMcKO/RoBDmLOZCzjR0knnHKifjItmmKBZuw9reL8oOqgnfEO09I7yI2ktc1xtQPGZE eo2ZSwiVAAd4xRVoNH2tSqztFL9WtLIcYdXZGQu2yaaGtXkVBVPKugGH4b5gfuu9dhDq CI3w== X-Gm-Message-State: ACgBeo1P8IO9Qg2+GRfXGhtmIp0cIWzRF/+URG9Z7GUbn5z6x8H8ZjVY Nv2X3mJr+NJW31yyoWbI+E317A== X-Google-Smtp-Source: AA6agR6Beh4p+rci4zh/hhXKnzTrbCflB3h0vAEJeLxMjM0OmsBCjw8pY7pJZ0BeP5ai02rnqARMJQ== X-Received: by 2002:a05:6512:b08:b0:492:87ad:5f5c with SMTP id w8-20020a0565120b0800b0049287ad5f5cmr1269359lfu.293.1661432052713; Thu, 25 Aug 2022 05:54:12 -0700 (PDT) Received: from krzk-bin.starman.ee (82.131.98.15.cable.starman.ee. [82.131.98.15]) by smtp.gmail.com with ESMTPSA id z14-20020a056512370e00b00492e3a8366esm494304lfr.9.2022.08.25.05.54.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Aug 2022 05:54:12 -0700 (PDT) From: Krzysztof Kozlowski To: Lee Jones , Daniel Thompson , Jingoo Han , Pavel Machek , Rob Herring , Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Konrad Dybcio , Srinivas Kandagatla , Kiran Gunda , dri-devel@lists.freedesktop.org, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH RESEND - dt 0/2] dt-bindings: left-overs for DT tree Date: Thu, 25 Aug 2022 15:54:08 +0300 Message-Id: <20220825125410.232377-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org Hi Rob, These were sent some months ago, then resent and still were not applied. You already reviewed them (I removed your tag here). Can you apply them to your tree? https://lore.kernel.org/all/20220720163720.7099-1-krzysztof.kozlowski@linaro.org/ https://lore.kernel.org/all/daaf6ad7-6204-2a13-442b-05068d29e734@linaro.org/ Best regards, Krzysztof Krzysztof Kozlowski (2): dt-bindings: nvmem: qfprom: add IPQ8064 and SDM630 compatibles dt-bindings: leds: qcom-wled: fix number of addresses .../devicetree/bindings/leds/backlight/qcom-wled.yaml | 9 ++++++++- Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 2 ++ 2 files changed, 10 insertions(+), 1 deletion(-)