From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:26900 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753671Ab0IAXxn (ORCPT ); Wed, 1 Sep 2010 19:53:43 -0400 Message-ID: <4C7EE786.9040302@codeaurora.org> Date: Wed, 01 Sep 2010 16:53:42 -0700 From: Gregory Bean MIME-Version: 1.0 Subject: Re: [PATCH] msm: Featurize gpiomux. References: <1283383572-15635-1-git-send-email-gbean@codeaurora.org> <1283384144.21049.26.camel@c-dwalke-linux.qualcomm.com> In-Reply-To: <1283384144.21049.26.camel@c-dwalke-linux.qualcomm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: Daniel Walker Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org > On Wed, 2010-09-01 at 16:26 -0700, Gregory Bean wrote: >> Featurize gpiomux so that systems like 7x00 which do not wish to use it >> do not have to be saddled with the configuration tables. >> > > What happens without this? Not much, until the gpiolib hooks come along (see my next two patches), and then everybody would be forced to have the gpiomux config table without the featurization. And for those folks not using it, that's a big empty table full of annoying nothingness... -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. From mboxrd@z Thu Jan 1 00:00:00 1970 From: gbean@codeaurora.org (Gregory Bean) Date: Wed, 01 Sep 2010 16:53:42 -0700 Subject: [PATCH] msm: Featurize gpiomux. In-Reply-To: <1283384144.21049.26.camel@c-dwalke-linux.qualcomm.com> References: <1283383572-15635-1-git-send-email-gbean@codeaurora.org> <1283384144.21049.26.camel@c-dwalke-linux.qualcomm.com> Message-ID: <4C7EE786.9040302@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > On Wed, 2010-09-01 at 16:26 -0700, Gregory Bean wrote: >> Featurize gpiomux so that systems like 7x00 which do not wish to use it >> do not have to be saddled with the configuration tables. >> > > What happens without this? Not much, until the gpiolib hooks come along (see my next two patches), and then everybody would be forced to have the gpiomux config table without the featurization. And for those folks not using it, that's a big empty table full of annoying nothingness... -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.