Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755871Ab3FQFgG (ORCPT ); Mon, 17 Jun 2013 01:36:06 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:64341 "EHLO mail-ob0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755800Ab3FQFgE (ORCPT ); Mon, 17 Jun 2013 01:36:04 -0400 MIME-Version: 1.0 In-Reply-To: <1370046121-7835-2-git-send-email-rvaswani@codeaurora.org> References: <1370046121-7835-1-git-send-email-rvaswani@codeaurora.org> <1370046121-7835-2-git-send-email-rvaswani@codeaurora.org> Date: Mon, 17 Jun 2013 07:36:02 +0200 Message-ID: Subject: Re: [PATCH 1/3] ARM: msm: Remove gpiomux-v2 and re-organize MSM_GPIOMUX configs From: Linus Walleij To: Rohit Vaswani Cc: David Brown , Daniel Walker , Bryan Huntsman , Russell King , Grant Likely , "linux-arm-msm@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 28 On Sat, Jun 1, 2013 at 2:21 AM, Rohit Vaswani wrote: > Remove gpiomux-v2 as it's not being used and make way for future improvements. > > Signed-off-by: Rohit Vaswani > --- > arch/arm/mach-msm/Kconfig | 13 +++----- > arch/arm/mach-msm/Makefile | 6 +-- > arch/arm/mach-msm/gpiomux-8x60.c | 19 ------------ > arch/arm/mach-msm/gpiomux-v2.c | 25 --------------- > arch/arm/mach-msm/gpiomux-v2.h | 61 -------------------------------------- > arch/arm/mach-msm/gpiomux.c | 15 +++++++++ > arch/arm/mach-msm/gpiomux.h | 5 --- > drivers/gpio/gpio-msm-v2.c | 5 +-- > 8 files changed, 24 insertions(+), 125 deletions(-) > delete mode 100644 arch/arm/mach-msm/gpiomux-8x60.c > delete mode 100644 arch/arm/mach-msm/gpiomux-v2.c > delete mode 100644 arch/arm/mach-msm/gpiomux-v2.h Acked-by: Linus Walleij Yours, Linus Walleij -- 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/