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 755B7ECAAD1 for ; Wed, 31 Aug 2022 11:49:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229567AbiHaLtn (ORCPT ); Wed, 31 Aug 2022 07:49:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbiHaLtm (ORCPT ); Wed, 31 Aug 2022 07:49:42 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9ED2C2756; Wed, 31 Aug 2022 04:49:41 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 94B1EB82069; Wed, 31 Aug 2022 11:49:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18B1AC433D6; Wed, 31 Aug 2022 11:49:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661946579; bh=4LbJ3Fi/IPwJ87/lgNAqNMNEtuoOIl5eDv6t1rOEhpM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Jzp8M+8xEYkvkKj2zAbOF2d1HUOf/3528ajVN9IbSawV8fsrCr6miPSeSFhwf43oX ZD/IL40s73BxdFtLwNyFgynfWicD+HJx1UEhq4L5GiTg5ym7GkiZ55fqVRm7Xu+/e4 uiOfWbtU8l6527N9RRRf4f5idukpxdEDz7rjsAvVkQXKrNaZogfqCxVX40d+xi2P9Q NetUhJC5q74OscHroNlPEHIVuc7GBfqwAP8p6pAOdggF3QV/e3x3LJXt/AjVguUQnA h5dHm0U45MLIhfFyvCcnKReUv8psOm6xtKxRX8yfD34NeO6fm2vAcjy6m3WJiW9kR4 nudjJ0AglDNPg== Received: by pali.im (Postfix) id 4BBF5855; Wed, 31 Aug 2022 13:49:36 +0200 (CEST) Date: Wed, 31 Aug 2022 13:49:36 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Linus Walleij Cc: Pavel Machek , Rob Herring , Krzysztof Kozlowski , Marek =?utf-8?B?QmVow7pu?= , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] leds: syscon: Implement support for active-low property Message-ID: <20220831114936.vukjsovdxw3cmj6h@pali> References: <20220818172528.23062-1-pali@kernel.org> <20220818172528.23062-2-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Friday 26 August 2022 10:05:26 Linus Walleij wrote: > On Thu, Aug 18, 2022 at 7:25 PM Pali Rohár wrote: > > > This new active-low property specify that LED has inverted logic > > (0 - enable LED, 1 - disable LED). > > > > Signed-off-by: Pali Rohár > > Acked-by: Linus Walleij > > Yours, > Linus Walleij Is something else needed for this patch series?