]> git.karo-electronics.de Git - karo-tx-linux.git/commit
I2C: OMAP2+: address confused probed version naming
authorAndy Green <andy@warmcat.com>
Mon, 30 May 2011 14:43:07 +0000 (07:43 -0700)
committerBen Dooks <ben-linux@fluff.org>
Wed, 14 Sep 2011 21:19:11 +0000 (22:19 +0100)
commit1dffe5ea96ca2431f149bd598a3e34318af678ee
tree5092a1af98d92a0ea8653b866083a5cc846a8120
parentdd0adddcad3bc2cad622977c83bcd940884251d9
I2C: OMAP2+: address confused probed version naming

The driver reflects the confusion that probed I2C revision
from the hardware of 0x40 means it is on an OMAP4430.

However, you will probe the same 0x40 ID on an OMAP3530.  So
this patch changes the name to reflect that.

It also clarifies that the original name OMAP_I2C_REV_2 is
referring to some ancient OMAP1 revision number, not to be
confused with the IP revisions this patch series introduces.

Similarly the term "rev" is used in the ancient OMAP1 ISR,
the term is changed to use omap1 instead.

Cc: patches@linaro.org
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andy Green <andy.green@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Kevin Hilman <khilman@ti.com>
drivers/i2c/busses/i2c-omap.c