Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-25 Thread Tom Rini
On Thu, Oct 25, 2012 at 01:59:45PM -0500, Kim Phillips wrote: > On Thu, 25 Oct 2012 10:46:54 -0700 > Tom Rini wrote: > > > On Tue, Oct 16, 2012 at 07:28:16PM -0500, Kim Phillips wrote: > > > > > This 32-patch series only begins to address making u-boot source more > > > 'sparseable,' or sparse-c

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-25 Thread Kim Phillips
On Thu, 25 Oct 2012 10:46:54 -0700 Tom Rini wrote: > On Tue, Oct 16, 2012 at 07:28:16PM -0500, Kim Phillips wrote: > > > This 32-patch series only begins to address making u-boot source more > > 'sparseable,' or sparse-clean, ultimately to catch type, address space, > > and endianness mismatches

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-25 Thread Tom Rini
On Tue, Oct 16, 2012 at 07:28:16PM -0500, Kim Phillips wrote: > This 32-patch series only begins to address making u-boot source more > 'sparseable,' or sparse-clean, ultimately to catch type, address space, > and endianness mismatches and generally improve code quality. E.g., in this > initial do

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-24 Thread Kim Phillips
On Wed, 24 Oct 2012 14:21:20 -0700 Tom Rini wrote: > On Thu, Oct 18, 2012 at 09:53:36AM -0700, Tom Rini wrote: > > On Tue, Oct 16, 2012 at 07:28:16PM -0500, Kim Phillips wrote: > > > > > This 32-patch series only begins to address making u-boot source more > > > 'sparseable,' or sparse-clean, ul

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-24 Thread Tom Rini
On Thu, Oct 18, 2012 at 09:53:36AM -0700, Tom Rini wrote: > On Tue, Oct 16, 2012 at 07:28:16PM -0500, Kim Phillips wrote: > > > This 32-patch series only begins to address making u-boot source more > > 'sparseable,' or sparse-clean, ultimately to catch type, address space, > > and endianness misma

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-18 Thread David Gibson
On Thu, Oct 18, 2012 at 05:30:22PM -0500, Kim Phillips wrote: > On Thu, 18 Oct 2012 23:11:12 +1100 > David Gibson wrote: > > > On Wed, Oct 17, 2012 at 08:19:23PM -0400, Jerry Van Baren wrote: > > > Hi David, Jon, > > > > > > Kim Phillips created a series of patches to change variable declaration

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-18 Thread Kim Phillips
On Thu, 18 Oct 2012 23:11:12 +1100 David Gibson wrote: > On Wed, Oct 17, 2012 at 08:19:23PM -0400, Jerry Van Baren wrote: > > Hi David, Jon, > > > > Kim Phillips created a series of patches to change variable declarations > > that are big endian to be __be32/__be64. Since the device tree is > >

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-18 Thread David Gibson
On Wed, Oct 17, 2012 at 08:19:23PM -0400, Jerry Van Baren wrote: > Hi David, Jon, > > Kim Phillips created a series of patches to change variable declarations > that are big endian to be __be32/__be64. Since the device tree is > defined to be big endian, he created a patch to mark the appropriate

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-18 Thread Tom Rini
On Tue, Oct 16, 2012 at 07:28:16PM -0500, Kim Phillips wrote: > This 32-patch series only begins to address making u-boot source more > 'sparseable,' or sparse-clean, ultimately to catch type, address space, > and endianness mismatches and generally improve code quality. E.g., in this > initial do

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-17 Thread Jerry Van Baren
Hi David, Jon, Kim Phillips created a series of patches to change variable declarations that are big endian to be __be32/__be64. Since the device tree is defined to be big endian, he created a patch to mark the appropriate libfdt entities as __be*. On 10/16/2012 08:28 PM, Kim Phillips wrote: > T

[U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-16 Thread Kim Phillips
This 32-patch series only begins to address making u-boot source more 'sparseable,' or sparse-clean, ultimately to catch type, address space, and endianness mismatches and generally improve code quality. E.g., in this initial dose whose main purpose is to reduce the output volume to workable levels