Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751320AbbDZVuX (ORCPT ); Sun, 26 Apr 2015 17:50:23 -0400 Received: from mout.gmx.net ([212.227.17.22]:61317 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750788AbbDZVuT (ORCPT ); Sun, 26 Apr 2015 17:50:19 -0400 Message-ID: <553D5D90.30403@gmx.de> Date: Sun, 26 Apr 2015 23:50:08 +0200 From: Hartmut Knaack User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1 MIME-Version: 1.0 To: Irina Tirdea , Jonathan Cameron , linux-iio@vger.kernel.org CC: linux-kernel@vger.kernel.org, Vlad Dogaru Subject: Re: [PATCH v2 00/17] Fixes for the mma9553 driver References: <1428939664-12503-1-git-send-email-irina.tirdea@intel.com> In-Reply-To: <1428939664-12503-1-git-send-email-irina.tirdea@intel.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Provags-ID: V03:K0:mJM5x4m1mwlTEmplVaqDso9bGgiirHwgk7XSJq9Hf+WzEe1PEbF 5Gv+jEsw4PNh+4ZzQL07/Rb6XIT4xDREB7BHSBFy/snUbbLF5JzBRMDaPQHe7yIWDcqmhOX chRclg8G8Nb8jQT/+IQ0eJ2dRfHfw4w3X3/NrJTG7e09WzCdL0EeiPzlCSybWZEk7b79yrh GkWIPjMklD6li1iK0Iq6w== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1963 Lines: 48 Irina Tirdea schrieb am 13.04.2015 um 17:40: > This is a set of follow-up patches for the mma9553 driver that fixes > issues as suggested by Hartmut and Daniel. > Finally, I got around to this series. Looks good to me. Thanks, Hartmut > Changes in v2: > - split some of the the v1 patches into smaller patches > as suggested by Jonathan > - reordered the series to have bug fixes first followed by style fixes > - use Reported-by for bug fixes > - added more fixes for issues detected by checkpatch.pl --strict > > Irina Tirdea (17): > iio: accel: mma9553: fix endianness issue when reading status > iio: accel: mma9553: check input value for activity period > iio: accel: mma9551_core: prevent buffer overrun > iio: accel: mma9553: add enable channel for activity > iio: accel: mma9551_core: wrong doc fixes > iio: accel: mma9551_core: typo fix in RSC APP ID > iio: accel: mma9553: check for error in reading initial activity and > stepcnt > iio: accel: mma9553: return 0 as indication of success > iio: accel: mma9553: comment and error message fixes > iio: accel: mma9553: use GENMASK > iio: accel: mma9553: prefix naming fixes > iio: accel: mma9553: fix gpio bitnum init value > iio: accel: mma9553: refactor mma9553_read_raw > iio: accel: mma9551_core: use size in words for word buffers > iio: accel: mma9553: fix alignment issues > iio: accel: mma9553: document use of mutex > iio: accel: mma9553: use unsigned counters > > drivers/iio/accel/mma9551_core.c | 70 ++++++----- > drivers/iio/accel/mma9551_core.h | 8 +- > drivers/iio/accel/mma9553.c | 253 ++++++++++++++++++--------------------- > 3 files changed, 160 insertions(+), 171 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/