On Monday 04 November 2013 00:26:29 Tomasz Figa wrote: > > Aha, one more thing. As it was mentioned on ARM Mini Summit, as a long > term goal, we will eventually have to introduce another validation tool > that checks device drivers against device tree bindings. We should keep > this in mind when considering schema design. Incidentally I have just had an idea for a new driver-level API that should let us do this much easier. I hope to find some time in the next few days to come up with draft kernel patches. If you don't hear back from me soon but want to work on validating the drivers against the bindings, please contact me again. The basic idea is to extend 'devres' to automatically register all the resources (registers, irq, dma, gpio, pinctrl, clk, regulator, ...) and simple properties before the ->probe() callback is even called, based on a per-driver data structure that describes them, and that can be easily parsed by an external tool. Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html