From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 03 Jul 2012 20:07:49 -0600 Subject: [U-Boot] [PATCH 0/2] Add GPIO driver for BCM2835 SoC In-Reply-To: <4FE74C1C.7080409@gmail.com> References: <4FE74C1C.7080409@gmail.com> Message-ID: <4FF3A575.7000109@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/24/2012 11:19 AM, Vikram Narayanan wrote: > Add a GPIO driver for the BCM2835 Soc. > Refer Datasheet http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf > Also, add the driver to the raspberrypi's default config Vikram, Are you planning on revising this driver and re-posting? I was hoping to enhance it to add support for the pin muxing functionality of the HW, but obviously want to wait for any revised version before doing so. Thanks.