From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajay Bhargav Date: Thu, 21 Jul 2011 18:04:45 +0530 (IST) Subject: [U-Boot] [PATCH 1/2] gpio: Add GPIO driver framework for Marvell SoCs In-Reply-To: <92930777.42522.1311251223310.JavaMail.root@ahm.einfochips.com> Message-ID: <59068781.42630.1311251685400.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 Hi Lei, > Please put this get_gpio_base into arch's self directory, since > different soc may have > different number of banks. For example, mmp3 has 6 banks. > Can I declare get_gpio_base in arch's gpio.h file as static inline? so other archs can have their own version in their respective gpio.h file. Regards, Ajay Bhargav