Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753211AbbDFORI (ORCPT ); Mon, 6 Apr 2015 10:17:08 -0400 Received: from mga03.intel.com ([134.134.136.65]:61090 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751264AbbDFORF (ORCPT ); Mon, 6 Apr 2015 10:17:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,532,1422950400"; d="scan'208";a="690931537" From: Daniel Baluta To: jic23@kernel.org Cc: jlbec@evilplan.org, lars@metafoo.de, knaack.h@gmx.de, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, octavian.purdila@intel.com, daniel.baluta@intel.com, pebolle@tiscali.nl, patrick.porlan@intel.com, adriana.reus@intel.com Subject: [PATCH v3 0/3] Add initial configfs support for IIO Date: Mon, 6 Apr 2015 17:18:06 +0300 Message-Id: <1428329889-18335-1-git-send-email-daniel.baluta@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: 1490 Lines: 39 This patchset adds initial support for configfs in IIO. Patch 1: * adds configfs infrastructure creating an "iio" configfs subystem + an initial "triggers" group. Patch 2: * adds the first "real" trigger type - hrtimer. Patch 3: * adds Documentation Changes since last version are listed in each individual patch. Daniel Baluta (3): iio: configfs: Add configfs support to IIO iio: trigger: Add support for highres timer trigger type iio: Documentation: Add documentation for IIO configfs Documentation/iio/iio_configfs.txt | 83 +++++++++ drivers/iio/Kconfig | 8 + drivers/iio/Makefile | 1 + drivers/iio/industrialio-configfs.c | 291 +++++++++++++++++++++++++++++++ drivers/iio/trigger/Kconfig | 9 + drivers/iio/trigger/Makefile | 2 + drivers/iio/trigger/iio-trig-hrtimer.c | 154 ++++++++++++++++ include/linux/iio/iio_configfs_trigger.h | 41 +++++ 8 files changed, 589 insertions(+) create mode 100644 Documentation/iio/iio_configfs.txt create mode 100644 drivers/iio/industrialio-configfs.c create mode 100644 drivers/iio/trigger/iio-trig-hrtimer.c create mode 100644 include/linux/iio/iio_configfs_trigger.h -- 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/