From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753117AbcE2TGi (ORCPT ); Sun, 29 May 2016 15:06:38 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:34193 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752844AbcE2TGh (ORCPT ); Sun, 29 May 2016 15:06:37 -0400 Subject: Re: [PATCH] iio: magnetometer: bmc150: Document Bosch supported chips To: Daniel Baluta References: <1464093748-4798-1-git-send-email-daniel.baluta@intel.com> Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org From: Jonathan Cameron Message-ID: <7a1e6a77-5b3f-ae28-9f1d-387fd3dc5357@kernel.org> Date: Sun, 29 May 2016 20:06:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <1464093748-4798-1-git-send-email-daniel.baluta@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/05/16 13:42, Daniel Baluta wrote: > bmc150 driver supports also BMC156 and BMM150 chips. > > Signed-off-by: Daniel Baluta Good to clean this sort of thing up. Applied, thanks. Jonathan > --- > drivers/iio/magnetometer/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/iio/magnetometer/Kconfig b/drivers/iio/magnetometer/Kconfig > index 84e6559..1f842ab 100644 > --- a/drivers/iio/magnetometer/Kconfig > +++ b/drivers/iio/magnetometer/Kconfig > @@ -44,6 +44,7 @@ config BMC150_MAGN_I2C > This driver is only implementing magnetometer part, which has > its own address and register map. > > + This driver also supports I2C Bosch BMC156 and BMM150 chips. > To compile this driver as a module, choose M here: the module will be > called bmc150_magn_i2c. > > @@ -60,6 +61,7 @@ config BMC150_MAGN_SPI > This driver is only implementing magnetometer part, which has > its own address and register map. > > + This driver also supports SPI Bosch BMC156 and BMM150 chips. > To compile this driver as a module, choose M here: the module will be > called bmc150_magn_spi. > >