Dear kevin.morfitt 2009/10/10 kevin.morf...@fearnside-systems.co.uk <kevin.morf...@fearnside-systems.co.uk>: > This patch re-formats the arm920t s3c24x0 driver files, excluding the nand > driver, in preparation for changes to add support for the Embest SBC2440-II > Board. > > The changes are as follows: > - re-indent the code using Lindent > - make sure register layouts are defined using a C struct > - replace the upper-case typedef'ed C struct names with lower case > non-typedef'ed ones > - make sure registers are accessed using the proper accessor functions > - run checkpatch.pl and fix any error reports > > It assumes the following patch has been applied first: > - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009 > - patches 1/4 and 2/4 of this series > > Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have > any s3c2400 or s3c2410 boards but need this patch applying before I can submit > patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, > smdk2400, > smdk2410 and trab configs to use the mtd nand driver (which isn't used by any > board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or > errors were found. > > Signed-off-by: Kevin Morfitt <kevin.morf...@fearnside-systems.co.uk> > --- > > Changes in v2: re-formatted patch to remove line wrapping > Changes in v3: removed checkpatch.pl errors > moved change log > > board/mpl/vcma9/vcma9.c | 13 +- > board/mpl/vcma9/vcma9.h | 20 ++-- > board/samsung/smdk2400/smdk2400.c | 5 +- > board/samsung/smdk2410/smdk2410.c | 5 +- > board/sbc2410x/sbc2410x.c | 7 +- > board/trab/cmd_trab.c | 12 +- > board/trab/rs485.c | 12 +- > board/trab/trab.c | 17 ++- > board/trab/trab_fkt.c | 26 ++-- > board/trab/tsc2000.c | 17 ++- > board/trab/tsc2000.h | 4 +- > board/trab/vfd.c | 12 +- > drivers/i2c/s3c24x0_i2c.c | 273 > +++++++++++++++++++------------------ > drivers/rtc/s3c24x0_rtc.c | 130 +++++++++--------- > drivers/serial/serial_s3c24x0.c | 160 ++++++++++++---------- > 15 files changed, 374 insertions(+), 339 deletions(-) >
applied to u-boot-samsung Thanks Minkyu Kang -- from. prom. www.promsoft.net _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot