Linux IIO development
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Denis CIOCCA <denis.ciocca@st.com>
Cc: Peter Meerwald <pmeerw@pmeerw.net>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: Re: [PATCH 5/5] iio: reword help text of several IIO_ST drivers
Date: Sat, 29 Jun 2013 13:17:16 +0100	[thread overview]
Message-ID: <51CED04C.8080301@kernel.org> (raw)
In-Reply-To: <3381694.P0QkDB0nbp@ctocwl0124>

On 06/24/2013 07:30 AM, Denis CIOCCA wrote:
> Acked-by: "Denis Ciocca" <denis.ciocca@st.com>
Applied to the togreg branch of iio.git

Thanks
> 
> On Sunday, June 23, 2013 11:28:20 PM Peter Meerwald wrote:
>> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
>> Cc: Denis Ciocca <denis.ciocca@st.com>
>> ---
>>  drivers/iio/accel/Kconfig        | 4 ++--
>>  drivers/iio/gyro/Kconfig         | 4 ++--
>>  drivers/iio/magnetometer/Kconfig | 4 ++--
>>  drivers/iio/pressure/Kconfig     | 4 ++--
>>  4 files changed, 8 insertions(+), 8 deletions(-)
>>
>> diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig
>> index 719d83f..a002675 100644
>> --- a/drivers/iio/accel/Kconfig
>> +++ b/drivers/iio/accel/Kconfig
>> @@ -33,8 +33,8 @@ config IIO_ST_ACCEL_3AXIS
>>  	  LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
>>  	  LIS331DLH, LSM303DL, LSM303DLM, LSM330.
>>
>> -	  This driver can also be built as a module. If so, will be created
>> -	  these modules:
>> +	  This driver can also be built as a module. If so, these modules
>> +	  will be created:
>>  	  - st_accel (core functions for the driver [it is mandatory]);
>>  	  - st_accel_i2c (necessary for the I2C devices [optional*]);
>>  	  - st_accel_spi (necessary for the SPI devices [optional*]);
>> diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig
>> index 8498e9d..1fdcc84 100644
>> --- a/drivers/iio/gyro/Kconfig
>> +++ b/drivers/iio/gyro/Kconfig
>> @@ -58,8 +58,8 @@ config IIO_ST_GYRO_3AXIS
>>  	  Say yes here to build support for STMicroelectronics gyroscopes:
>>  	  L3G4200D, LSM330DL, L3GD20, L3GD20H, LSM330DLC, L3G4IS, LSM330.
>>
>> -	  This driver can also be built as a module. If so, will be created
>> -	  these modules:
>> +	  This driver can also be built as a module. If so, these modules
>> +	  will be created:
>>  	  - st_gyro (core functions for the driver [it is mandatory]);
>>  	  - st_gyro_i2c (necessary for the I2C devices [optional*]);
>>  	  - st_gyro_spi (necessary for the SPI devices [optional*]);
>> diff --git a/drivers/iio/magnetometer/Kconfig
>> b/drivers/iio/magnetometer/Kconfig index c332b0a..4d55b1b 100644
>> --- a/drivers/iio/magnetometer/Kconfig
>> +++ b/drivers/iio/magnetometer/Kconfig
>> @@ -36,8 +36,8 @@ config IIO_ST_MAGN_3AXIS
>>  	  Say yes here to build support for STMicroelectronics magnetometers:
>>  	  LSM303DLHC, LSM303DLM, LIS3MDL.
>>
>> -	  This driver can also be built as a module. If so, will be created
>> -	  these modules:
>> +	  This driver can also be built as a module. If so, these modules
>> +	  will be created:
>>  	  - st_magn (core functions for the driver [it is mandatory]);
>>  	  - st_magn_i2c (necessary for the I2C devices [optional*]);
>>  	  - st_magn_spi (necessary for the SPI devices [optional*]);
>> diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig
>> index 3cba7f5..56ae890 100644
>> --- a/drivers/iio/pressure/Kconfig
>> +++ b/drivers/iio/pressure/Kconfig
>> @@ -14,8 +14,8 @@ config IIO_ST_PRESS
>>  	  Say yes here to build support for STMicroelectronics pressure
>>  	  sensors: LPS331AP.
>>
>> -	  This driver can also be built as a module. If so, will be created
>> -	  these modules:
>> +	  This driver can also be built as a module. If so, these modules
>> +	  will be created:
>>  	  - st_pressure (core functions for the driver [it is mandatory]);
>>  	  - st_pressure_i2c (necessary for the I2C devices [optional*]);
>>  	  - st_pressure_spi (necessary for the SPI devices [optional*]);--
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  reply	other threads:[~2013-06-29 12:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-23 21:28 [PATCH 1/5] iio: fix typos in dac Kconfig Peter Meerwald
2013-06-23 21:28 ` [PATCH 2/5] iio: use I2C_FUNC_SMBUS_I2C_BLOCK macro Peter Meerwald
2013-06-29  9:51   ` Jonathan Cameron
2013-06-29 23:05     ` Ge Gao
2013-06-23 21:28 ` [PATCH 3/5] iio: fix Kconfig typos Peter Meerwald
2013-06-29 10:08   ` Jonathan Cameron
2013-06-23 21:28 ` [PATCH 4/5] iio: remove mention of ring buffer from CONFIG_IIO_KFIFO_BUF, CONFIG_IIO_TRIGGER description Peter Meerwald
2013-06-29 12:15   ` Jonathan Cameron
2013-06-23 21:28 ` [PATCH 5/5] iio: reword help text of several IIO_ST drivers Peter Meerwald
2013-06-24  6:30   ` Denis CIOCCA
2013-06-29 12:17     ` Jonathan Cameron [this message]
2013-06-24  6:18 ` [PATCH 1/5] iio: fix typos in dac Kconfig Lars-Peter Clausen
2013-06-29  9:49   ` Jonathan Cameron

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=51CED04C.8080301@kernel.org \
    --to=jic23@kernel.org \
    --cc=denis.ciocca@st.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /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