On Nov 5, 2010, at 4:06 PM, Jean Delvare wrote:

> Delete unused I2C adapter IDs. Special cases are:
> 
> * I2C_HW_B_RIVA was still set in driver rivafb, however no other
>  driver is ever looking for this value, so we can safely remove it.
> * I2C_HW_B_HDPVR is used in staging driver lirc_zilog, however no
>  adapter ID is ever set to this value, so the code in question never
>  runs. As the code additionally expects that I2C_HW_B_HDPVR may not
>  be defined, we can delete it now and let the lirc_zilog driver
>  maintainer rewrite this piece of code.
> 
> Big thanks for Hans Verkuil for doing all the hard work :)
> 
> Signed-off-by: Jean Delvare <[email protected]>
> Cc: Hans Verkuil <[email protected]>
> Cc: Jarod Wilson <[email protected]>

I think I2C_HW_B_HDPVR was only being used by a not-yet-merged-upstream patch 
to the hdpvr driver, which enabled the IR functionality on it. Its not merged, 
as enabling it seems to like to lock the unit up from time to time, and nobody 
(myself included) has had time to figure out why. In any case, it should be 
perfectly fine to nuke that, we need to fix lirc_zilog regardless.

Acked-by: Jarod Wilson <[email protected]>

-- 
Jarod Wilson
[email protected]



--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to