On 10/15/14, 5:02 AM, Steffen Trumtrar wrote: > Hi! > > On Tue, Oct 14, 2014 at 01:45:29PM -0500, atull wrote: >> The FPGA bridge driver that I submitted last year handled the following >> things: >> * The bridges might have been brought out of reset in the bootloader. Some >> of the bridges have write-only registers (!) so this information had to >> be passed in DT > > Regmap has infrastructure to handle this. >
The current implementation of Alan's bridge driver is using regmap to toggle the reset manager bits. However, that required adding "syscon" to the reset manager's DTS node. By doing this, the reset driver was not able to load. So that's the story behind why I'm looking to convert Alan's bridge driver to use the reset driver. Dinh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/