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 C6D93C7EE2E for ; Fri, 9 Jun 2023 07:12:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237215AbjFIHM4 (ORCPT ); Fri, 9 Jun 2023 03:12:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230242AbjFIHMz (ORCPT ); Fri, 9 Jun 2023 03:12:55 -0400 Received: from mail-yw1-x1131.google.com (mail-yw1-x1131.google.com [IPv6:2607:f8b0:4864:20::1131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39288273D for ; Fri, 9 Jun 2023 00:12:54 -0700 (PDT) Received: by mail-yw1-x1131.google.com with SMTP id 00721157ae682-568f9caff33so13198337b3.2 for ; Fri, 09 Jun 2023 00:12:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1686294773; x=1688886773; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=oOdL2lGb6aFJoxngFJO8rDJBGs9cE+jZ/OWSPKTxy6o=; b=VhSEBKDtLGZjfu6YNqe3sJBofBsTJT18H4sAeU2Nsu3UB19JtAyTCLY039TFVH+kBo aUvFkNBqS3B4J//TvcyWMhVzu5NAYzBHielLIBWWMYXlUBfaAkxtNC/mInFTh3BpuASg ppo+nbLK2zS2pHbnU+zKRBQN3VnN1/jwkBkJSjv2TevmGXzgZ2g+3409AvRv54fukh6W tg56eYj7EKIgxwfIU3847dNJMw402/WI1hf7+3jJypfewDXuI7sqMHbQ88ZmpwbyRmg6 xB+SRns47vcBInWz75lJ0yu3YjPt+V+EDcJh4QoRn7Xpa87+nYZEWa4Br50IL+3AORQm 2byA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686294773; x=1688886773; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oOdL2lGb6aFJoxngFJO8rDJBGs9cE+jZ/OWSPKTxy6o=; b=JnbxvVRMqaADuFIZf1frBf9ek09WD5V5DBT5+kgt//pcjX9OH2x281hFI2fZbb95MR 1tIarnN/GvexioiK2Mag/9sESMJkIH8RNL++7hTCjHQoDuIsHnFlQk7Hsz2T/UddtRDp dYtPUeecFKb6gWdRu0uLwR91/KL4sPPgo8O0rYO21Gg+Zv/MTu9znYB1XOX6BKVLI/Na 61rLqkgOjNUh9Zvi1Cz/86DNwW+3U9XlZ/+oBqzbKmJHJifi7ntFVBre+MukiYGwxtxB jL7tDUYMzySuKaDMZMapWHqzGt1Wy2f6d4r2OM14CBHeOVNJNLrUq4Ljt5T64+bYOVVV r3Ng== X-Gm-Message-State: AC+VfDwyIENcZgUJwrkq5UCeBwPNRMt4WZf4/8Frt6grKKtn3XxZKEZC kt5RHOSEh6j2ingNKqF1MzwmQ8dUSW2Jzfkko5xyOA== X-Google-Smtp-Source: ACHHUZ7m4zsOdujVqse3Vxt8hKwM9oH1SnNzEYlcCrbGoWjGiW6zoEDdGhFWqndy/X0cSZFzO6wXY+aLEzLzsSS7WhM= X-Received: by 2002:a25:f608:0:b0:ba8:6766:3607 with SMTP id t8-20020a25f608000000b00ba867663607mr413300ybd.48.1686294773397; Fri, 09 Jun 2023 00:12:53 -0700 (PDT) MIME-Version: 1.0 References: <20230601152026.1182648-1-krzysztof.kozlowski@linaro.org> In-Reply-To: <20230601152026.1182648-1-krzysztof.kozlowski@linaro.org> From: Linus Walleij Date: Fri, 9 Jun 2023 09:12:42 +0200 Message-ID: Subject: Re: [PATCH 1/8] pinctrl: qcom: qdf2xxx: drop ACPI_PTR To: Krzysztof Kozlowski Cc: Bjorn Andersson , Andy Gross , Konrad Dybcio , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-msm@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, Jun 1, 2023 at 5:20=E2=80=AFPM Krzysztof Kozlowski wrote: > Driver can bind only via ACPI matching and acpi_device_id is there > unconditionally, so drop useless ACPI_PTR() macro. > > Signed-off-by: Krzysztof Kozlowski Patches applied! I had to manually update patch 7/8 to account for the IPQ5018 driver that I just applied, but I think I figured it out, check the result! Yours, Linus Walleij