Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1225816 > unrolled thread

[v7 PATCH 0/2] Add support and documentation for UPISEMI us5182d als and proximity sensor

Started byAdriana Reus <adriana.reus@intel.com>
First post2015-09-16 10:20 +0200
Last post2015-09-16 10:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [v7 PATCH 0/2] Add support and documentation for UPISEMI us5182d als and proximity sensor Adriana Reus <adriana.reus@intel.com> - 2015-09-16 10:20 +0200

#1225816 — [v7 PATCH 0/2] Add support and documentation for UPISEMI us5182d als and proximity sensor

FromAdriana Reus <adriana.reus@intel.com>
Date2015-09-16 10:20 +0200
Subject[v7 PATCH 0/2] Add support and documentation for UPISEMI us5182d als and proximity sensor
Message-ID<q9g6B-7dw-3@gated-at.bofh.it>
This series adds basic support for this als and proximity sensor
and devicetree docs.

Adriana Reus (2):
  iio: light: Add support for UPISEMI uS5182d als and proximity sensor
  devicetree: Add documentation for UPISEMI us5182d ALS and Proximity
    sensor

 .../devicetree/bindings/iio/light/us5182d.txt      |  34 ++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/iio/light/Kconfig                          |  10 +
 drivers/iio/light/Makefile                         |   1 +
 drivers/iio/light/us5182d.c                        | 507 +++++++++++++++++++++
 5 files changed, 553 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/light/us5182d.txt
 create mode 100644 drivers/iio/light/us5182d.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web