On Fri, Feb 11, 2022 at 10:19 AM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > On Fri, Feb 11, 2022 at 09:55:22AM -0600, Rob Herring wrote: > > On Sun, Feb 06, 2022 at 11:16:40AM +0200, Sakari Ailus wrote: > > > Make the device_dma_supported and device_get_dma_attr functions to use the > > > fwnode ops, and move the implementation to ACPI and OF frameworks. > > > > > > Depends-on: ("device property: Don't split fwnode_get_irq*() APIs in the code") > > > > Is this some new convention? > > % git log --oneline --no-merges --grep Depends-on | wc -l > 83 With 10k+ commits per cycle that's not really compelling. > Or I misunderstood your question? % git grep 'Depends-on' | wc -l 0 What I mean is where's the documentation for using this? Or even a discussion? Rob