summaryrefslogtreecommitdiff
path: root/board/evb64260/i2c.c
Commit message (Collapse)AuthorAgeLines
* i2c: Codingstyle cleanup for i2c evb64260 board driverHeiko Schocher2011-11-23-12/+12
| | | | | | | | There are some magic constants in this drivers, which I cannot fixup ... Eran, can you help here? Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Eran Man <eran@nbase.co.il>
* board/evb64260/i2c.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-16-2/+1
| | | | | | | | | | | Fix: i2c.c: In function 'i2c_init': i2c.c:23:15: warning: variable 'actualFreq' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Eran Man <eran@nbase.co.il> Acked-by: Heiko Schocher <hs@denx.de>
* board/evb64260/i2c.c: Coding Style cleanupWolfgang Denk2011-11-16-26/+22
| | | | | | | Make checkpatch-clean Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Eran Man <eran@nbase.co.il>
* cleanup: Fix typos and misspellings in various files.Mike Williams2011-07-28-1/+1
| | | | | | | | | | | Recieve/Receive recieve/receive Interupt/Interrupt interupt/interrupt Addres/Address addres/address Signed-off-by: Mike Williams <mike@mikebwilliams.com>
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-1/+1
|
* Initial revisionwdenk2002-08-17-0/+315