Hi,
On Mon, Mar 7, 2011 at 11:39 AM, Stephen Warren [off-list ref] wrote:
quoted
They are now -- they weren't when all i2c devices were registered. I
can re-join them and split them when devices are re-introduced later.
Perhaps move the common code into common_i2c_init, then put only the
differences in ${boardname}_i2c_init(), which would currently be empty
except to call the common function?
I'll split up again when the need arises, i.e. when the
differentiating drivers are introduced for now, I just made a common
seaboard_i2c_init that's called from the common init function, i.e.
undid the per-board split.
-Olof