From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from youngberry.canonical.com ([91.189.89.112]:45241 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752285AbbIVWa2 (ORCPT ); Tue, 22 Sep 2015 18:30:28 -0400 Date: Tue, 22 Sep 2015 23:30:25 +0100 From: Luis Henriques To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Markus Pargmann , Srinivas Pandruvada , Jonathan Cameron Subject: Re: [PATCH 3.10 02/20] iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required Message-ID: <20150922223025.GB25269@charon> References: <20150919171737.461560711@linuxfoundation.org> <20150919171737.638411770@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150919171737.638411770@linuxfoundation.org> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Sep 19, 2015 at 10:27:17AM -0700, Greg Kroah-Hartman wrote: > 3.10-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Markus Pargmann > > commit 06d2f6ca5a38abe92f1f3a132b331eee773868c3 upstream. > > This patch adds selects for IIO_BUFFER and IIO_TRIGGERED_BUFFER. Without > IIO_BUFFER, the driver does not compile. > > Signed-off-by: Markus Pargmann > Reviewed-by: Srinivas Pandruvada > Signed-off-by: Jonathan Cameron > Signed-off-by: Greg Kroah-Hartman > > --- > drivers/iio/gyro/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > --- a/drivers/iio/gyro/Kconfig > +++ b/drivers/iio/gyro/Kconfig > @@ -73,7 +73,8 @@ config IIO_ST_GYRO_SPI_3AXIS > config ITG3200 I know it's a bit too late as this kernel has been released already, but this patch doesn't look right to me. The original patch is changing the BMG160 driver, not the ITG3200. The same applies to the 3.14 kernel -- it's changing the wrong driver. Cheers, -- Lu�s > tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver" > depends on I2C > - select IIO_TRIGGERED_BUFFER if IIO_BUFFER > + select IIO_BUFFER > + select IIO_TRIGGERED_BUFFER > help > Say yes here to add support for the InvenSense ITG3200 digital > 3-axis gyroscope sensor. > > > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html