From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacek Anaszewski Subject: Re: [PATCH v6 2/9] mfd: max8997: Use regmap to access registers Date: Fri, 06 May 2016 10:04:32 +0200 Message-ID: <572C5010.1090102@samsung.com> References: <1462519289-2356-2-git-send-email-k.kozlowski@samsung.com> <1462519636-3250-1-git-send-email-k.kozlowski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <1462519636-3250-1-git-send-email-k.kozlowski@samsung.com> Sender: linux-leds-owner@vger.kernel.org To: Krzysztof Kozlowski Cc: Kukjin Kim , MyungJoo Ham , Chanwoo Choi , Dmitry Torokhov , Richard Purdie , Lee Jones , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , Liam Girdwood , Mark Brown , Alessandro Zummo , Alexandre Belloni , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-leds@vger.kernel.org, linux-pm@vger.kernel.org, rtc-linux@googlegroups.com, r.baldyga@hackerion.com, Bartlomiej Zolnierkiewicz List-Id: linux-input@vger.kernel.org Hi Krzysztof, On 05/06/2016 09:27 AM, Krzysztof Kozlowski wrote: > From: Robert Baldyga > > This patch modifies max8997 driver and each associated function driver, > to use regmap instead of operating directly on i2c bus. It will allow to > simplify IRQ handling using regmap-irq. > > Signed-off-by: Robert Baldyga > Reviewed-by: Krzysztof Kozlowski > > [For extcon part] > Acked-by: Chanwoo Choi > > [For leds part] > Acked-by: Bryan Wu > Since I've replaced Bryan on the position of LED subsystem maintainer feel free to use my ack: Acked-by: Jacek Anaszewski -- Best regards, Jacek Anaszewski From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: rtc-linux@googlegroups.com Received: from mailout2.w1.samsung.com (mailout2.w1.samsung.com. [210.118.77.12]) by gmr-mx.google.com with ESMTPS id d141si2619742pfd.1.2016.05.06.01.04.37 for (version=TLS1 cipher=AES128-SHA bits=128/128); Fri, 06 May 2016 01:04:38 -0700 (PDT) Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0O6Q00BL9X3MIX10@mailout2.w1.samsung.com> for rtc-linux@googlegroups.com; Fri, 06 May 2016 09:04:34 +0100 (BST) Message-id: <572C5010.1090102@samsung.com> Date: Fri, 06 May 2016 10:04:32 +0200 From: Jacek Anaszewski MIME-version: 1.0 To: Krzysztof Kozlowski Cc: Kukjin Kim , MyungJoo Ham , Chanwoo Choi , Dmitry Torokhov , Richard Purdie , Lee Jones , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , Liam Girdwood , Mark Brown , Alessandro Zummo , Alexandre Belloni , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-leds@vger.kernel.org, linux-pm@vger.kernel.org, rtc-linux@googlegroups.com, r.baldyga@hackerion.com, Bartlomiej Zolnierkiewicz Subject: [rtc-linux] Re: [PATCH v6 2/9] mfd: max8997: Use regmap to access registers References: <1462519289-2356-2-git-send-email-k.kozlowski@samsung.com> <1462519636-3250-1-git-send-email-k.kozlowski@samsung.com> In-reply-to: <1462519636-3250-1-git-send-email-k.kozlowski@samsung.com> Content-type: text/plain; charset=UTF-8; format=flowed Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Hi Krzysztof, On 05/06/2016 09:27 AM, Krzysztof Kozlowski wrote: > From: Robert Baldyga > > This patch modifies max8997 driver and each associated function driver, > to use regmap instead of operating directly on i2c bus. It will allow to > simplify IRQ handling using regmap-irq. > > Signed-off-by: Robert Baldyga > Reviewed-by: Krzysztof Kozlowski > > [For extcon part] > Acked-by: Chanwoo Choi > > [For leds part] > Acked-by: Bryan Wu > Since I've replaced Bryan on the position of LED subsystem maintainer feel free to use my ack: Acked-by: Jacek Anaszewski -- Best regards, Jacek Anaszewski -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: j.anaszewski@samsung.com (Jacek Anaszewski) Date: Fri, 06 May 2016 10:04:32 +0200 Subject: [PATCH v6 2/9] mfd: max8997: Use regmap to access registers In-Reply-To: <1462519636-3250-1-git-send-email-k.kozlowski@samsung.com> References: <1462519289-2356-2-git-send-email-k.kozlowski@samsung.com> <1462519636-3250-1-git-send-email-k.kozlowski@samsung.com> Message-ID: <572C5010.1090102@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Krzysztof, On 05/06/2016 09:27 AM, Krzysztof Kozlowski wrote: > From: Robert Baldyga > > This patch modifies max8997 driver and each associated function driver, > to use regmap instead of operating directly on i2c bus. It will allow to > simplify IRQ handling using regmap-irq. > > Signed-off-by: Robert Baldyga > Reviewed-by: Krzysztof Kozlowski > > [For extcon part] > Acked-by: Chanwoo Choi > > [For leds part] > Acked-by: Bryan Wu > Since I've replaced Bryan on the position of LED subsystem maintainer feel free to use my ack: Acked-by: Jacek Anaszewski -- Best regards, Jacek Anaszewski