[U-Boot] [PATCH 1/2] DaVinci: rename gpio_defs.h to gpio.h

Mike Frysinger vapier at gentoo.org
Mon Jul 18 19:40:13 CEST 2011


On Sat, Jul 16, 2011 at 05:11, Albert ARIBAUD wrote:
> Le 15/07/2011 13:27, Laurence Withers a écrit :
>> In preparation for a generic GPIO driver for the DA8xx processors,
>> rename<asm/arch/gpio_defs.h>  to<asm/arch/gpio.h>  and fix up all files
>> which include it.
>>
>> Signed-off-by: Laurence Withers<lwithers at guralp.com>
>> ---
>>   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.

the `git mv` is unnecessary.  the -C/-M options to
format-patch/send-email should be sufficient.
-mike


More information about the U-Boot mailing list