From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932760AbcFCSzG (ORCPT ); Fri, 3 Jun 2016 14:55:06 -0400 Received: from mga14.intel.com ([192.55.52.115]:50243 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932188AbcFCSzD (ORCPT ); Fri, 3 Jun 2016 14:55:03 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,413,1459839600"; d="scan'208";a="115661919" Subject: Re: [PATCH v4 0/3] iio: generic_buffer: Select device/trigger by number To: Jonathan Cameron , linux-iio@vger.kernel.org References: Cc: linux-kernel@vger.kernel.org, Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Daniel Baluta From: Crestez Dan Leonard Message-ID: <5fb8d31b-3458-cb1b-0ce1-131bbb1d1aa3@intel.com> Date: Fri, 3 Jun 2016 21:54:39 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/30/2016 06:19 PM, Crestez Dan Leonard wrote: > This patch series adds support for selecting iio devices/triggers by numeric id > rather than just name. This is useful because the names are not actually > guaranteed to be unique. > > Changes since v3: > * Rebase on top of latest jic23/testing > * Fix handling of --trigger-num 0. Initialize trig_num to -1 and check if >= 0 > for valid id. > > Jonathan: you replied to v3 saying that they were applied but I don't see those > patches on any branch from your repo: > https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git I see v3 made it's way into jic23/testing anyway: https://git.kernel.org/cgit/linux/kernel/git/jic23/iio.git/commit/?h=testing&id=7c7e9dad7017ff5b5f0524ea6d85dcda3c62431e Ignore this series, I'll send a fix instead. -- Regards, Leonard