On Sat, Oct 31, 2020 at 06:12:32PM +0000, Jonathan Cameron wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Firstly drop the old text file as the consumer binding (and the other > parts of that file) are under review for inclusion in the dt-schema external > repo. > > This only converts consumers that happen to also be IIO drivers. > Others may get done as part of SoC binding conversions or I may do a lot > of them at somepoint. > > A few of the examples in existing text files used providers that were > documented in trivial-bindings.yaml which does not allow for > #io-channel-cells. I have pulled those out to their own files as part > of this patch set. > > The iio-mux binding is not done as that has some dependencies and will > form part of some future patch set. > > There is no explicit dependency in here on any other sets, but some > noise will occur in trivial-bindings.yaml if applied in a different > order to I happen to have them sets locally. > > Jonathan Cameron (10): > dt-bindings:iio:iio-binding.txt Drop file as content now in dt-schema > dt-bindings:iio:dac:dpot-dac: yaml conversion. > dt-bindings:iio:potentiometer: give microchip,mcp4531 its own binding > dt-bindings:iio:adc:envelope-detector: txt to yaml conversion. > dt-bindings:iio:afe:current-sense-amplifier: txt to yaml conversion. > dt-bindings:iio:afe:current-sense-shunt: txt to yaml conversion. > dt-bindings:iio:adc:maxim,max1027: Pull out to separate binding doc. > dt-bindings:iio:afe:voltage-divider: txt to yaml conversion > dt-bindings:iio:light:capella,cm3605: txt to yaml conversion. > dt-bindings:iio:potentiostat:ti,lmp91000: txt to yaml conversion. With the type references for properties with standard units dropped, Reviewed-by: Rob Herring <robh@xxxxxxxxxx>