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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_PASS autolearn=ham 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 A17D3C10F13 for ; Thu, 11 Apr 2019 20:55:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 57D602146F for ; Thu, 11 Apr 2019 20:55:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="EysabDsf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727113AbfDKUzB (ORCPT ); Thu, 11 Apr 2019 16:55:01 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:44178 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727004AbfDKUzB (ORCPT ); Thu, 11 Apr 2019 16:55:01 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id x3BKsmdr046222; Thu, 11 Apr 2019 15:54:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1555016088; bh=zj/9ejsCGMMYU8zejw5RjLTSg0ML9zjqfxpe6p3PRE4=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=EysabDsfjx3yyIgbYzqCWKrA6KeCsyoMu0VKWEvzakxzZC5Ch988y3lMqqSB7MLw/ lvdMWcorFxNhEJ/3N2mbnaBdhXQfwIUgaChpdOibuomw8+vlVilONpSAjZJ+xz1Lek Jp2LPm2F7THzYoBtrNqjVBnAioUfRcE+62oKhAl4= 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 x3BKsmCX070693 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 11 Apr 2019 15:54:48 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) 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.1713.5; Thu, 11 Apr 2019 15:54:48 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE104.ent.ti.com (10.64.6.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; Thu, 11 Apr 2019 15:54:48 -0500 Received: from [10.250.81.84] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id x3BKsl9k078431; Thu, 11 Apr 2019 15:54:47 -0500 Subject: Re: [PATCH v2 6/7] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers To: , , , , CC: , , References: <20190411193848.23140-1-dmurphy@ti.com> <20190411193848.23140-7-dmurphy@ti.com> From: Dan Murphy Message-ID: <1a56bd5d-0c3f-a898-f0fe-24134ffc304d@ti.com> Date: Thu, 11 Apr 2019 15:54:47 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190411193848.23140-7-dmurphy@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit 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 Hello On 4/11/19 2:38 PM, Dan Murphy wrote: > Introduce the bindings for the Texas Instruments LP5036, LP5030, LP5024 and the LP5018 > RGB LED device driver. The LP5036/3024/18 can control RGB LEDs individually s/LP5036/3024/18->LP5036/30/24/18 Dan