Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934627AbbDXJbG (ORCPT ); Fri, 24 Apr 2015 05:31:06 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:33280 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933351AbbDXJbC (ORCPT ); Fri, 24 Apr 2015 05:31:02 -0400 Message-ID: <553A0D3B.2060101@gmail.com> Date: Fri, 24 Apr 2015 15:00:35 +0530 From: Varka Bhadram User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Ingi Kim , cooloney@gmail.com, rpurdie@rpsys.net, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org CC: sakari.ailus@iki.fi, j.anaszewski@samsung.com, joe@perches.com, sw0312.kim@samsung.com, cw00.choi@samsung.com, jh80.chung@samsung.com, ideal.song@samsung.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org Subject: Re: [PATCH v7 0/3] Add ktd2692 Flash LED driver using LED Flash class References: <1429795085-22171-1-git-send-email-ingi2.kim@samsung.com> In-Reply-To: <1429795085-22171-1-git-send-email-ingi2.kim@samsung.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1955 Lines: 60 On 04/23/2015 06:48 PM, Ingi Kim wrote: > This patch adds ktd2692 Flash LED driver with LED Flash class > > Change in v7: > - Add flash-max-microamp property for Flash LED > - Change gpio-legacy interface to gpio consumer interface > > Change in v6 resend: > - Adjust indent using checkpatch.pl script with strict option > > Change in v6: > - Change goto label to if-else > - Change DT binding style for LED device binding > > Change in v5: > - Clean up the code > - Fix help message of Kconfig > - Fix issue related with regulator and mutex usage > - Remove tab spaces in bindings > > Change in v4: > - Clean up the code > - Modify binding documentation of ktd2692 > > Change in v3: > - Clean up the code > - Add aux gpio pin to control Flash LED > > Change in v2: > - Introduction of LED Flash class as Jacek's comment > - Supplement of binding documentation > - Rename gpio control pin and remove unused pin > - Add regulator for the Flash LED > > Ingi Kim (3): > of: Add vendor prefix for Kinetic technologies > leds: ktd2692: add device tree bindings for ktd2692 > leds: Add ktd2692 flash LED driver > > .../devicetree/bindings/leds/leds-ktd2692.txt | 47 +++ > .../devicetree/bindings/vendor-prefixes.txt | 1 + > drivers/leds/Kconfig | 9 + > drivers/leds/Makefile | 1 + > drivers/leds/leds-ktd2692.c | 435 +++++++++++++++++++++ > 5 files changed, 493 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/leds-ktd2692.txt > create mode 100644 drivers/leds/leds-ktd2692.c > Reviewed-by: Varka Bhadram Thanks -- Varka Bhadram -- 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/