Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754542AbbHNJTc (ORCPT ); Fri, 14 Aug 2015 05:19:32 -0400 Received: from mga01.intel.com ([192.55.52.88]:53847 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753525AbbHNJTE (ORCPT ); Fri, 14 Aug 2015 05:19:04 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,676,1432623600"; d="scan'208";a="784014962" From: Adriana Reus To: jic23@kernel.org, pmeerw@pmeerw.net, daniel.baluta@intel.com Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Adriana Reus Subject: [PATCH 0/2] Add support and documentation for UPISEMI us5182d als and proximity sensor Date: Fri, 14 Aug 2015 12:17:39 +0300 Message-Id: <1439543861-20768-1-git-send-email-adriana.reus@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: 1055 Lines: 25 This series adds basic support for this als and proximity sensor and devicetree docs. Adriana Reus (2): iio: light: Add support for UPISEMI uS5182d als and proximity sensor devicetree: Add documentation for UPISEMI us5182d ALS and Proximity sensor .../devicetree/bindings/i2c/trivial-devices.txt | 1 + .../devicetree/bindings/iio/light/us5182d.txt | 24 + .../devicetree/bindings/vendor-prefixes.txt | 1 + drivers/iio/light/Kconfig | 10 + drivers/iio/light/Makefile | 1 + drivers/iio/light/us5182d.c | 484 +++++++++++++++++++++ 6 files changed, 521 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/light/us5182d.txt create mode 100644 drivers/iio/light/us5182d.c -- 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/