From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4D9C715483; Tue, 19 Dec 2023 09:33:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="diJ/hkN6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF84AC433C7; Tue, 19 Dec 2023 09:33:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702978408; bh=U0si4BVeCSiJQq+SvPLzBPq/0rnWVdMAwb6silgvIMw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=diJ/hkN62P4qdzRr/wU5FdQDJepCKZeR/rHZf26elSqu+g0nrWZ5YpW68h7meJo11 wsqkwkACqD5U16QYQY2hhduaS85Z2Yj+IUHM9G4AOjFmoHjHEXnuyY3Gd/AxttsRAK b42v5Rg4GXubUUtAERAlGUVMk3YNuXzq30zK5sHptf4rZS+CWI4Lnc0QFeHZr7go3E MVfUYGEbhWI8mITjdn4pYxpKT6AtwP0TuZ58quqAwK/cLgoUnLvGPdaOaGMpdiFddT tvcA6h1w+8W2X8NNJ4RcgpdBKGxMbZ3xefiK8ujYs1ACHCBWhQC0ayCBYS8y3JKk6p 8fOyIUXPGayAg== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1rFWTd-0007F4-1l; Tue, 19 Dec 2023 10:33:25 +0100 Date: Tue, 19 Dec 2023 10:33:25 +0100 From: Johan Hovold To: Marijn Suijten Cc: Lee Jones , phone-devel@vger.kernel.org, Pavel Machek , Bjorn Andersson , ~postmarketos/upstreaming@lists.sr.ht, AngeloGioacchino Del Regno , Konrad Dybcio , Martin Botka , Jami Kettunen , linux-arm-msm@vger.kernel.org, linux-leds@vger.kernel.org, Rob Herring , Bhupesh Sharma , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Boyd , Satya Priya Subject: Re: [PATCH v4 2/2] leds: qcom-lpg: Add PM660L configuration and compatible Message-ID: References: <20220719211848.1653920-1-marijn.suijten@somainline.org> <20220719211848.1653920-2-marijn.suijten@somainline.org> <3lsapoxlqijes5m4nqcbhdfhhs4chq3mcq3jaty7v2zihsqnwu@nn67a4h6425k> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3lsapoxlqijes5m4nqcbhdfhhs4chq3mcq3jaty7v2zihsqnwu@nn67a4h6425k> On Tue, Dec 19, 2023 at 10:17:16AM +0100, Marijn Suijten wrote: > Note that I have one more unmerged leds patch around, that hasn't been looked > at either. Would it help to send this once again, perhaps with more reviewers/ > testing (Johan, would you mind taking a look too)? > > https://lore.kernel.org/linux-leds/20220719213034.1664056-1-marijn.suijten@somainline.org/ Yes, I suggest you resend that one too so that it ends up in Lee's inbox. Johan