mbox series

[0/2] Drop BU27008 and BU27010

Message ID cover.1732819203.git.mazziesaccount@gmail.com (mailing list archive)
Headers show
Series Drop BU27008 and BU27010 | expand

Message

Matti Vaittinen Nov. 28, 2024, 7:34 p.m. UTC
Drop the support for ROHM BD72008 and BD72010 RGB sensors

I accidentally hit a BU27008 data-sheet which had a big red text saying
"Obsolete". After a few queries I received a word that the ROHM BU27008
and BU27010 RGB sensors were cancelled and never entered mass production.
Supporting not existing hardware makes no sense, so it's probably best
to drop the drivers and dt-bindings.

There is still a RGB sensor from ROHM called BU27006.
https://www.rohm.com/products/sensors-mems/color-sensor-ics/bu27006muc-z-product
Based on a quick glance this should be very similar to the BU27010. If
someone wants to create a driver for this, then the bu27008.c might be
worth looking at.

As writing of this I don't have the BU27006 at my hands, and when I
asked about creating a driver for this IC from the HQ ... I got an
impression that at the moment ROHM rather pays me for doing something
else. So, currently I have no plan to add support for the BD27006.
We can always dig the bu27008.c from the depths of the git, if it later
appears such a driver would be a good idea.

Matti Vaittinen (2):
  iio: light: Drop BU27008 and BU27010
  dt-bindings: iio: light: Drop BU27008 and BU27010

 .../bindings/iio/light/rohm,bu27008.yaml      |   49 -
 .../bindings/iio/light/rohm,bu27010.yaml      |   50 -
 MAINTAINERS                                   |    1 -
 drivers/iio/light/Kconfig                     |   16 -
 drivers/iio/light/Makefile                    |    1 -
 drivers/iio/light/rohm-bu27008.c              | 1635 -----------------
 6 files changed, 1752 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/iio/light/rohm,bu27008.yaml
 delete mode 100644 Documentation/devicetree/bindings/iio/light/rohm,bu27010.yaml
 delete mode 100644 drivers/iio/light/rohm-bu27008.c


base-commit: a61ff7eac77e86de828fe28c4e42b8ae9ec2b195