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 C394BC282DD for ; Wed, 8 Jan 2020 19:15:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 906C920705 for ; Wed, 8 Jan 2020 19:15:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="X7Rm0hzJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727103AbgAHTPX (ORCPT ); Wed, 8 Jan 2020 14:15:23 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:59240 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730293AbgAHTPX (ORCPT ); Wed, 8 Jan 2020 14:15:23 -0500 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 008JFIpF022294; Wed, 8 Jan 2020 13:15:18 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1578510918; bh=GADxs8iuDDp1e7HSjq06LFbU5gQ44F5odDANmb4L5n4=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=X7Rm0hzJ4cnLhLHnLadpg1GpH6CYa/NMaIJVfiahZDSiTNo58MAzVdz1MRiYvrYj4 6u5ORmpcFkHl9e2+Xh88CdmLraeKmyjrvGQXDo4xqyvqrlr76e6njQlMt9qQQ6xSU1 YEwWexAJA4McPuBC2TntNxjFcLRYTTzxq+jdI+ng= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 008JFIec097542 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 8 Jan 2020 13:15:18 -0600 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Wed, 8 Jan 2020 13:15:18 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Wed, 8 Jan 2020 13:15:17 -0600 Received: from [10.250.65.13] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 008JFHYa028176; Wed, 8 Jan 2020 13:15:17 -0600 Subject: Re: [PATCH v17 00/19] Multicolor Framework To: Jacek Anaszewski , CC: , References: <20191114133023.32185-1-dmurphy@ti.com> <63fd7446-d051-5ef2-3901-dbc290b158e0@ti.com> From: Dan Murphy Message-ID: <5e249d4a-cfe6-3b21-ad86-e5a32fc6cd64@ti.com> Date: Wed, 8 Jan 2020 13:12:27 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-leds-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org Jacek On 1/8/20 1:09 PM, Jacek Anaszewski wrote: > On 1/8/20 2:48 PM, Dan Murphy wrote: >> Hello >> >> Do you have a time frame in applying this patch set? > I am afraid we're not waiting just for applying but for Pavel's > opinion on the most crucial parts of this patch set... OK.  The patchset is aging rapidly as it is almost 2 months old. Dan