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


Groups > linux.kernel > #1210314

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

From Adriana Reus <adriana.reus@intel.com>
Newsgroups linux.kernel
Subject [PATCH v5 0/2] Add support and documentation for UPISEMI us5182d als and proximity sensor
Date 2015-08-20 11:10 +0200
Message-ID <pZu1c-l9-29@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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      |  23 +
 .../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, 542 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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v5 0/2] Add support and documentation for UPISEMI us5182d als and proximity sensor Adriana Reus <adriana.reus@intel.com> - 2015-08-20 11:10 +0200
  [PATCH v5 1/2] iio: light: Add support for UPISEMI uS5182d als and proximity sensor Adriana Reus <adriana.reus@intel.com> - 2015-08-20 11:10 +0200
    Re: [PATCH v5 1/2] iio: light: Add support for UPISEMI uS5182d als  and proximity sensor Peter Meerwald <pmeerw@pmeerw.net> - 2015-08-20 11:30 +0200
  [PATCH v5 2/2] devicetree: Add documentation for UPISEMI us5182d ALS and Proximity sensor Adriana Reus <adriana.reus@intel.com> - 2015-08-20 11:10 +0200

csiph-web