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 75EE6C4332F for ; Tue, 8 Nov 2022 12:42:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233749AbiKHMmt (ORCPT ); Tue, 8 Nov 2022 07:42:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233613AbiKHMms (ORCPT ); Tue, 8 Nov 2022 07:42:48 -0500 Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BBF0F50F38 for ; Tue, 8 Nov 2022 04:42:46 -0800 (PST) Received: by mail-ed1-x52f.google.com with SMTP id a67so22239656edf.12 for ; Tue, 08 Nov 2022 04:42:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; 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=1NAwkd5gvafBd9aj3NDsmPd7fQCXQtLGmi5pO3EUXBs=; b=eEG90ipC8yImPAY3uFD8QLSUoEXgAoFv6K64zitJ8kXVIrIgC6p1DWoWSiXZwHsN4L 3dq1PuI+nuTyhq4v7byubmLh2P9/WixKct1VKlitOiryyDcIUUUBTtoazFf/m3Go+CjR 4cGAyhkanz+alVEidSSPNzWLyGiagwm8ywpjZQLI4uM0KqsqSENxHFqk3zXeQpzAmhbn MNfmsCdmX6JsWJFjPYV3X68XjKlu2nnZM2xDyYDzjx2MEiDMJjcAHRicUyZe2DxeYjNb K5IjjDvS32KrnkY63tSQGpk2lGrSdu6kgAbXXWIU5iQeNIvMFkV8eTO9tozBWWX+wTld 6meQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=1NAwkd5gvafBd9aj3NDsmPd7fQCXQtLGmi5pO3EUXBs=; b=0gbhY9NxWPpLM9XHby4PB2xNT6Yvh8YVvbRDPB5XUwnXthFE9y8c0MZf5P7twlxtUz HtAEokP5brftvdIfvQG6y0GZDrCS+dHRRwxItkPBRy1k98Pyj+RAKcX20pvFLFcwicR8 1fOaw4U8ybGLhx5JytGdX6OilrMXuabI4dkWN1uRLDc7GVuYAEZTosywgrHCso7bU2wh UZajwAK65Sdf5x6aMGBkrRkn0IcEbZDCmPqQP8Q3R0ynh+v305+1Qr5SwJ6Mt4B8etHL 6+B186Xeb9r0g/dPbbe66s4iCsbteYGFGjXUYxp7VhwSUmRTToGf5UEztQPbVf66bdQI ooNQ== X-Gm-Message-State: ACrzQf2eI4VmUKCGDAgFFyxFt34sagWowJY8uGqegwCFFQjGXAe/hDbu U65r7oJbI/QXXE4gQfGvIrwqyxYCnhA9NR/4Zdd+SQ== X-Google-Smtp-Source: AMsMyM4X463PCUWbCEJ9/WMIHfY6oheXBJQ6mxshnNqJwtlvyN0tlU11yHLyFhWP5bFEE6kg2MWl76/sJjnM1TB+FC4= X-Received: by 2002:a05:6402:d0b:b0:458:a244:4e99 with SMTP id eb11-20020a0564020d0b00b00458a2444e99mr55679890edb.46.1667911365383; Tue, 08 Nov 2022 04:42:45 -0800 (PST) MIME-Version: 1.0 References: <20220818172528.23062-1-pali@kernel.org> <20220818172528.23062-2-pali@kernel.org> <20220831114936.vukjsovdxw3cmj6h@pali> <20221009114043.6rdgpgzkngd527o7@pali> <20221101223255.rhzerarzld45xfjh@pali> In-Reply-To: <20221101223255.rhzerarzld45xfjh@pali> From: Linus Walleij Date: Tue, 8 Nov 2022 13:42:34 +0100 Message-ID: Subject: Re: [PATCH 2/2] leds: syscon: Implement support for active-low property To: =?UTF-8?Q?Pali_Roh=C3=A1r?= Cc: Pavel Machek , Rob Herring , Krzysztof Kozlowski , =?UTF-8?B?TWFyZWsgQmVow7pu?= , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Tue, Nov 1, 2022 at 11:33 PM Pali Roh=C3=A1r wrote: > On Sunday 09 October 2022 13:40:43 Pali Roh=C3=A1r wrote: > > On Wednesday 31 August 2022 13:49:36 Pali Roh=C3=A1r wrote: > > > On Friday 26 August 2022 10:05:26 Linus Walleij wrote: > > > > On Thu, Aug 18, 2022 at 7:25 PM Pali Roh=C3=A1r w= rote: > > > > > > > > > This new active-low property specify that LED has inverted logic > > > > > (0 - enable LED, 1 - disable LED). > > > > > > > > > > Signed-off-by: Pali Roh=C3=A1r > > > > > > > > Acked-by: Linus Walleij > > > > > > > > Yours, > > > > Linus Walleij > > > > > > Is something else needed for this patch series? > > > > PING? > > PING? If the LED subsystem isn't working consider sending the patch to the SoC tree with a notice that they apply it instead and why. Yours, Linus Walleij