On Tue, 3 Nov 2020 17:24:08 +0000 Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> wrote: > On Tue, 3 Nov 2020 10:38:00 -0600 > Rob Herring <robh@xxxxxxxxxx> wrote: > > > On Sat, Oct 31, 2020 at 06:48:08PM +0000, Jonathan Cameron wrote: > > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > > > > > This set is basically all the stuff bindings where I couldn't come up > > > with a unifying theme to split them out into smaller more palatble sets. > > > > > > So there is all sorts in here :) Enjoy. > > > > Thanks for filling my inbox... :) > Always happy to do that :) > > I definitely recall you saying you liked to review them lots at a time. > *evil laugh* > > Thanks for ploughing through them so quickly. > > Jonathan > Quick status update on this series. I've applied everything (with fixes as suggested and a few maintainers changed due to bouncing emails) except: 7, 8 : Andrew's email is bouncing and there are questions open on differences between the binding and the driver so I've reached out to him via other means. 29: Going as part of a difference series. 39: XOR tricks and the question on what syntax will let me drop the definitions block as suggested as I can't figure it out! @Rob this is the same question raised on the other similar case. I've applied 9, but couldn't make a simplification I thought should work so have an open question on that one. In the interests of making it easier to keep track of what is left, I may well just pull all the remaining patches from my various series into a single one one which we can address outstanding questions. Still a few more to catch up on before I can do that however! Thanks, Jonathan > > > > > > There are a few more binding files left after these are done. > > > * io-channel-mux: Needs conversion of the mux subsystem bindings > > > * xilinx-xadc: I think Lars is working on this one already. > > > * lis302: This one got moved to IIO directory, but reflects a bunch of stuff > > > that would not have made it into an IIO binding. The driver is still in > > > misc and in theory has been replaced by the st-sensors driver. > > > Need to think what to do about this one. > > > * mount-matrix.txt: The binding part is under review for inclusion in > > > dt-schema rather than kernel tree, but this document has a wealth of > > > information we don't want hidden away there. As such I'm probably > > > going to convert it to general kernel documentation. > > > > > > Final patch in here drops the generic temperatures sensor binding. > > > Whilst I'm keen on that we only currently have one user. So I'd > > > rather we had a second before we went to the effort of defining a > > > proper yaml binding for that. > > > > > > Jonathan Cameron (46): > > > dt-bindings:iio:resolver:adi,ad2s90: Conversion of binding to yaml. > > > dt-bindings:iio:potentiometer:adi,ad5272 yaml conversion > > > dt-bindings:iio:potentiometer:microchip,mcp4131 txt to yaml conversion > > > dt-bindings:iio:potentiometer:microchip,mcp41010 txt to yaml > > > conversion > > > dt-bindings:iio:impedance-analyzer:adi,ad5933 yaml conversion. > > > dt-bindings:iio:samsung,sensorhub-rinato: yaml conversion > > > dt-bindings:iio:health:ti,afe4403: txt to yaml binding > > > dt-bindings:iio:health:ti,afe4404: txt to yaml conversion > > > dt-bindings:iio:health:maxim,max30100: txt to yaml conversion > > > dt-bindings:iio:health:maxim,max30102: txt to yaml conversion > > > dt-bindings:iio:imu:adi,adis16480: txt to yaml conversion > > > dt-bindings:iio:imu:st,lsm6dsx: txt to yaml conversion > > > dt-bindings:iio:light:avago,apds9300: txt to yaml conversion. > > > dt-bindings:iio:light:avago,apds9960: txt to yaml conversion > > > dt-bindings:iio:light:capella,cm36651: txt to yaml conversion. > > > dt-bindings:iio:light:sharp,gp2ap020a00f: txt to yaml conversion. > > > dt-bindings:iio:light:maxim,max44009: txt to yaml conversion. > > > dt-bindings:iio:light:ti,opt3001: txt to yaml conversion > > > dt-bindings:iio:light:upisemi,us51882: txt to yaml conversion. > > > dt-bindings:iio:light:st,uvis25: txt to yaml conversion for this UV > > > sensor > > > dt-bindings:iio:light:vishay,vcnl4035: txt to yaml conversion > > > dt-bindings:iio:light:st,vl6180: txt to yaml format conversion. > > > dt-bindings:iio:magnetometer:fsl,mag3110: txt to yaml conversion > > > dt-bindings:iio:magnetometer:asahi-kasei,ak8974: txt to yaml format > > > conversion > > > dt-bindings:iio:magnetometer:bosch,bmc150_magn: txt to yaml > > > conversion. > > > dt-bindings:iio:magnetometer:honeywell,hmc5843: txt to yaml format > > > conversion > > > dt-bindings:iio:magnetometer:pni,rm3100: txt to yaml conversion. > > > dt-bindings:iio:adc:atmel,sama5d2-adc: txt to yaml conversion > > > dt-bindings:iio:adc:atmel,sama9260-adc: conversion to yaml from > > > at91_adc.txt > > > dt-bindings:iio:adc:renesas,rcar-gyroadc: txt to yaml conversion. > > > dt-bindings:iio:adc:x-powers,axp209-adc: txt to yaml conversion > > > dt-bindings:iio:adc:brcm,iproc-static-adc: txt to yaml conversion > > > dt-bindings:iio:adc:mediatek,mt2701-auxadc: rename and yaml > > > conversion. > > > dt-bindings:iio:adc:ti,palmas-gpadc: txt to yaml format conversion. > > > dt-bindings:iio:adc:qcom,pm8018-adc: yaml conversion and rename. > > > dt-bindings:iio:adc:qcom,spmi-iadc: txt to yaml format conversion. > > > dt-binding:iio:adc:ti,ads124s08: txt to yaml format conversion. > > > dt-bindings:iio:dac:ad5592r: txt to yaml format conversion. > > > dt-bindings:iio:dac:ad5755: txt to yaml format conversion. > > > dt-bindings:iio:accel:bosch,bma180: txt to yaml format conversion. > > > dt-bindings:iio:accel:kionix,kxcjk1013: txt to yaml format conversion. > > > dt-bindings:iio:accel:fsl,mma8452: txt to yaml conversion. > > > dt-bindings:iio:gyro:bosch,bmg180: txt to yaml format conversion. > > > dt-bindings:iio:st,st-sensors: txt to yaml conversion. > > > dt-bindings:iio:frequency:adi,adf4350: txt to yaml format conversion. > > > dt-bindings:iio:temperature: Drop generic binding file. > > > > There's more standard unit properties you can drop the type $ref on and > > a the couple of nits I raised. With those fixed, > > > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > > Great. Thanks again, > > Jonathan >