Re: [U-Boot] [PATCH] Move the SC520 specific pci.h header into an sc520 directory.

2011-10-31 Thread Simon Glass
Hi Gabe, On Mon, Oct 31, 2011 at 4:23 PM, Gabe Black wrote: > Ok, never mind then. I'm using a script Simon Glass wrote to prepare patches > for submission, so that option will probably need to be added there. > Gabe Yes he should probably add --find-renames to the script! Regards, Simon > > O

Re: [U-Boot] [PATCH] Move the SC520 specific pci.h header into an sc520 directory.

2011-10-31 Thread Gabe Black
Ok, never mind then. I'm using a script Simon Glass wrote to prepare patches for submission, so that option will probably need to be added there. Gabe On Fri, Oct 28, 2011 at 9:00 PM, Graeme Russ wrote: > Gabe, > > I have already submitted a patch for this: > > http://patchwork.ozlabs.org/patch

Re: [U-Boot] [PATCH] Move the SC520 specific pci.h header into an sc520 directory.

2011-10-28 Thread Graeme Russ
Gabe, I have already submitted a patch for this: http://patchwork.ozlabs.org/patch/120011/ Also, you patch does a delete then create rather than a file rename - When you use git-format-patch, use the --find-renames option Regards, Graeme On 29/10/11 09:34, Gabe Black wrote: > The arch/i386/in

[U-Boot] [PATCH] Move the SC520 specific pci.h header into an sc520 directory.

2011-10-28 Thread Gabe Black
The arch/i386/include/asm/ic/pci.h header file include definitions which were not generic to i386 and where specifically for SC520. This change moves that header into a directory which more accurately reflects that. Signed-off-by: Gabe Black --- arch/x86/include/asm/ic/pci.h | 79 ---