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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 A8F90C49ED7 for ; Fri, 13 Sep 2019 13:41:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 743E2206BB for ; Fri, 13 Sep 2019 13:41:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="ZBykWoc9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390313AbfIMNlz (ORCPT ); Fri, 13 Sep 2019 09:41:55 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:39828 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390169AbfIMNly (ORCPT ); Fri, 13 Sep 2019 09:41:54 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id x8DDfoaf094202; Fri, 13 Sep 2019 08:41:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1568382110; bh=z1V+v3q+InJeoYcLZ06aHyRBUiufpJvPRs8v6Mio0c8=; h=Subject:To:References:From:Date:In-Reply-To; b=ZBykWoc9JqVk3Kervj6A7s8CfmqgeF3d6/CP5ARCQAsKjoJa4Vwu7s5Nwy+nIVMer 9OUlm8kjyPUuAW8NgEFd34gEjzLk//iY2SXvsm4TZusx3eKz65fhRXVMLW9N9DswNL 5f1UE5xVzcsbXk8nqbZwgKfvXsKw9qKBsBQ+UdcE= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x8DDfoS7021604 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 13 Sep 2019 08:41:50 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Fri, 13 Sep 2019 08:41:49 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE108.ent.ti.com (10.64.6.29) 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, 13 Sep 2019 08:41:49 -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 x8DDfnlY014551; Fri, 13 Sep 2019 08:41:49 -0500 Subject: Re: [PATCH v8 2/2] leds: add LED driver for EL15203000 board To: Oleh Kravchenko , , , , References: <20190912221115.23595-1-oleg@kaa.org.ua> <20190912221115.23595-3-oleg@kaa.org.ua> From: Dan Murphy Message-ID: Date: Fri, 13 Sep 2019 08:42:15 -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: <20190912221115.23595-3-oleg@kaa.org.ua> 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-leds-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org Oleh On 9/12/19 5:11 PM, Oleh Kravchenko wrote: > This patch adds a LED class driver for the LEDs found on > the Crane Merchandising System EL15203000 LEDs board > (aka RED LEDs board). > > Signed-off-by: Oleh Kravchenko Reviewed-by: Dan Murphy