Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752298AbaBCJnG (ORCPT ); Mon, 3 Feb 2014 04:43:06 -0500 Received: from mail-we0-f174.google.com ([74.125.82.174]:41572 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230AbaBCJnD (ORCPT ); Mon, 3 Feb 2014 04:43:03 -0500 Date: Mon, 3 Feb 2014 09:42:58 +0000 From: Lee Jones To: Krzysztof Kozlowski Cc: MyungJoo Ham , Chanwoo Choi , Samuel Ortiz , Liam Girdwood , Mark Brown , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Marek Szyprowski , Kyungmin Park Subject: Re: [PATCH 08/18] mfd: max14577: Rename state container to maxim_core Message-ID: <20140203094258.GI13529@lee--X1> References: <1390911522-28209-1-git-send-email-k.kozlowski@samsung.com> <1390911522-28209-9-git-send-email-k.kozlowski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1390911522-28209-9-git-send-email-k.kozlowski@samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > This patch continues the preparation for adding support for max77836 > device to existing max14577 driver. > > The patch renames the struct "max14577" state container to "maxim_core". > This is only a rename-like patch, new code is not added. > > Signed-off-by: Krzysztof Kozlowski > Cc: Kyungmin Park > Cc: Marek Szyprowski > --- > drivers/extcon/extcon-max14577.c | 22 +++++------ > drivers/mfd/max14577.c | 68 +++++++++++++++++----------------- > drivers/power/max14577_charger.c | 16 ++++---- > drivers/regulator/max14577.c | 6 +-- > include/linux/mfd/max14577-private.h | 5 ++- > 5 files changed, 60 insertions(+), 57 deletions(-) Need some more maintainer Acks here. > -struct max14577 { > +/* > + * State container for max14577-like drivers. > + */ I don't think this comment is required. Besides that, the code looks fine: Acked-by: Lee Jones > +struct maxim_core { > struct device *dev; > struct i2c_client *i2c; /* Slave addr = 0x4A */ > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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/