Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp664833yba; Wed, 3 Apr 2019 17:06:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqz1/l0GZge1fH3EnREJ2ve8kvdJo33fIv0LA/SXP9wun38uSkBEWBnrb/5Bf1ckDPJisk97 X-Received: by 2002:a17:902:469:: with SMTP id 96mr3016445ple.46.1554336366076; Wed, 03 Apr 2019 17:06:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554336366; cv=none; d=google.com; s=arc-20160816; b=rMyyG5LIfM7KLYHnBxvIsL3JD0VbdcAJ7Wv7QyQjtqIxIKXFZwy2xEVBch1LFgsb0Y sQ9RTCriUSoxkeHsZ3eFud/X4DSZTdm1Zynaaegofhb7e4dQEOiCoic+R5D002L4oUpe kOczQjsdxIq3s1xS7gnX/8NKNMJo2NlsYy7y1Sgbs70ir88bnUIbyBMeX8XUlt5BWsJP 0Ei73bBxS9odMUHF/RLH5yiKEnxJ+eC6GQAY/tfvtvapjXseR/Narwz4VxZWbWOAW4lu OWKLMNb0PvpaFK07XCHBPApgInfPij0hf+LhIGIs/KeXLf7Sxo+cmGk5a/WJ5kWSPX5o 227Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=LG3gkrEzot9i1CL4xPPd0Xlt7wpYobaep0skgdS4ViI=; b=QCswZW3mtD6Ua/ACqwPWx4oOCDBdYvj1nhUYavOg+Uk5YpBx+i6raFfvLcqatMv/an k0lJCSZ4Minuyt5+Q5PNITh32+MuEVB1eZEvwro6otNEld0A90NiHIjiO3w1St5ySt9k rijZg3PL8livMQB+BHiNnez3CtsjxuLsS8R67zsXDUJmoZd8WW3Vmlg2JDZUcHrb9c5h j99LTWcQxYtpnlh/swOF+7vhW28uqidwybTPRTEriZu620KBn+Z+OWhDnycH++feK6yw bPeHrxnlUjV72YFs3hStMrJo/eTCKom1seWj69MIpVqKv7cigCZd7Ae6CRbuFGxM3EkM 2FVQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z127si15251877pfz.214.2019.04.03.17.05.50; Wed, 03 Apr 2019 17:06:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726584AbfDDAEq (ORCPT + 99 others); Wed, 3 Apr 2019 20:04:46 -0400 Received: from muru.com ([72.249.23.125]:44240 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726099AbfDDAEp (ORCPT ); Wed, 3 Apr 2019 20:04:45 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C072D803A; Thu, 4 Apr 2019 00:04:59 +0000 (UTC) Date: Wed, 3 Apr 2019 17:04:42 -0700 From: Tony Lindgren To: Dan Murphy Cc: robh+dt@kernel.org, jacek.anaszewski@gmail.com, pavel@ucw.cz, lee.jones@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org Subject: Re: [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references Message-ID: <20190404000442.GX49658@atomide.com> References: <20190321142838.22985-1-dmurphy@ti.com> <20190321142838.22985-3-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190321142838.22985-3-dmurphy@ti.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dan Murphy [190321 14:29]: > Remove the LM3532 backlight driver references from the ti-lmu > code as dedicated driver support is available. Acked-by: Tony Lindgren