
Wolfgang,
I created a coldfire folder under asm-m68k, 6 modules were relocated to the new directory. I re-send some of the patches.
Do I have to resubmit all the patches or just the affected patches from the changes?
Regards, TsiChung
-----Original Message----- From: wd@denx.de [mailto:wd@denx.de] Sent: Saturday, January 12, 2008 8:08 AM To: Liew Tsi Chung Cc: u-boot Subject: Re: [U-Boot-Users] [PATCH] ColdFire: Add modules header files
In message 1200001253.30824.3.camel@Goku you wrote:
ColdFire: Add modules header files
Signed-off-by: TsiChungLiew Tsi-Chung.Liew@freescale.com
include/asm-m68k/crossbar.h | 79 ++++++++++++++++ include/asm-m68k/dspi.h | 156 +++++++++++++++++++++++++++++++ include/asm-m68k/edma.h | 177 +++++++++++++++++++++++++++++++++++ include/asm-m68k/flexbus.h | 98 ++++++++++++++++++++ include/asm-m68k/lcd.h | 213 ++++++++++++++++++++++++++++++++++++ +++++++ include/asm-m68k/ssi.h | 175 +++++++++++++++++++++++++++++++++++ 6 files changed, 898 insertions(+), 0 deletions(-) create mode 100644 include/asm-m68k/crossbar.h create mode 100644 include/asm-m68k/dspi.h create mode 100644 include/asm-m68k/edma.h create mode 100644 include/asm-m68k/flexbus.h create mode 100644 include/asm-m68k/lcd.h create mode 100644 include/asm-m68k/ssi.h
I understand that these are ColdFire specific files, which are probably not relevant to other, non-CF m68k systems?
I think this should be visible from the file name. How about creating a directory ofr ColdFire related headers so we don't pollute the global name space too much?
Best regards,
Wolfgang Denk