Re: [U-Boot] U-Boot][PATCH] ARM Clean-up of ARM920T S3C24x0 drivers code

2009-07-04 Thread kevin.morf...@fearnside-systems.co.uk
Hi Jean-Christophe On 04/07/2009 11:27, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 20:02 Fri 05 Jun , kevin.morf...@fearnside-systems.co.uk wrote: >> This re-formats the S3C24x0 drivers code to meet the coding style >> requirements >> and to make it always use the proper I/O accessor funct

Re: [U-Boot] U-Boot][PATCH] ARM Clean-up of ARM920T S3C24x0 drivers code

2009-07-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:02 Fri 05 Jun , kevin.morf...@fearnside-systems.co.uk wrote: > This re-formats the S3C24x0 drivers code to meet the coding style > requirements > and to make it always use the proper I/O accessor functions when accessing > registers. It was done using 'Lindent -kr -i8 -l80' followed by

[U-Boot] U-Boot][PATCH] ARM Clean-up of ARM920T S3C24x0 drivers code

2009-06-05 Thread kevin.morf...@fearnside-systems.co.uk
This re-formats the S3C24x0 drivers code to meet the coding style requirements and to make it always use the proper I/O accessor functions when accessing registers. It was done using 'Lindent -kr -i8 -l80' followed by manual inspection of the output. checkpatch.pl reports no problems with the pa