From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Fri, 29 Jul 2011 22:10:30 +0530 Subject: [U-Boot] [PATCH v2 3/5] omap: reuse omap3 gpio support in omap4 In-Reply-To: <1311159355-10210-4-git-send-email-aneesh@ti.com> References: <1310833538-14438-1-git-send-email-aneesh@ti.com> <1311159355-10210-4-git-send-email-aneesh@ti.com> Message-ID: <4E32E27E.4060208@ti.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 All, On Wednesday 20 July 2011 04:25 PM, Aneesh V wrote: > Signed-off-by: Aneesh V > --- > V2: > * Added a new file that was accidentally missing in v1 > --- [snip ..] > .../include/asm/{arch-omap3/gpio.h => omap_gpio.h} | 27 +----------- I just realized that this change in header file name was breaking some omap3 boards. I had tested only omap3_sdp3430. But some other boards used GPIO functions in the board layer, which I didn't notice. I will send out a patch shortly to fix this. br, Aneesh