Re: [patch] add some Blackfin specific checks to checkpatch.pl

2007-09-13 Thread Mike Frysinger
On 9/13/07, Andy Whitcroft <[EMAIL PROTECTED]> wrote: > On Tue, Aug 21, 2007 at 06:29:59PM -0400, Mike Frysinger wrote: > > Check for a few common errors in Blackfin-specific code wrt MMR loading in > > assembly and doing core/system syncs. > > If we are going to pull arch specific things into chec

Re: [patch] add some Blackfin specific checks to checkpatch.pl

2007-09-13 Thread Andy Whitcroft
On Tue, Aug 21, 2007 at 06:29:59PM -0400, Mike Frysinger wrote: > Check for a few common errors in Blackfin-specific code wrt MMR loading in > assembly and doing core/system syncs. If we are going to pull arch specific things into checkpatch I think we need to make sure we are pretty specific abou

Re: [patch] add some Blackfin specific checks to checkpatch.pl

2007-08-21 Thread Mike Frysinger
Check for a few common errors in Blackfin-specific code wrt MMR loading in assembly and doing core/system syncs. Restrict the Blackfin MMR checks to actual Blackfin assembly files as pointed out by Joe Perches. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> CC: Bryan Wu <[EMAIL PROTECTED]> CC

[patch] add some Blackfin specific checks to checkpatch.pl

2007-08-21 Thread Mike Frysinger
Check for a few common errors in Blackfin-specific code wrt MMR loading in assembly and doing core/system syncs. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> CC: Bryan Wu <[EMAIL PROTECTED]> CC: Andy Whitcroft <[EMAIL PROTECTED]> --- scripts/checkpatch.pl | 20 1 files