From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753594AbaE1Nbi (ORCPT ); Wed, 28 May 2014 09:31:38 -0400 Received: from mail-pb0-f43.google.com ([209.85.160.43]:35777 "EHLO mail-pb0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752188AbaE1Nbg (ORCPT ); Wed, 28 May 2014 09:31:36 -0400 From: Pali =?utf-8?q?Roh=C3=A1r?= To: Matthew Garrett Subject: Re: [PATCH v2] platform: x86: dell-smo8800: Dell Latitude freefall driver (ACPI SMO8800/SMO8810) Date: Wed, 28 May 2014 15:31:30 +0200 User-Agent: KMail/1.13.7 (Linux/3.15.0-031500rc3-generic; KDE/4.13.0; x86_64; ; ) Cc: Randy Dunlap , Valdis.Kletnieks@vt.edu, linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org, One Thousand Gnomes , Sonal Santan References: <1399114077-19314-2-git-send-email-pali.rohar@gmail.com> <1400757348-5351-1-git-send-email-pali.rohar@gmail.com> In-Reply-To: <1400757348-5351-1-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart26952221.1NgYzGFUGV"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201405281531.30298@pali> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nextPart26952221.1NgYzGFUGV Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thursday 22 May 2014 13:15:48 Pali Roh=C3=A1r wrote: > This acpi driver provide supports for freefall sensors > SMO8800/SMO8810 which can be found on Dell Latitude laptops. > Driver register /dev/freefall misc device which has same > interface as driver hp_accel freefall driver. So any existing > applications for HP freefall sensor /dev/freefall will work > for with this new driver for Dell Latitude laptops too. >=20 > Signed-off-by: Pali Roh=C3=A1r > Cc: Sonal Santan > Tested-By: Valdis Kletnieks > Acked-By: Valdis Kletnieks > --- > Changes since v1: > * Fixed warnings: Missing a blank line after declarations > * Fixed Lowercase ON in Kconfig > * Fixed Alan's review problems by Sonal Santan > --- > drivers/platform/x86/Kconfig | 10 ++ > drivers/platform/x86/Makefile | 1 + > drivers/platform/x86/dell-smo8800.c | 233 > +++++++++++++++++++++++++++++++++++ 3 files changed, 244 > insertions(+) > create mode 100644 drivers/platform/x86/dell-smo8800.c >=20 After week there are no other objections. Matthew Garrett, can you apply driver into platform tree? =2D-=20 Pali Roh=C3=A1r pali.rohar@gmail.com --nextPart26952221.1NgYzGFUGV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlOF5TIACgkQi/DJPQPkQ1LVHQCggizIR7a3qXLfb/CJ2HaRaNCo A3QAn2Is1eoeo/zPF+ptenm6x5zu7q4i =ScWp -----END PGP SIGNATURE----- --nextPart26952221.1NgYzGFUGV--