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=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 1D968C433FE for ; Tue, 7 Sep 2021 17:54:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 018F161100 for ; Tue, 7 Sep 2021 17:54:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345043AbhIGRz1 (ORCPT ); Tue, 7 Sep 2021 13:55:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233525AbhIGRz1 (ORCPT ); Tue, 7 Sep 2021 13:55:27 -0400 Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B29F0C061757 for ; Tue, 7 Sep 2021 10:54:20 -0700 (PDT) Received: by mail-pf1-x42f.google.com with SMTP id q22so3982130pfu.0 for ; Tue, 07 Sep 2021 10:54:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=YBcmAPslhPlbZCksPdD9UAwxCOyd7Vi/72mhEqlkUwc=; b=HkdZ+dQbaE1YHf3eShR+H8cuybA04WEpd+misfhssrfuprgh83beYJgGNCuGdnRXPR SRXtySS6B9YJQ19UNEeSvn+Xp1drcUZ9s3TK6NMkK4tOFSmVLdLGIZmoPpKDP4coAnU2 Z3oZhLTGC6QfKc1aQEWqHbp2p4ACfYyYhzefs= 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=YBcmAPslhPlbZCksPdD9UAwxCOyd7Vi/72mhEqlkUwc=; b=i103Iyk0kVC7ZSWLxRPkoZeiza9FoEYS82guzBXgtw93L/oh/8R7jQ85QZpZp4nazs SWQ1bVvs8KqFN9hic5SvSABOot7pz+VlUDrKkTQGkLEXGHKimvH1zOuAaylfQ4cbkArP Mxbfe2w3bo50Am+BoZNOEJPJFq8cq5tGGSt6sf3ozYw4KM+SU4OzTkDZB3bX0VxFWtKm 9UycZczlV1VZYBc8myD6qe7E0qONzfsiPDftb6/3REl4BPXIARxZfsuFm3WXZqrFJeCW J1hQicq35uDpRrBV/igGWSXg1cmU6R4fipXJvAA9qQG7ChrY67owcrPDko7zQZs4uWQG hhfw== X-Gm-Message-State: AOAM533x0K49ni84JtUmVdAbLcM7wUFTdbuqSRBSegCiK6BFIYd59J2V n48bMt5ynhJ2obIQsTHlYv2qyg== X-Google-Smtp-Source: ABdhPJzzLQM5num0u3qqZhlFH76jVEvGu0iyrBMSWSAQsb3KVYmhYKSC6mJqm7RX/BHXWPkChWWqaQ== X-Received: by 2002:a63:4cd:: with SMTP id 196mr18311749pge.239.1631037260310; Tue, 07 Sep 2021 10:54:20 -0700 (PDT) Received: from localhost ([2620:15c:202:201:c6b2:7ae:474d:36f6]) by smtp.gmail.com with UTF8SMTPSA id a15sm14181369pgn.25.2021.09.07.10.54.19 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 07 Sep 2021 10:54:19 -0700 (PDT) Date: Tue, 7 Sep 2021 10:54:18 -0700 From: Matthias Kaehlcke To: satya priya Cc: Pavel Machek , Rob Herring , Andy Gross , Bjorn Andersson , swboyd@chromium.org, kgunda@codeaurora.org, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH 2/3] leds: Add pm8350c support to Qualcomm LPG driver Message-ID: References: <1630924867-4663-1-git-send-email-skakit@codeaurora.org> <1630924867-4663-3-git-send-email-skakit@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1630924867-4663-3-git-send-email-skakit@codeaurora.org> Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Mon, Sep 06, 2021 at 04:11:06PM +0530, satya priya wrote: > Add pm8350c compatible and lpg_data to the driver. > > Signed-off-by: satya priya > --- > drivers/leds/rgb/leds-qcom-lpg.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) That driver does not exist in upstream or -next. Looks like this is a patch from some downstream tree, which you should not use as base for sending patches upstream. It seems you need to send patches for the entire driver + bindings.