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 X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A166ECE58D for ; Sat, 12 Oct 2019 00:49:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 60A882089F for ; Sat, 12 Oct 2019 00:49:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Y/JK46cl" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728191AbfJLAtB (ORCPT ); Fri, 11 Oct 2019 20:49:01 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:51972 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726345AbfJLAtA (ORCPT ); Fri, 11 Oct 2019 20:49:00 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x9C0muw3062648; Fri, 11 Oct 2019 19:48:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1570841336; bh=9HYdVL/jxtLlrmhctSjijC3xd4LSPsecoNMKj9yKSrw=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=Y/JK46clAnFJ4Fjy0GMr6/Is9AphlLqqKhnkFdvDz63MJ0lWCrf2bRzPKkIDaK9n7 0uWh0tOUAIGiTmpeopsG3CJPkS59/8p9Q96k/AHWL5B4M1yh6Y+ubE5M8+QZWC6jXq 2G96igWsTZH7QekdJoLfjO4t7UKIoLklEvNMG5fU= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x9C0mupj080574 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 11 Oct 2019 19:48:56 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Fri, 11 Oct 2019 19:48:55 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Fri, 11 Oct 2019 19:48:51 -0500 Received: from [10.250.65.13] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id x9C0mtpX036662; Fri, 11 Oct 2019 19:48:55 -0500 Subject: Re: [PATCH v12 00/16] Multicolor Framework v12 To: Jacek Anaszewski , CC: , References: <20191011130657.4713-1-dmurphy@ti.com> <47e924dd-ae75-b822-b79e-9156d09b8b1a@gmail.com> From: Dan Murphy Message-ID: <194bd01e-6354-d3b3-63cd-97c359f99dca@ti.com> Date: Fri, 11 Oct 2019 19:48:34 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <47e924dd-ae75-b822-b79e-9156d09b8b1a@gmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jacek On 10/11/19 2:40 PM, Jacek Anaszewski wrote: > Dan, > > On 10/11/19 3:06 PM, Dan Murphy wrote: >> Hello >> >> Minor changes per review comments. >> https://lore.kernel.org/patchwork/project/lkml/list/?series=413385 >> >> Rebased the series on top of Pavel's next branch. >> >> Multicolor changes: >> Rename led_mc_calc_brightness to led_mc_calc_color_components >> Updated the binding example for the function from STATUS to CHARGING > I see STATUS is still there, as well ass "Child". I fixed them they are just in the wrong patch as you pointed out. Dan