Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1276325
| From | Adriana Reus <adriana.reus@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] iio: light: us5281d: Add power managmenet and interrupt support |
| Date | 2015-11-24 12:10 +0100 |
| Message-ID | <qyjDX-7lE-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The first patches add a dt property for choosing the power mode for raw reads.
The following adds helper functions preparing for pm support.
The last ones add power management and interrupt support.
Adriana Reus (5):
iio: light: us5182d: Add property for choosing default power mode
Documentation: devicetree: Add property for controlling power saving
mode for the us5182 als sensor
iio: light: us5182d: Add functions for selectively enabling als and
proximity
iio: light: us8152d: Add power management support
iio: light: us5182d: Add interrupt support and events
.../devicetree/bindings/iio/light/us5182d.txt | 11 +
drivers/iio/light/us5182d.c | 513 ++++++++++++++++++++-
2 files changed, 504 insertions(+), 20 deletions(-)
--
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 | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] iio: light: us5281d: Add power managmenet and interrupt support Adriana Reus <adriana.reus@intel.com> - 2015-11-24 12:10 +0100
[PATCH 4/5] iio: light: us8152d: Add power management support Adriana Reus <adriana.reus@intel.com> - 2015-11-24 12:10 +0100
Re: [PATCH 4/5] iio: light: us8152d: Add power management support Jonathan Cameron <jic23@kernel.org> - 2015-11-29 16:10 +0100
[PATCH 2/5] Documentation: devicetree: Add property for controlling power saving mode for the us5182 als sensor Adriana Reus <adriana.reus@intel.com> - 2015-11-24 12:10 +0100
Re: [PATCH 2/5] Documentation: devicetree: Add property for controlling power saving mode for the us5182 als sensor Rob Herring <robh@kernel.org> - 2015-11-25 01:10 +0100
Re: [PATCH 2/5] Documentation: devicetree: Add property for controlling power saving mode for the us5182 als sensor Adriana Reus <adriana.reus@intel.com> - 2015-11-25 11:00 +0100
Re: [PATCH 2/5] Documentation: devicetree: Add property for controlling power saving mode for the us5182 als sensor Rob Herring <robh@kernel.org> - 2015-11-26 01:00 +0100
Re: [PATCH 2/5] Documentation: devicetree: Add property for controlling power saving mode for the us5182 als sensor Jonathan Cameron <jic23@kernel.org> - 2015-11-29 15:40 +0100
[PATCH 1/5] iio: light: us5182d: Add property for choosing default power mode Adriana Reus <adriana.reus@intel.com> - 2015-11-24 12:10 +0100
Re: [PATCH 1/5] iio: light: us5182d: Add property for choosing default power mode Jonathan Cameron <jic23@kernel.org> - 2015-11-29 15:40 +0100
csiph-web