author | Richard Retanubun <RichardRetanubun@RuggedCom.com> | |
Mon, 12 Apr 2010 19:08:17 +0000 (15:08 -0400) | ||
committer | Heiko Schocher <hs@denx.de> | |
Mon, 19 Apr 2010 05:46:35 +0000 (07:46 +0200) | ||
commit | 26a33504a55e4882520f2e9da96ba6c22badb353 | |
tree | 42000dcd08814c5b5dbbe9438297e22506daa0e4 | tree | snapshot (tar.xz tar.gz zip) |
parent | 2a72e9ed18d2164eb7fe569119342eb631b568da | commit | diff |
fsl_i2c: Added a callpoint for i2c_board_late_init
This patch adds a callpoint in i2c_init that allows board specific
i2c board initialization (typically for i2c bus reset) that is called
after i2c_init operations, allowing the i2c_board_late_init function
to use the pre-configured i2c bus speed and slave address.
This patch adds a callpoint in i2c_init that allows board specific
i2c board initialization (typically for i2c bus reset) that is called
after i2c_init operations, allowing the i2c_board_late_init function
to use the pre-configured i2c bus speed and slave address.
README | diff | blob | history | |
drivers/i2c/fsl_i2c.c | diff | blob | history | |
include/i2c.h | diff | blob | history |