Re: [U-Boot] [PATCH 1/3] linkage.h: move from blackfin to common includes

2012-01-10 Thread Fabio Estevam
On Wed, Nov 30, 2011 at 5:23 AM, Macpaul Lin macp...@andestech.com wrote:
 Add linkage.h support from blackfin to common include,
 which is a reduced version from Linux.

 Signed-off-by: Macpaul Lin macp...@andestech.com
 ---
  arch/blackfin/include/asm/linkage.h |   74 
 ---
  include/linux/linkage.h             |   72 ++
  2 files changed, 72 insertions(+), 74 deletions(-)
  delete mode 100644 arch/blackfin/include/asm/linkage.h
  create mode 100644 include/linux/linkage.h

You can use the -M git option to properly do the filename change.

Regards,

Fabio Estevam
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 1/3] linkage.h: move from blackfin to common includes

2012-01-10 Thread Mike Frysinger
On Tuesday 10 January 2012 21:05:35 Fabio Estevam wrote:
 On Wed, Nov 30, 2011 at 5:23 AM, Macpaul Lin macp...@andestech.com wrote:
  Add linkage.h support from blackfin to common include,
  which is a reduced version from Linux.
  
  Signed-off-by: Macpaul Lin macp...@andestech.com
  ---
   arch/blackfin/include/asm/linkage.h |   74
  --- include/linux/linkage.h
  |   72 ++ 2 files changed, 72
  insertions(+), 74 deletions(-)
   delete mode 100644 arch/blackfin/include/asm/linkage.h
   create mode 100644 include/linux/linkage.h
 
 You can use the -M git option to properly do the filename change.

the -M option is display of the changeset only ... it doesn't affect what gets 
committed/merged.  but using -C/-M when sending patches would be nice as it's 
easier to review.
-mike


signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 1/3] linkage.h: move from blackfin to common includes

2011-11-30 Thread Mike Frysinger
On Wednesday 30 November 2011 02:23:45 Macpaul Lin wrote:
 Add linkage.h support from blackfin to common include,
 which is a reduced version from Linux.

since applying any of these patches alone will break things, you'll have to 
squash them into one.  otherwise git bisect won't work.

otherwise, it looks good to me :)
-mike


signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot