From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 16 Jul 2011 11:11:15 +0200 Subject: [U-Boot] [PATCH 1/2] DaVinci: rename gpio_defs.h to gpio.h In-Reply-To: <1310729223-1624-2-git-send-email-lwithers@guralp.com> References: <1310729223-1624-1-git-send-email-lwithers@guralp.com> <1310729223-1624-2-git-send-email-lwithers@guralp.com> Message-ID: <4E2155B3.203@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Laurence, Le 15/07/2011 13:27, Laurence Withers a ?crit : > In preparation for a generic GPIO driver for the DA8xx processors, > rename to and fix up all files > which include it. > > Signed-off-by: Laurence Withers > --- > arch/arm/include/asm/arch-davinci/gpio.h | 66 +++++++++++++++++++++++++ > arch/arm/include/asm/arch-davinci/gpio_defs.h | 66 ------------------------- This is a rename, so use 'git mv...' and 'git format-patch -C' to let git and readers know it is. Amicalement, -- Albert.