From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajay Bhargav Date: Wed, 20 Jul 2011 13:24:59 +0530 (IST) Subject: [U-Boot] [PATCH 1/4] gpio: Adds GPIO driver support for Armada100 In-Reply-To: Message-ID: <420131442.34369.1311148499428.JavaMail.root@ahm.einfochips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de ----- "Lei Wen" wrote: > I mean why there has to be one request() function call is need? > Is this mandatory for the gpio general framwork as you said? > > Best regards, > Lei > If you're enabling GPIO command support (CONFIG_CMD_GPIO), Its necessary. and yes its a part of framework. Regards, Ajay Bhargav