From mboxrd@z Thu Jan 1 00:00:00 1970 From: cw00.choi@samsung.com (Chanwoo Choi) Date: Thu, 06 Feb 2014 10:56:12 +0900 Subject: [PATCH 09/18] mfd: max14577: Add "muic" suffix to regmap and irq_chip In-Reply-To: <1390911522-28209-10-git-send-email-k.kozlowski@samsung.com> References: <1390911522-28209-1-git-send-email-k.kozlowski@samsung.com> <1390911522-28209-10-git-send-email-k.kozlowski@samsung.com> Message-ID: <52F2EBBC.9050804@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/28/2014 09:18 PM, Krzysztof Kozlowski wrote: > This patch continues the preparation for adding support for max77836 > device to existing max14577 driver. > > Add "muic" suffix to regmap and irq_data fields in maxim_core state > container to prepare for max77836 support. > 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 | 17 +++++++++-------- > drivers/mfd/max14577.c | 22 +++++++++++----------- > drivers/power/max14577_charger.c | 8 ++++---- > drivers/regulator/max14577.c | 2 +- > include/linux/mfd/max14577-private.h | 4 ++-- > 5 files changed, 27 insertions(+), 26 deletions(-) > For extcon: Acked-by: Chanwoo Choi For mfd/regulator/charger/extcon of max14577 Tested-by: Chanwoo Choi Thanks, Chanwoo Choi