On Wednesday 28 September 2011, Mark Salter wrote: > c6x_silicon_rev is needed by drivers (though none in the current > patch series) to deal with silicon errata. > > c6x_devstat has pin-strap config info some drivers may need. Ok, I guess these can be EXPORT_SYMBOL_GPL then, or you could remove them entirely by evaluating them in the boot loader and changing the device tree accordingly. For device drivers, it's usually better to make decisions based on the revision of the device they talk to, not the revision of the entire SoC, since that requires knowledge of all SoCs that contain each version of the hardware macro. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html