From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Wed, 07 Sep 2011 11:24:04 +0200 Subject: [U-Boot] [PATCH 0/3] omap: gpio: Use generic API (instead of custom) In-Reply-To: <1315254528-8644-1-git-send-email-premi@ti.com> References: <1315254528-8644-1-git-send-email-premi@ti.com> Message-ID: <4E673834.3020209@comelit.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sanjeev, Sanjeev Premi wrote: > The OMAP boards use a custom api for GPIO operations. While > it works, it doesn't help when when we don't know existence > of the customization. ... > Changes since RFC[1]: > 1) While the original RFC was based against the master of > u-boot.git. This series is based against master of > u-boot-arm.git This patchset does not apply on top of current -arm master: commit 1052ea04d60de953f8355eab0e39336974283304 Author: Sanjeev Premi Date: Mon Sep 5 00:25:53 2011 +0000 omap3: beagle: Fix build warning With this message: Applying: omap: gpio: Use generic API error: patch failed: arch/arm/cpu/armv7/omap-common/gpio.c:151 error: arch/arm/cpu/armv7/omap-common/gpio.c: patch does not apply error: patch failed: arch/arm/include/asm/omap_gpio.h:49 error: arch/arm/include/asm/omap_gpio.h: patch does not apply Patch failed at 0001 omap: gpio: Use generic API I'm afraid think you need another rebase. Luca