From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753680AbdBKKRC (ORCPT ); Sat, 11 Feb 2017 05:17:02 -0500 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:45113 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753458AbdBKKRB (ORCPT ); Sat, 11 Feb 2017 05:17:01 -0500 Subject: Re: [PATCH 0/2] Documentation: iio: Fix KernelVersion lines in counter sysfs ABI documentation To: William Breathitt Gray , knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net References: Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org From: Jonathan Cameron Message-ID: Date: Sat, 11 Feb 2017 10:16:57 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.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 08/02/17 14:01, William Breathitt Gray wrote: > The IIO counter driver support did not appear in the 4.9 version of the > Linux kernel. The sysfs ABI documentation merged had incorrectly > anticipated a version 4.9 release. However, the relevant patches ended > up in the 4.10 merge instead. This patchset fixes the KernelVersion > lines of the relevant IIO counter and 104-QUAD-8 IIO driver sysfs ABI > documentation. > > William Breathitt Gray (2): > Documentation: iio: Fix KernelVersion in counter sysfs ABI > documentation > Documentation: iio: 104-quad-8: Fix KernelVersion in sysfs ABI > documentation > > Documentation/ABI/testing/sysfs-bus-iio | 4 ++-- > .../ABI/testing/sysfs-bus-iio-counter-104-quad-8 | 18 +++++++++--------- > 2 files changed, 11 insertions(+), 11 deletions(-) > Not in the super important category, but why not have it correct I guess ;) Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to completely ignore. Jonathan