Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1186048ybz; Sat, 25 Apr 2020 12:57:24 -0700 (PDT) X-Google-Smtp-Source: APiQypK90U6QXI+9+O0xQ9PbSLloewOCDFBxvbujc8h4IuZyWFZ6yu0F4onx1hX708mr9pxDV7jj X-Received: by 2002:a50:eb8e:: with SMTP id y14mr12650704edr.270.1587844644776; Sat, 25 Apr 2020 12:57:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587844644; cv=none; d=google.com; s=arc-20160816; b=Bg9aHsKmcMlZF3GA68W8O3lokn325ZLkeURQ9hhqH8C36qQUnDvfW8ouzv5OOipg4K 9G7dKhGJ7fV2rnBn0NVBkVyA6K7w/lLiR2Hlzs+JtLjFf6b34kSruB2+yWFZWk79qFUu pc5TPbCs3zlR0z1xZF1bjSc92gUT+cTpBUT3CGe1Jte3VIMoJaPYq88L52zCfHnXpWBZ QVFc0MnRTfULOuztyl4tEulrU5XkAFXL/qKYWHu6T+IoPWM8MjzhBvgjIt0+vONNOu6A 4F/hQlCdYy/n8D5OSDmi6KYxondaxr2u0IWfko3r4jEhDsaVaptrOuWvr2njuPwm3ldc 9whw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=gjBLnKfQ53dlosguwchSnTF7sgpCOwzci+z3oBPifaE=; b=g9NCne3atIfGSxsBNUwEW7nEXfaIK0QrBSEPgT3DHQxjmY3s/DYWuhmxXTsDQ+4ktL 5bOMtjQE2prmAqblMsc/YKcR8zjIioWXCTQBD8ctBFm+zyq11+jTLgM8klJHJm/2aY2B 40wRBR/Z+VdvmHeqnPhRaCcs1bsEm61hUaQRLD1aVR0VM4YbLysYLZ8e64X9vC5Pvdq5 DsgttHvnnduNWCQ7SNz7MmEU4b7F1A3/caXkf8+3JGHJkMazkSufaCtQuS3kSXnesdYf LnpScOpUBdz3PI5jtl2nMWorGUQdUMwbAeDHGsZociZ6xb4afd251UrPGFLa2JxTQ6VR xWDA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id rl13si5736947ejb.43.2020.04.25.12.57.01; Sat, 25 Apr 2020 12:57:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726348AbgDYTxc (ORCPT + 99 others); Sat, 25 Apr 2020 15:53:32 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:40754 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726190AbgDYTxc (ORCPT ); Sat, 25 Apr 2020 15:53:32 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 0A5ED1C0239; Sat, 25 Apr 2020 21:53:31 +0200 (CEST) Date: Sat, 25 Apr 2020 21:53:28 +0200 From: Pavel Machek To: Dan Murphy Cc: jacek.anaszewski@gmail.com, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v20 03/17] leds: multicolor: Introduce a multicolor class definition Message-ID: <20200425195328.GB1143@bug> References: <20200423155524.13971-1-dmurphy@ti.com> <20200423155524.13971-4-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200423155524.13971-4-dmurphy@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > Introduce a multicolor class that groups colored LEDs > within a LED node. > > The multi color class groups monochrome LEDs and allows controlling two > aspects of the final combined color: hue and lightness. The former is > controlled via color_intensity file and the latter is controlled > via brightness file. It is now multi_intensity, AFAICT. Pavel