Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755775AbbGTOQG (ORCPT ); Mon, 20 Jul 2015 10:16:06 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:32847 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754877AbbGTOQB (ORCPT ); Mon, 20 Jul 2015 10:16:01 -0400 From: "Jingoo Han" To: "'Jacek Anaszewski'" , "'Bjorn Andersson'" Cc: "'Rob Herring'" , "'Pawel Moll'" , "'Mark Rutland'" , "'Ian Campbell'" , "'Kumar Gala'" , "'Bryan Wu'" , "'Richard Purdie'" , "'Lee Jones'" , "'Jean-Christophe Plagniol-Villard'" , "'Tomi Valkeinen'" , "'Rob Clark'" , , , , , , "'Jingoo Han'" References: <1436990540-23354-1-git-send-email-bjorn.andersson@sonymobile.com> <55A764C5.5060205@samsung.com> In-Reply-To: <55A764C5.5060205@samsung.com> Subject: Re: [PATCH] backlight: pm8941-wled: Move PM8941 WLED driver to backlight Date: Mon, 20 Jul 2015 23:15:52 +0900 Message-ID: <004401d0c2f6$9b73b820$d25b2860$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdC/nZaH0Defq/eYRuaVGF6JI/WUhgDWKgFQ Content-Language: ko Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1437 Lines: 35 On Thursday, July 16, 2015 5:01 PM, Jacek Anaszewski wrote: > On 07/15/2015 10:02 PM, Bjorn Andersson wrote: > > The Qualcomm PM8941 WLED block is used for backlight and should therefor > > be in the backlight framework and not in the LED framework. This moves > > the driver and adapts to the backlight api instead. > > > > Signed-off-by: Bjorn Andersson > > --- > > .../devicetree/bindings/leds/leds-pm8941-wled.txt | 5 +- > > drivers/leds/Kconfig | 8 --- > > drivers/leds/Makefile | 1 - > > drivers/video/backlight/Kconfig | 8 +++ > > drivers/video/backlight/Makefile | 1 + > > .../backlight/pm8941-wled.c} | 59 ++++++++++------------ > > 6 files changed, 36 insertions(+), 46 deletions(-) > > rename drivers/{leds/leds-pm8941-wled.c => video/backlight/pm8941-wled.c} (90%) > > Acked-by: Jacek Anaszewski If you are not an author of this driver or a maintainer affected by this patch, Just 'Reviewed-by' looks good. Best regards, Jingoo Han > > -- > Best Regards, > Jacek Anaszewski -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/