[PATCH v3 2/5] OMAP: mailbox: fix rx interrupt disable in omap4

Felipe Balbi balbi at ti.com
Tue Nov 23 03:10:48 EST 2010


On Mon, Nov 22, 2010 at 03:55:47PM +0100, Cousson, Benoit wrote:
>So far we are using a artificial SW IP revision that reflect the 
>difference we'd like to highlight v1, v2.

but what's the big deal in reading that from HW itself ? The only change
will in the comparisson operator. Instead of doing:

if (rev == REV_V1)

you'll be doing:

if (rev >= REV_V1_X_Y_Z)

no ??

-- 
balbi



More information about the linux-arm-kernel mailing list