Re: [U-Boot] [PATCH RFC] Add general nand functions

2011-09-28 Thread Simon Schwarz
On 09/28/2011 12:50 AM, Scott Wood wrote: > On 09/27/2011 05:14 AM, Simon Schwarz wrote: >> On 09/27/2011 02:28 AM, Scott Wood wrote: >>> On 09/26/2011 03:27 AM, Simon Schwarz wrote: so in essence I will: - rename the inline functions - just add the functions used in SPL now - m

Re: [U-Boot] [PATCH RFC] Add general nand functions

2011-09-27 Thread Scott Wood
On 09/27/2011 05:14 AM, Simon Schwarz wrote: > On 09/27/2011 02:28 AM, Scott Wood wrote: >> On 09/26/2011 03:27 AM, Simon Schwarz wrote: >>> so in essence I will: >>> - rename the inline functions >>> - just add the functions used in SPL now >>> - make better patch-splitting >>> >>> objections? >>

Re: [U-Boot] [PATCH RFC] Add general nand functions

2011-09-27 Thread Simon Schwarz
On 09/27/2011 02:28 AM, Scott Wood wrote: > On 09/26/2011 03:27 AM, Simon Schwarz wrote: >> On 09/23/2011 07:22 PM, Scott Wood wrote: >>> On 09/23/2011 11:36 AM, Simon Schwarz wrote: Added a nand_base.h header that defines all prototypes of nand_base.c functions. >>> >>> Just add the new

Re: [U-Boot] [PATCH RFC] Add general nand functions

2011-09-26 Thread Scott Wood
On 09/26/2011 03:27 AM, Simon Schwarz wrote: > On 09/23/2011 07:22 PM, Scott Wood wrote: >> On 09/23/2011 11:36 AM, Simon Schwarz wrote: >>> Added a nand_base.h header that defines all prototypes of nand_base.c >>> functions. >> >> Just add the new prototypes to include/linux/mtd/nand.h (which gets

Re: [U-Boot] [PATCH RFC] Add general nand functions

2011-09-26 Thread Simon Schwarz
On 09/23/2011 07:22 PM, Scott Wood wrote: > On 09/23/2011 11:36 AM, Simon Schwarz wrote: >> Added a nand_base.h header that defines all prototypes of nand_base.c >> functions. > > Just add the new prototypes to include/linux/mtd/nand.h (which gets > included by nand.h), that's the header that goes

Re: [U-Boot] [PATCH RFC] Add general nand functions

2011-09-23 Thread Scott Wood
On 09/23/2011 11:36 AM, Simon Schwarz wrote: > Added a nand_base.h header that defines all prototypes of nand_base.c > functions. Just add the new prototypes to include/linux/mtd/nand.h (which gets included by nand.h), that's the header that goes with drivers/mtd/nand/nand_base.c. > This is neces

Re: [U-Boot] [PATCH RFC] Add general nand functions

2011-09-23 Thread Simon Schwarz
RFC-Patch to solve this problem. I had to modify many files because of a name conflict. I will do BUILDALL for arm over the weekend... What are the opinions for this solution? Scott? Regards and have a nice weekend Simon On 09/23/2011 06:36 PM, Simon Schwarz wrote: [SNIP]