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_HELO_NONE,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 CEA12C282CE for ; Wed, 22 May 2019 19:39:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 968D42081C for ; Wed, 22 May 2019 19:39:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="fR1Gex2n" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732990AbfEVTjX (ORCPT ); Wed, 22 May 2019 15:39:23 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:42886 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730499AbfEVTjU (ORCPT ); Wed, 22 May 2019 15:39:20 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id x4MJdGYU019877; Wed, 22 May 2019 14:39:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1558553956; bh=tVnRlstl7Mo/U/69hUYQHMBs9wUpC3OGi4TdChwiOds=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=fR1Gex2n0/fUaqP5qx4+vDJ7f+Zm9QEzvkzu+pFhsQz8SxpTcr0gIA3ZCBhoojgaK xjz8csMK9Sb0dM7KApU/VGKW850ylqc4qxbbkqV+8c84+Uktz6a8tGw03IEvENFkoD I8ZJmGE1kaHYib/tnrtXwqgVXdFOE/GW++92snzw= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x4MJdGoA022863 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 22 May 2019 14:39:16 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) 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; Wed, 22 May 2019 14:39:16 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE107.ent.ti.com (10.64.6.28) 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; Wed, 22 May 2019 14:39:16 -0500 Received: from [10.250.90.63] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id x4MJdFbJ046989; Wed, 22 May 2019 14:39:15 -0500 Subject: Re: [PATCH v4 0/6] LM36274 Introduction To: Jacek Anaszewski , , , CC: , , References: <20190522192733.13422-1-dmurphy@ti.com> <6501a8b5-8068-4c9d-6b51-ef00fa72c6d5@gmail.com> From: Dan Murphy Message-ID: <2a8a9fa5-9338-bb17-e273-b1e0278a566d@ti.com> Date: Wed, 22 May 2019 14:39:05 -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: <6501a8b5-8068-4c9d-6b51-ef00fa72c6d5@gmail.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit 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 5/22/19 2:37 PM, Jacek Anaszewski wrote: > Hi Dan, > > On 5/22/19 9:27 PM, Dan Murphy wrote: >> Hello >> >> This is patch set v4 for the LM36274.  There were no changes made >> to this patch set except to rebase this on top of the latest TI LMU common code >> patchset. > > Why the rebase was needed? leds-lm36274.c was already including > leds-ti-lmu-common.h. > I just resent the patchset. This was the cover letter in the series I sent originally. Dan