Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932922AbbD0PCq (ORCPT ); Mon, 27 Apr 2015 11:02:46 -0400 Received: from mga11.intel.com ([192.55.52.93]:10038 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932670AbbD0PCn (ORCPT ); Mon, 27 Apr 2015 11:02:43 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,657,1422950400"; d="scan'208";a="686308869" From: Octavian Purdila To: jic23@kernel.org Cc: lars@metafoo.de, pmeerw@pmeerw.net, robert.moore@intel.com, rafael.j.wysocki@intel.com, lenb@kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-acpi@vger.kernel.org, Octavian Purdila Subject: [RFC PATCH 0/3] iio: export mounting matrix Date: Mon, 27 Apr 2015 18:01:45 +0300 Message-Id: <1430146908-27919-1-git-send-email-octavian.purdila@intel.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 969 Lines: 26 This is a RFC patch series that exports information about the way the sensors are connected to the system so that userspace can correct readings. It is inspired by the way MPU6050 exports this information via the in_{gyro,accel,magn}_matrix sysfs entries. Octavian Purdila (3): iio: export mounting matrix information ACPICA: Add _PLD front and back panel constants iio: derive the mounting matrix from ACPI _PLD objects Documentation/ABI/testing/sysfs-bus-iio | 11 ++++ drivers/iio/industrialio-core.c | 93 +++++++++++++++++++++++++++++++++ include/acpi/acbuffer.h | 5 ++ include/linux/iio/iio.h | 55 +++++++++++++++++++ 4 files changed, 164 insertions(+) -- 1.9.1 -- 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/