From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ns.pmeerw.net ([84.19.176.117]:45392 "EHLO vps.pmeerw.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750998AbdJ0T37 (ORCPT ); Fri, 27 Oct 2017 15:29:59 -0400 From: Peter Meerwald-Stadler To: Jonathan Cameron Cc: linux-iio@vger.kernel.org Subject: [PATCH 00/13] iio: health: Add MAX30105 support to max30102 driver Date: Fri, 27 Oct 2017 21:29:35 +0200 Message-Id: <1509132593-1815-1-git-send-email-pmeerw@pmeerw.net> Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org This patch series reworks the max30102 driver to add support for the MAX30105 part (which add a third LED) patches 1 to 3 are bugfix patches 4 to 6 add minor features and cleanup patch 8 allows to read the temperature without currently measuring other channels patches 9 to 11 prepare for adding another LED, more flexibility patch 12 adds support for the MAX30105 part patch 13 updates devicetree documentation for the MAX30105 part Peter Meerwald-Stadler (13): iio: health: max30102: Temperature should be in milli Celsius iio: health: max30102: Fix missing newline in dev_err iio: health: max30102: Remove inconsistent full stop in error message iio: health: max30102: Fix mode config values iio: health: max30102: Check retval of powermode function iio: health: max30102: Add check for part ID iio: health: max30102: Introduce intensity channel macro iio: health: max30102: Add power enable parameter to get_temp function iio: health: max30102: Introduce indices for LED channels iio: health: max30102: Move mode setting to buffer_postenable iio: health: max30102: Prepare for copying varying number of measurements iio: health: max30102: Add MAX30105 support dt-bindings: iio: health: Add MAX30105 support to max30102.txt .../devicetree/bindings/iio/health/max30102.txt | 8 +- drivers/iio/health/max30102.c | 310 ++++++++++++++++----- 2 files changed, 241 insertions(+), 77 deletions(-) -- 2.7.4