Received: by 10.213.65.68 with SMTP id h4csp875775imn; Tue, 27 Mar 2018 10:23:20 -0700 (PDT) X-Google-Smtp-Source: AIpwx49lkzyA0Ftkq0oMQhqXxNNukAaDIrritdF8m2b/lslBtklPk8VB/pob/kHjqXh2C/vHWww6 X-Received: by 2002:a17:902:b58f:: with SMTP id a15-v6mr198699pls.326.1522171399995; Tue, 27 Mar 2018 10:23:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522171399; cv=none; d=google.com; s=arc-20160816; b=Lf/iJjiSHguaS/2YEJoiK+zuxgpqtk6Bb3v9c7MlC/YOMDo3g3aB+8JaUjeUXeYimi ifjWroBQFAQSAvdrkJxjzf1vGWkZvetorXfxun3Y9J4gZdNFIc5YKRwijqtxR2WM/0+x +ul/F1gw7Nul7ADKuw+BnfX3g90fImzrxn/bP3Zl4c5ieNWMThFTUikgp5JTNyWwXUUW pcn384BtcM9v7EaO5H0aQxIa3PUQPSTFIcZDfXaP/wCJS4JbBV4hiMFuT2vK++DinbNZ HGlf+SppEGyNnGhWczb52IMOQb53aRa4VeuOhP3okcr2fZXMdCjjBJ+xDGDXzNDHQZzq p7cg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=jGwLanNFB2Z5QKqGzj5uFrTSWGyukd3LbvFkyD+4tEs=; b=mtXaXY6O6+mYVAR5hQNEGAUKTgF2Y0OmiRt4ADPwql1aHCpm9JfbeytcYU6e4lsyze 2FyF/GWOH5pJ6RZUnssiiT08fv0WU8kUozmLKU2Mmv/w29IvHIcb6D07prjicHTkNCxq ZZY6aBIvd8Gh4kXVRdWEhL7vZIANxfQTz+IAizAXdKXCcKHuKVybs+smJvwAW4KjzPbJ 1MmEbtvq4a1LjtXWng2fr0PwNH3RHbawgZvdOrAFcCWGycNDP/X33mOfHPhhjYCvafc8 eFcVj4/2UhBaQOaaJqsPiKGKcZIV6WMvUROlaU1pYVgtbsTugIHkpl6HSd0MnX1HLBlu XhMA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u74si1143838pgc.264.2018.03.27.10.23.04; Tue, 27 Mar 2018 10:23:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754758AbeC0RUu (ORCPT + 99 others); Tue, 27 Mar 2018 13:20:50 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46540 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755073AbeC0Qh4 (ORCPT ); Tue, 27 Mar 2018 12:37:56 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 34639FF7; Tue, 27 Mar 2018 16:37:56 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Gregor Boirie , Linus Walleij , Jonathan Cameron Subject: [PATCH 4.14 092/101] iio: ABI: Fix name of timestamp sysfs file Date: Tue, 27 Mar 2018 18:28:04 +0200 Message-Id: <20180327162755.674564278@linuxfoundation.org> X-Mailer: git-send-email 2.16.3 In-Reply-To: <20180327162749.993880276@linuxfoundation.org> References: <20180327162749.993880276@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Linus Walleij commit b9a3589332c2a25fb7edad25a26fcaada3209126 upstream. The name of the file is "current_timetamp_clock" not "timestamp_clock". Fixes: bc2b7dab629a ("iio:core: timestamping clock selection support") Cc: Gregor Boirie Signed-off-by: Linus Walleij Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Documentation/ABI/testing/sysfs-bus-iio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -32,7 +32,7 @@ Description: Description of the physical chip / device for device X. Typically a part number. -What: /sys/bus/iio/devices/iio:deviceX/timestamp_clock +What: /sys/bus/iio/devices/iio:deviceX/current_timestamp_clock KernelVersion: 4.5 Contact: linux-iio@vger.kernel.org Description: