On 05/06/2022 18:09, Robert Marko wrote: > On Sun, 5 Jun 2022 at 16:07, Rob Herring <robh@xxxxxxxxxx> wrote: >> >> On Sat, Jun 04, 2022 at 06:46:53PM +0200, Robert Marko wrote: >>> Convert DT bindings for Qualcomm QUP I2C controller to DT schema format. >>> >>> Old text bindings were missing usage of DMA so that was documented, as >>> well as the max clock-frequency. >>> >>> Signed-off-by: Robert Marko <robimarko@xxxxxxxxx> >>> --- >>> .../devicetree/bindings/i2c/qcom,i2c-qup.txt | 40 --------- >>> .../devicetree/bindings/i2c/qcom,i2c-qup.yaml | 83 +++++++++++++++++++ >>> 2 files changed, 83 insertions(+), 40 deletions(-) >>> delete mode 100644 Documentation/devicetree/bindings/i2c/qcom,i2c-qup.txt >>> create mode 100644 Documentation/devicetree/bindings/i2c/qcom,i2c-qup.yaml >> >> This one is already done. > > Yeah, I did not check linux-next before doing the conversion. > Sorry for the noise. Hi Robert, Thanks for the patch. Several people are working on the bindings, so the best is to: 1. rebase always on linux-next, 2. check if anyone else posted the patches thus the work is in progress - use dfn keyword, like: https://lore.kernel.org/all/?q=dfn%3Aqcom%2Ci2c-qup.txt Best regards, Krzysztof