linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Akinobu Mita <akinobu.mita@gmail.com>,
	linux-iio@vger.kernel.org, Vlad Dogaru <vlad.dogaru@intel.com>
Subject: Re: [PATCH v3 0/2] iio: pressure: bmp280: add support for BMP180 and oversampling rate control
Date: Sun, 24 Apr 2016 17:09:02 +0100	[thread overview]
Message-ID: <69f2f228-bf77-49d4-08b1-4ceda75fd050@kernel.org> (raw)
In-Reply-To: <1461505931-21884-1-git-send-email-akinobu.mita@gmail.com>

On 24/04/16 14:52, Akinobu Mita wrote:
> This series includes two patches: one that adds support for the BMP180
> chip, and the second which adds configuration for the oversampling ratio
> for both BMP180 and BMP280.
Both patches look good to me.  Will let them sit on the list until Vlad
has a chance to take another look and give an Ack / reviewed-by if he
is happy.

Thanks,

Jonathan
> 
> * v3
> - use single line comment style where possible suggested by Jonathan Cameron
> - remove double casts for calibration coefficients by using adequate data
>   types, suggested by Jonathan Cameron
> - fix oversampling register setting for bmp280, spotted by Vlad Dogaru
> 
> * v2
> - split into two patches
> - add error check for reading calibration data.
> - s/be16_to_cpu(0)/cpu_to_be16(0)/
> - default pressure oversampling ratio for bmp180 from x1 to x8
> - add kconfig dependency to not select if bmp085-i2c is enabled
> - create bmp280_chip_info includes all elements depending on the chip
> - add ACPI ids for bmp180
> 
> Akinobu Mita (2):
>   iio: pressure: bmp280: add support for BMP180
>   iio: pressure: bmp280: add ability to control oversampling rate
> 
>  drivers/iio/pressure/Kconfig  |   5 +-
>  drivers/iio/pressure/bmp280.c | 564 +++++++++++++++++++++++++++++++++++++++---
>  2 files changed, 538 insertions(+), 31 deletions(-)
> 


      parent reply	other threads:[~2016-04-24 16:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-24 13:52 [PATCH v3 0/2] iio: pressure: bmp280: add support for BMP180 and oversampling rate control Akinobu Mita
2016-04-24 13:52 ` [PATCH v3 1/2] iio: pressure: bmp280: add support for BMP180 Akinobu Mita
2016-04-25 10:18   ` Vlad Dogaru
2016-04-27  3:21   ` Matt Ranostay
2016-04-27 11:33     ` Akinobu Mita
2016-04-24 13:52 ` [PATCH v3 2/2] iio: pressure: bmp280: add ability to control oversampling rate Akinobu Mita
2016-04-24 21:38   ` Matt Ranostay
2016-04-24 22:29     ` Matt Ranostay
2016-04-25 10:18   ` Vlad Dogaru
2016-04-24 16:09 ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=69f2f228-bf77-49d4-08b1-4ceda75fd050@kernel.org \
    --to=jic23@kernel.org \
    --cc=akinobu.mita@gmail.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=vlad.dogaru@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).