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 98106C433FE for ; Tue, 22 Nov 2022 20:15:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234498AbiKVUPJ (ORCPT ); Tue, 22 Nov 2022 15:15:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234632AbiKVUPJ (ORCPT ); Tue, 22 Nov 2022 15:15:09 -0500 Received: from mail.z3ntu.xyz (mail.z3ntu.xyz [128.199.32.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ECB9427CF2; Tue, 22 Nov 2022 12:15:07 -0800 (PST) Received: from g550jk.localnet (unknown [62.108.10.64]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id 09F89CE614; Tue, 22 Nov 2022 20:15:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1669148105; bh=tjaabx+DOBEJxsj2AmY3G3Tchs38EEYG75S/4T0olZs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=i0nSZzq6GD7KIP0gmvVbxKBD68Sec5zzm2By2W2IQYCwXTMLFFSpqI3Jj0M6u8uOR Tzx3xWsD3KW2It+wSTQyYW5z3zQIZGqJIXZy05ZI2kN6KNnfen+VIRgMouY1s7bUU4 FmDkOSyI+ZDGhsg9BNvBP7TrTNcwdvFrkxx1RmpY= From: Luca Weiss To: myungjoo.ham@samsung.com, cw00.choi@samsung.com, Bryan O'Donoghue Cc: agross@kernel.org, andersson@kernel.org, konrad.dybcio@somainline.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, gurus@codeaurora.org, aghayal@codeaurora.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, bryan.odonoghue@linaro.org Subject: Re: [PATCH v4 0/2 RESEND] Fix pm8941-misc extcon interrupt dependency assumptions Date: Tue, 22 Nov 2022 21:15:03 +0100 Message-ID: <2260542.ElGaqSPkdT@g550jk> In-Reply-To: <20220926113143.40768-1-bryan.odonoghue@linaro.org> References: <20220926113143.40768-1-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Montag, 26. September 2022 13:31:41 CET Bryan O'Donoghue wrote: > RESEND: > - I thought I resent these at the start of this month, can't find them > in linux-msm I think I just sent them to myself. > > No change since July 17th > > V4: > - Added suggested extra log text from Marjin to extcon patch > > V3: > - Adds a cover-letter since we are now doing two patches a dt-bindings fix > and platform_get_irq_byname_optional fix. > - Add Review-by -> Rob Herring, Marijn Suijten > - Add additional patch to negate warning when one of usb_id or usb_vbus > is not declared in the platform DTS. > > Bryan O'Donoghue (2): > dt-bindings: pm8941-misc: Fix usb_id and usb_vbus definitions > extcon: qcom-spmi: Switch to platform_get_irq_byname_optional > > .../devicetree/bindings/extcon/qcom,pm8941-misc.yaml | 12 ++++++++---- > drivers/extcon/extcon-qcom-spmi-misc.c | 4 ++-- > 2 files changed, 10 insertions(+), 6 deletions(-) Hi Chanwoo Cho and MyungJoo Ham, could you please pick up these patches? Regards Luca