From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:2925 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752327Ab0H0UaM (ORCPT ); Fri, 27 Aug 2010 16:30:12 -0400 Subject: Re: [PATCH 1/5 v3] msm: add gpiomux api for gpio multiplex & configuration. From: Daniel Walker In-Reply-To: <1282925975-26367-1-git-send-email-gbean@codeaurora.org> References: <1282925975-26367-1-git-send-email-gbean@codeaurora.org> Content-Type: text/plain; charset="UTF-8" Date: Fri, 27 Aug 2010 13:30:08 -0700 Message-ID: <1282941008.5075.26.camel@m0nster> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: Gregory Bean Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org On Fri, 2010-08-27 at 09:19 -0700, Gregory Bean wrote: > +obj-y += gpiomux.o > +obj-$(CONFIG_ARCH_MSM7X30) += gpiomux-7x30.o gpiomux-7x00.o > +obj-$(CONFIG_ARCH_QSD8X50) += gpiomux-8x50.o gpiomux-7x00.o > +obj-$(CONFIG_ARCH_MSM8X60) += gpiomux-8x60.o Is this right? I got a built failure before 7x00 isn't in the list.. Daniel -- Sent by an consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. From mboxrd@z Thu Jan 1 00:00:00 1970 From: dwalker@codeaurora.org (Daniel Walker) Date: Fri, 27 Aug 2010 13:30:08 -0700 Subject: [PATCH 1/5 v3] msm: add gpiomux api for gpio multiplex & configuration. In-Reply-To: <1282925975-26367-1-git-send-email-gbean@codeaurora.org> References: <1282925975-26367-1-git-send-email-gbean@codeaurora.org> Message-ID: <1282941008.5075.26.camel@m0nster> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2010-08-27 at 09:19 -0700, Gregory Bean wrote: > +obj-y += gpiomux.o > +obj-$(CONFIG_ARCH_MSM7X30) += gpiomux-7x30.o gpiomux-7x00.o > +obj-$(CONFIG_ARCH_QSD8X50) += gpiomux-8x50.o gpiomux-7x00.o > +obj-$(CONFIG_ARCH_MSM8X60) += gpiomux-8x60.o Is this right? I got a built failure before 7x00 isn't in the list.. Daniel -- Sent by an consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.