Re: [PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-12 Thread Jesper Nilsson
On Wed, Dec 12, 2007 at 02:28:42PM +0100, Adrian Bunk wrote:
> On Wed, Dec 12, 2007 at 02:52:12AM -0800, Andrew Morton wrote:
> > On Thu, 29 Nov 2007 17:02:22 +0100 Jesper Nilsson <[EMAIL PROTECTED]> wrote:
> > > The changes are also available in the export2 branch at
> > > 
> > > git://www.jni.nu/axis.git
> > 
> > I don't think there's much point in me merging these.  Please ask Linus to
> > pull that tree once the 2.6.25 merge window opens.
> 
> This sounds reasonable for the arch/cris/ and include/asm-cris/ parts, 
> but shouldn't the rest go through the maintainers?

That would just be the crisv32 serial driver.  I'll send an reworked version
of that patch later on, but it won't be useful until the rest is merged.

> cu
> Adrian

/^JN - Jesper Nilsson
--
   Jesper Nilsson -- [EMAIL PROTECTED]
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-12 Thread Jesper Nilsson
On Wed, Dec 12, 2007 at 02:52:12AM -0800, Andrew Morton wrote:
> > ...
> > The changes are also available in the export2 branch at
> > 
> > git://www.jni.nu/axis.git
> > 
> 
> I don't think there's much point in me merging these.  Please ask Linus to
> pull that tree once the 2.6.25 merge window opens.

Ok, I'll do that. Thanks for all the comments, I really appreciate
you taking the time to review.

/^JN - Jesper Nilsson
--
   Jesper Nilsson -- [EMAIL PROTECTED]
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-12 Thread Adrian Bunk
On Wed, Dec 12, 2007 at 02:52:12AM -0800, Andrew Morton wrote:
> On Thu, 29 Nov 2007 17:02:22 +0100 Jesper Nilsson <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > 
> > This patchset contains the differences to add support for the EtraxFS and
> > ARTPEC-3 CPUs, both of the CRISv32 family.  Both chips can now be compiled
> > with minimal configs.
> > 
> > To compile you'll need the Axis gcc cross port for CRISv32, it is mentioned
> > in http://marc.info/?l=linux-kernel=119337976126184=2 how to get this.
> > 
> > Still missing to allow full compile is include/linux/mtd/mtdram.h,
> > see http://marc.info/?l=linux-kernel=119373777301863=2
> > 
> > This is step two in syncing the Axis internal changes with mainline Linux,
> > with the final goal being getting the CRIS port to the same level as
> > the rest of the kernel.
> > 
> > I've tried to remove as much checkpatch warnings and errors as possible,
> > but some remain, mostly (I think you'll agree) spurious warnings,
> > although there's also a bunch of generated files which don't conform,
> > but I hope to fix this at the source later on.
> > 
> > I realise this is a hefty chunk of code to review, but any suggestions
> > on improvements are thankfully received.
> > 
> > The changes are also available in the export2 branch at
> > 
> > git://www.jni.nu/axis.git
> 
> I don't think there's much point in me merging these.  Please ask Linus to
> pull that tree once the 2.6.25 merge window opens.

This sounds reasonable for the arch/cris/ and include/asm-cris/ parts, 
but shouldn't the rest go through the maintainers?

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-12 Thread Andrew Morton
On Thu, 29 Nov 2007 17:02:22 +0100 Jesper Nilsson <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> This patchset contains the differences to add support for the EtraxFS and
> ARTPEC-3 CPUs, both of the CRISv32 family.  Both chips can now be compiled
> with minimal configs.
> 
> To compile you'll need the Axis gcc cross port for CRISv32, it is mentioned
> in http://marc.info/?l=linux-kernel=119337976126184=2 how to get this.
> 
> Still missing to allow full compile is include/linux/mtd/mtdram.h,
> see http://marc.info/?l=linux-kernel=119373777301863=2
> 
> This is step two in syncing the Axis internal changes with mainline Linux,
> with the final goal being getting the CRIS port to the same level as
> the rest of the kernel.
> 
> I've tried to remove as much checkpatch warnings and errors as possible,
> but some remain, mostly (I think you'll agree) spurious warnings,
> although there's also a bunch of generated files which don't conform,
> but I hope to fix this at the source later on.
> 
> I realise this is a hefty chunk of code to review, but any suggestions
> on improvements are thankfully received.
> 
> The changes are also available in the export2 branch at
> 
> git://www.jni.nu/axis.git
> 

I don't think there's much point in me merging these.  Please ask Linus to
pull that tree once the 2.6.25 merge window opens.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-12 Thread Andrew Morton
On Thu, 29 Nov 2007 17:02:22 +0100 Jesper Nilsson [EMAIL PROTECTED] wrote:

 Hi,
 
 This patchset contains the differences to add support for the EtraxFS and
 ARTPEC-3 CPUs, both of the CRISv32 family.  Both chips can now be compiled
 with minimal configs.
 
 To compile you'll need the Axis gcc cross port for CRISv32, it is mentioned
 in http://marc.info/?l=linux-kernelm=119337976126184w=2 how to get this.
 
 Still missing to allow full compile is include/linux/mtd/mtdram.h,
 see http://marc.info/?l=linux-kernelm=119373777301863w=2
 
 This is step two in syncing the Axis internal changes with mainline Linux,
 with the final goal being getting the CRIS port to the same level as
 the rest of the kernel.
 
 I've tried to remove as much checkpatch warnings and errors as possible,
 but some remain, mostly (I think you'll agree) spurious warnings,
 although there's also a bunch of generated files which don't conform,
 but I hope to fix this at the source later on.
 
 I realise this is a hefty chunk of code to review, but any suggestions
 on improvements are thankfully received.
 
 The changes are also available in the export2 branch at
 
 git://www.jni.nu/axis.git
 

I don't think there's much point in me merging these.  Please ask Linus to
pull that tree once the 2.6.25 merge window opens.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-12 Thread Jesper Nilsson
On Wed, Dec 12, 2007 at 02:28:42PM +0100, Adrian Bunk wrote:
 On Wed, Dec 12, 2007 at 02:52:12AM -0800, Andrew Morton wrote:
  On Thu, 29 Nov 2007 17:02:22 +0100 Jesper Nilsson [EMAIL PROTECTED] wrote:
   The changes are also available in the export2 branch at
   
   git://www.jni.nu/axis.git
  
  I don't think there's much point in me merging these.  Please ask Linus to
  pull that tree once the 2.6.25 merge window opens.
 
 This sounds reasonable for the arch/cris/ and include/asm-cris/ parts, 
 but shouldn't the rest go through the maintainers?

That would just be the crisv32 serial driver.  I'll send an reworked version
of that patch later on, but it won't be useful until the rest is merged.

 cu
 Adrian

/^JN - Jesper Nilsson
--
   Jesper Nilsson -- [EMAIL PROTECTED]
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-12 Thread Jesper Nilsson
On Wed, Dec 12, 2007 at 02:52:12AM -0800, Andrew Morton wrote:
  ...
  The changes are also available in the export2 branch at
  
  git://www.jni.nu/axis.git
  
 
 I don't think there's much point in me merging these.  Please ask Linus to
 pull that tree once the 2.6.25 merge window opens.

Ok, I'll do that. Thanks for all the comments, I really appreciate
you taking the time to review.

/^JN - Jesper Nilsson
--
   Jesper Nilsson -- [EMAIL PROTECTED]
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-12 Thread Adrian Bunk
On Wed, Dec 12, 2007 at 02:52:12AM -0800, Andrew Morton wrote:
 On Thu, 29 Nov 2007 17:02:22 +0100 Jesper Nilsson [EMAIL PROTECTED] wrote:
 
  Hi,
  
  This patchset contains the differences to add support for the EtraxFS and
  ARTPEC-3 CPUs, both of the CRISv32 family.  Both chips can now be compiled
  with minimal configs.
  
  To compile you'll need the Axis gcc cross port for CRISv32, it is mentioned
  in http://marc.info/?l=linux-kernelm=119337976126184w=2 how to get this.
  
  Still missing to allow full compile is include/linux/mtd/mtdram.h,
  see http://marc.info/?l=linux-kernelm=119373777301863w=2
  
  This is step two in syncing the Axis internal changes with mainline Linux,
  with the final goal being getting the CRIS port to the same level as
  the rest of the kernel.
  
  I've tried to remove as much checkpatch warnings and errors as possible,
  but some remain, mostly (I think you'll agree) spurious warnings,
  although there's also a bunch of generated files which don't conform,
  but I hope to fix this at the source later on.
  
  I realise this is a hefty chunk of code to review, but any suggestions
  on improvements are thankfully received.
  
  The changes are also available in the export2 branch at
  
  git://www.jni.nu/axis.git
 
 I don't think there's much point in me merging these.  Please ask Linus to
 pull that tree once the 2.6.25 merge window opens.

This sounds reasonable for the arch/cris/ and include/asm-cris/ parts, 
but shouldn't the rest go through the maintainers?

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-06 Thread Jesper Nilsson
Hi,

This patchset contains the differences to add support for the EtraxFS and
ARTPEC-3 CPUs, both of the CRISv32 family.  Both chips can now be compiled
with minimal configs.

To compile you'll need the Axis gcc cross port for CRISv32, it is mentioned
in http://marc.info/?l=linux-kernel=119337976126184=2 how to get this.

Still missing to allow full compile is include/linux/mtd/mtdram.h,
see http://marc.info/?l=linux-kernel=119373777301863=2

This is step two in syncing the Axis internal changes with mainline Linux,
with the final goal being getting the CRIS port to the same level as
the rest of the kernel.

I've tried to remove as much checkpatch warnings and errors as possible,
but some remain, mostly (I think you'll agree) spurious warnings,
although there's also a bunch of generated files which don't conform,
but I hope to fix this at the source later on.

I realise this is a hefty chunk of code to review, but any suggestions
on improvements are thankfully received.

The changes are also available in the export2 branch at

git://www.jni.nu/axis.git

Best regards,

/^JN - Jesper Nilsson
--
   Jesper Nilsson -- [EMAIL PROTECTED]
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 00/47] CRIS patches for CRISv32 EtraxFS and ARTPEC-3

2007-12-06 Thread Jesper Nilsson
Hi,

This patchset contains the differences to add support for the EtraxFS and
ARTPEC-3 CPUs, both of the CRISv32 family.  Both chips can now be compiled
with minimal configs.

To compile you'll need the Axis gcc cross port for CRISv32, it is mentioned
in http://marc.info/?l=linux-kernelm=119337976126184w=2 how to get this.

Still missing to allow full compile is include/linux/mtd/mtdram.h,
see http://marc.info/?l=linux-kernelm=119373777301863w=2

This is step two in syncing the Axis internal changes with mainline Linux,
with the final goal being getting the CRIS port to the same level as
the rest of the kernel.

I've tried to remove as much checkpatch warnings and errors as possible,
but some remain, mostly (I think you'll agree) spurious warnings,
although there's also a bunch of generated files which don't conform,
but I hope to fix this at the source later on.

I realise this is a hefty chunk of code to review, but any suggestions
on improvements are thankfully received.

The changes are also available in the export2 branch at

git://www.jni.nu/axis.git

Best regards,

/^JN - Jesper Nilsson
--
   Jesper Nilsson -- [EMAIL PROTECTED]
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/