From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH v7 1/6] mfd: max8997: Use regmap to access registers Date: Wed, 08 Jun 2016 16:30:55 +0200 Message-ID: <57582C1F.5040306@samsung.com> References: <1464773339-756-1-git-send-email-k.kozlowski@samsung.com> <1464774841-1439-1-git-send-email-k.kozlowski@samsung.com> <20160608142621.GG14888@dell> Reply-To: rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-reply-to: <20160608142621.GG14888@dell> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Lee Jones , Mark Brown Cc: Kukjin Kim , MyungJoo Ham , Chanwoo Choi , Dmitry Torokhov , Richard Purdie , Jacek Anaszewski , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , Liam Girdwood , Alessandro Zummo , Alexandre Belloni , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-leds-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, r.baldyga-anjuHVi6/WSaMJb+Lgu22Q@public.gmane.org, Bartlomiej Zolnierkiewicz List-Id: linux-input@vger.kernel.org On 06/08/2016 04:26 PM, Lee Jones wrote: > On Wed, 01 Jun 2016, 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 >> >> Acked-by: Chanwoo Choi >> Acked-by: Bryan Wu >> Acked-by: Lee Jones >> Acked-by: Sebastian Reichel >> Acked-by: Dmitry Torokhov >> Acked-by: Alexandre Belloni >> [k.kozlowski: Collect acks, rebase on v4.6-rc6] >> Signed-off-by: Krzysztof Kozlowski >> Acked-by: Jacek Anaszewski >> --- >> drivers/extcon/extcon-max8997.c | 31 ++++---- >> drivers/input/misc/max8997_haptic.c | 34 ++++---- >> drivers/leds/leds-max8997.c | 13 ++-- >> drivers/mfd/Kconfig | 1 + >> drivers/mfd/max8997-irq.c | 64 ++++++--------- >> drivers/mfd/max8997.c | 141 +++++++++++++++------------------- >> drivers/power/max8997_charger.c | 33 ++++---- >> drivers/regulator/max8997-regulator.c | 87 ++++++++++----------- > > Is it just Mark's Ack you require? Yes, only Mark's is missing here. All other patches got everything they need. Best regards, Krzysztof -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: rtc-linux@googlegroups.com Received: from mailout1.w1.samsung.com (mailout1.w1.samsung.com. [210.118.77.11]) by gmr-mx.google.com with ESMTPS id i191si227597pfe.1.2016.06.08.07.31.02 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 08 Jun 2016 07:31:02 -0700 (PDT) Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0O8G00D15IZMCR50@mailout1.w1.samsung.com> for rtc-linux@googlegroups.com; Wed, 08 Jun 2016 15:30:58 +0100 (BST) Subject: [rtc-linux] Re: [PATCH v7 1/6] mfd: max8997: Use regmap to access registers To: Lee Jones , Mark Brown References: <1464773339-756-1-git-send-email-k.kozlowski@samsung.com> <1464774841-1439-1-git-send-email-k.kozlowski@samsung.com> <20160608142621.GG14888@dell> Cc: Kukjin Kim , MyungJoo Ham , Chanwoo Choi , Dmitry Torokhov , Richard Purdie , Jacek Anaszewski , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , Liam Girdwood , 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 From: Krzysztof Kozlowski Message-id: <57582C1F.5040306@samsung.com> Date: Wed, 08 Jun 2016 16:30:55 +0200 MIME-version: 1.0 In-reply-to: <20160608142621.GG14888@dell> Content-type: text/plain; charset=UTF-8 Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 06/08/2016 04:26 PM, Lee Jones wrote: > On Wed, 01 Jun 2016, 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 >> >> Acked-by: Chanwoo Choi >> Acked-by: Bryan Wu >> Acked-by: Lee Jones >> Acked-by: Sebastian Reichel >> Acked-by: Dmitry Torokhov >> Acked-by: Alexandre Belloni >> [k.kozlowski: Collect acks, rebase on v4.6-rc6] >> Signed-off-by: Krzysztof Kozlowski >> Acked-by: Jacek Anaszewski >> --- >> drivers/extcon/extcon-max8997.c | 31 ++++---- >> drivers/input/misc/max8997_haptic.c | 34 ++++---- >> drivers/leds/leds-max8997.c | 13 ++-- >> drivers/mfd/Kconfig | 1 + >> drivers/mfd/max8997-irq.c | 64 ++++++--------- >> drivers/mfd/max8997.c | 141 +++++++++++++++------------------- >> drivers/power/max8997_charger.c | 33 ++++---- >> drivers/regulator/max8997-regulator.c | 87 ++++++++++----------- > > Is it just Mark's Ack you require? Yes, only Mark's is missing here. All other patches got everything they need. Best regards, Krzysztof -- 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: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Wed, 08 Jun 2016 16:30:55 +0200 Subject: [PATCH v7 1/6] mfd: max8997: Use regmap to access registers In-Reply-To: <20160608142621.GG14888@dell> References: <1464773339-756-1-git-send-email-k.kozlowski@samsung.com> <1464774841-1439-1-git-send-email-k.kozlowski@samsung.com> <20160608142621.GG14888@dell> Message-ID: <57582C1F.5040306@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/08/2016 04:26 PM, Lee Jones wrote: > On Wed, 01 Jun 2016, 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 >> >> Acked-by: Chanwoo Choi >> Acked-by: Bryan Wu >> Acked-by: Lee Jones >> Acked-by: Sebastian Reichel >> Acked-by: Dmitry Torokhov >> Acked-by: Alexandre Belloni >> [k.kozlowski: Collect acks, rebase on v4.6-rc6] >> Signed-off-by: Krzysztof Kozlowski >> Acked-by: Jacek Anaszewski >> --- >> drivers/extcon/extcon-max8997.c | 31 ++++---- >> drivers/input/misc/max8997_haptic.c | 34 ++++---- >> drivers/leds/leds-max8997.c | 13 ++-- >> drivers/mfd/Kconfig | 1 + >> drivers/mfd/max8997-irq.c | 64 ++++++--------- >> drivers/mfd/max8997.c | 141 +++++++++++++++------------------- >> drivers/power/max8997_charger.c | 33 ++++---- >> drivers/regulator/max8997-regulator.c | 87 ++++++++++----------- > > Is it just Mark's Ack you require? Yes, only Mark's is missing here. All other patches got everything they need. Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424235AbcFHObH (ORCPT ); Wed, 8 Jun 2016 10:31:07 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:30201 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932667AbcFHObC (ORCPT ); Wed, 8 Jun 2016 10:31:02 -0400 X-AuditID: cbfec7f4-f796c6d000001486-3a-57582c219f2e Subject: Re: [PATCH v7 1/6] mfd: max8997: Use regmap to access registers To: Lee Jones , Mark Brown References: <1464773339-756-1-git-send-email-k.kozlowski@samsung.com> <1464774841-1439-1-git-send-email-k.kozlowski@samsung.com> <20160608142621.GG14888@dell> Cc: Kukjin Kim , MyungJoo Ham , Chanwoo Choi , Dmitry Torokhov , Richard Purdie , Jacek Anaszewski , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , Liam Girdwood , 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 From: Krzysztof Kozlowski Message-id: <57582C1F.5040306@samsung.com> Date: Wed, 08 Jun 2016 16:30:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-version: 1.0 In-reply-to: <20160608142621.GG14888@dell> Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFrrKIsWRmVeSWpSXmKPExsVy+t/xa7qKOhHhBndmaFosuXiV3aLj2mIm i40z1rNaTH34hM3i+pfnrBaTnrxntph/5ByrxeFFLxgtJq6czGzRe/U5o8XrF4YW/Y9fM1vc /3qU0eLblQ4mi02Pr7Fa3Pz0jdXi8q45bBZb36xjtPjce4TRYsb5fUwWtxtXsFnc/feJ0WL3 rqesFvs7OxgtTu8ucZD0eLLpIqPHzll32T32TDzJ5nFk5zE2j80rtDw2repk87hzbQ+Qt6Te Y8/8H6wefVtWMXpMn/eTyePzJrkAnigum5TUnMyy1CJ9uwSujCvXDzMVPOCpaPt4la2BcSVX FyMnh4SAicTs4zeZIWwxiQv31rN1MXJxCAksZZRY8GIlK4TzjFHi5rXrYFXCAh4Sfe33GUFs EQFXif6OKUwQRYsYJdp/LAbrYBY4xyZx5OInFpAqNgFjic3Ll7CB2LwCWhJTbncxgdgsAqoS U1e1g8VFBSIkZm3/wQRRIyjxY/I9sF5OoPpbjV+A4hxAQ9UlpkzJBQkzC8hLbF7zlnkCo8As JB2zEKpmIalawMi8ilE0tTS5oDgpPddQrzgxt7g0L10vOT93EyMksr/sYFx8zOoQowAHoxIP r4JheLgQa2JZcWXuIUYJDmYlEd5ArYhwId6UxMqq1KL8+KLSnNTiQ4zSHCxK4rxzd70PERJI TyxJzU5NLUgtgskycXBKNTCWKu6OKV9dWTU78EMSk8qv+//8XBwe+b7V/t07Iyx6XeLDqI33 pYV9r07MKX1f4ZlkMr3qyuqu9PpXt04tUDvMfcL82AYrzxd+P5r7bgtcvsC+tOSV47sp7mXK SjkTuvcFG2mcDXoiKnMiwM775szny6P17qaeC2F0cFLi1GG6PUmk7S3vRiMlluKMREMt5qLi RAAEzaaD6AIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/08/2016 04:26 PM, Lee Jones wrote: > On Wed, 01 Jun 2016, 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 >> >> Acked-by: Chanwoo Choi >> Acked-by: Bryan Wu >> Acked-by: Lee Jones >> Acked-by: Sebastian Reichel >> Acked-by: Dmitry Torokhov >> Acked-by: Alexandre Belloni >> [k.kozlowski: Collect acks, rebase on v4.6-rc6] >> Signed-off-by: Krzysztof Kozlowski >> Acked-by: Jacek Anaszewski >> --- >> drivers/extcon/extcon-max8997.c | 31 ++++---- >> drivers/input/misc/max8997_haptic.c | 34 ++++---- >> drivers/leds/leds-max8997.c | 13 ++-- >> drivers/mfd/Kconfig | 1 + >> drivers/mfd/max8997-irq.c | 64 ++++++--------- >> drivers/mfd/max8997.c | 141 +++++++++++++++------------------- >> drivers/power/max8997_charger.c | 33 ++++---- >> drivers/regulator/max8997-regulator.c | 87 ++++++++++----------- > > Is it just Mark's Ack you require? Yes, only Mark's is missing here. All other patches got everything they need. Best regards, Krzysztof