Timur Tabi
ecf5f077c8
i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
...
All implementations of the functions i2c_reg_read() and
i2c_reg_write() are identical. We can save space and simplify the
code by converting these functions into inlines and putting them in
i2c.h.
Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 years ago
Jean-Christophe PLAGNIOL-VILLARD
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 years ago
Grzegorz Bernacki
5d49e0e152
MPC512X: Cleanup bus clock names.
...
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
18 years ago
Rafal Jaworowski
8993e54b6f
[ADS5121] Support for the ADS5121 board
...
The following MPC5121e subsystems are supported:
- low-level CPU init
- NOR Boot Flash (common CFI driver)
- DDR SDRAM
- FEC
- I2C
- Watchdog
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Signed-off-by: Jan Wrobel <wrr@semihalf.com>
18 years ago
Wolfgang Denk
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
20 years ago
Wolfgang Denk
77ddac9480
Cleanup for GCC-4.x
20 years ago
wdenk
983fda8391
Patch by TsiChung Liew, 23 Sep 2004:
...
- add support for MPC8220 CPU
- Add support for Alaska and Yukon boards
21 years ago