On Wed, Mar 25, 2020 at 5:14 PM Ivan Mikhaylov <i.mikhaylov@xxxxxxxxx> wrote: > > Add proximity sensor driver for Vishay vcnl3020. Only on-demand > measurement is supported for now. > You missed chagelog here. (For the future, please, don't miss, but now send a followup message what you have done in v2) > Ivan Mikhaylov (2): > iio: proximity: provide device tree binding document > iio: proximity: Add driver support for vcnl3020 proximity sensor > > .../bindings/iio/proximity/vcnl3020.yaml | 47 ++++ > drivers/iio/proximity/Kconfig | 10 + > drivers/iio/proximity/Makefile | 1 + > drivers/iio/proximity/vcnl3020.c | 242 ++++++++++++++++++ > 4 files changed, 300 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/proximity/vcnl3020.yaml > create mode 100644 drivers/iio/proximity/vcnl3020.c > > -- > 2.21.1 > -- With Best Regards, Andy Shevchenko