Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753002AbbEHOE2 (ORCPT ); Fri, 8 May 2015 10:04:28 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:51001 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752495AbbEHOE1 (ORCPT ); Fri, 8 May 2015 10:04:27 -0400 References: <1429891112-11888-1-git-send-email-daniel.baluta@intel.com> <553D19A5.1030101@kernel.org> In-Reply-To: From: jic23@jic23.retrosnub.co.uk To: Daniel Baluta Cc: Jonathan Cameron , Peter Meerwald , Hartmut Knaack , Lars-Peter Clausen , Linux Kernel Mailing List , "linux-iio@vger.kernel.org" Subject: Re: [PATCH v2 0/3] Introduce support for MMC35240 magnetic sensor Date: Fri, 08 May 2015 15:04:04 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Message-Id: <20150508140404.94F4140876@saturn.retrosnub.co.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1898 Lines: 48 Daniel Baluta writes: > On Sun, Apr 26, 2015 at 8:00 PM, Jonathan Cameron wrote: >> On 24/04/15 16:58, Daniel Baluta wrote: >>> This adds support for Memsic's MMC35240 magnetometer. The sensor does >>> not offer an interrupt line for data ready so for the moment we only >>> expose raw readings via sysfs interface. >>> >>> This patchset also adds ACPI and Power Management support. >>> >>> Changes since v1: >>> * fixed nits reported by Peter and Jonathan >>> * https://lkml.org/lkml/2015/4/15/186 >>> >>> Daniel Baluta (3): >>> iio: magnetometer: Add support for MEMSIC MMC35240 sensor >>> iio: magnetometer: mmc35240: Add PM sleep support >>> iio: magnetometer: Add ACPI support for MMC35240 >>> >>> drivers/iio/magnetometer/Kconfig | 11 + >>> drivers/iio/magnetometer/Makefile | 1 + >>> drivers/iio/magnetometer/mmc35240.c | 511 ++++++++++++++++++++++++++++++++++++ >>> 3 files changed, 523 insertions(+) >>> create mode 100644 drivers/iio/magnetometer/mmc35240.c >>> >> I'm happy with the whole series. Will leave it a few days though to >> give Peter time to take another look if he wants (or anyone else >> who feels like it!) >> >> Hopefully I'll manage a quick catch up session sometime mid week >> as only getting to this stuff on Saturday's is leaving me with quite >> a backlog at the moment! > > Slow poke on this one :). That sounds painful. Anyhow applied it now, but only have webmail at the mo as on a strange network that doesn't restrict https connections at all but blocks everything else. Will be a dump when I get to the airport in a few hours. Jonathan > > Daniel. -- 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/