From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9A6BC33CAF for ; Thu, 16 Jan 2020 19:17:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 884632073A for ; Thu, 16 Jan 2020 19:17:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579202279; bh=v62+uadh2EIx4wLh1tUeUy7PoYIjisnB1H3B4tUsUAI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=2icrBGM600hS9UmsXWlkdcIl+taV+CJ+8v6M0i6WSIE0/iGjq893o9BfphANG4Cu1 vNjBf/bkLiVlQU2HbKMm8ugGBKEdAXzdRbEL9JAaIkhKTsFan8rm7dDqBKBympwAXw KISxWTuB5QbUfq66sknnhy33k/lzBFWOLSH03zmA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437576AbgAPTR6 (ORCPT ); Thu, 16 Jan 2020 14:17:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:40180 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732589AbgAPQzK (ORCPT ); Thu, 16 Jan 2020 11:55:10 -0500 Received: from sasha-vm.mshome.net (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C8E7F2192A; Thu, 16 Jan 2020 16:55:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579193710; bh=v62+uadh2EIx4wLh1tUeUy7PoYIjisnB1H3B4tUsUAI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=wilJg2oU6tgT26GRcBRo9JKnK6FKKbM1dV37NvErbMInjdjuDdCBrT6XOlAGl2GNT T/nIFd8gBN82WPpoICN9ZpaLKYRTORXjbmE+Y3g8Con6ISubkRdwHeMUvlbuCf5Rcp lFc3D4f2eIv6dNUcOSxNtTPpPBGgtwa6gwy5Pu6Y= From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Eugen Hristev , Jonathan Cameron , Sasha Levin , linux-iio@vger.kernel.org Subject: [PATCH AUTOSEL 4.19 006/671] iio: fix position relative kernel version Date: Thu, 16 Jan 2020 11:43:57 -0500 Message-Id: <20200116165502.8838-6-sashal@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200116165502.8838-1-sashal@kernel.org> References: <20200116165502.8838-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Eugen Hristev [ Upstream commit 21eab7861688aa4c69fcb88440cc0c4a422bdcd6 ] Position relative channel type was added in 4.19 kernel version Fixes: "3055a6cfa04ba" ("iio: Add channel for Position Relative") Signed-off-by: Eugen Hristev Signed-off-by: Jonathan Cameron Signed-off-by: Sasha Levin --- Documentation/ABI/testing/sysfs-bus-iio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index a5b4f223641d..8127a08e366d 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -199,7 +199,7 @@ Description: What: /sys/bus/iio/devices/iio:deviceX/in_positionrelative_x_raw What: /sys/bus/iio/devices/iio:deviceX/in_positionrelative_y_raw -KernelVersion: 4.18 +KernelVersion: 4.19 Contact: linux-iio@vger.kernel.org Description: Relative position in direction x or y on a pad (may be -- 2.20.1