lkml.org 
[lkml]   [2023]   [Mar]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v1 0/4] Update APDS990x ALS to support IIO
Date
Add apds990x binding scheme, convert it to get basic data from
dts and use common IIO API. Since it works with IIO now, move from
/misc to /iio.

Svyatoslav Ryhel (4):
dt-bindings: iio: light: add apds990x binding
misc: adps990x: convert to OF
misc: apds990x: convert to IIO
iio: light: move apds990x into proper place

.../bindings/iio/light/avago,apds990x.yaml | 76 ++
drivers/iio/light/Kconfig | 10 +
drivers/iio/light/Makefile | 1 +
drivers/{misc => iio/light}/apds990x.c | 802 +++++++++---------
drivers/misc/Kconfig | 10 -
drivers/misc/Makefile | 1 -
6 files changed, 509 insertions(+), 391 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iio/light/avago,apds990x.yaml
rename drivers/{misc => iio/light}/apds990x.c (67%)

--
2.37.2

\
 
 \ /
  Last update: 2023-03-27 00:49    [W:0.111 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site