Received: by 10.213.65.68 with SMTP id h4csp898601imn; Tue, 27 Mar 2018 10:48:47 -0700 (PDT) X-Google-Smtp-Source: AIpwx497oIlKYDN6IoEYxClSgdhE7Eql2FsbHB6dTvxXaImVHLD1vNCTY3a3odAjIcYLxOVv2fWX X-Received: by 2002:a17:902:b40d:: with SMTP id x13-v6mr289840plr.32.1522172927118; Tue, 27 Mar 2018 10:48:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522172927; cv=none; d=google.com; s=arc-20160816; b=j+5pQVHgbsNI15RiYH8mzob96m0nYYFrxCkOLuDlaF90c8D6bBr5xmdqHEUuT3MGfF ivPIy4rS6vhKbmCgOHneoGIVOmVs4KWxLtnAfcipQjupYYr4K5tVQr4b3OIZ8giNtm7l hMIVwETFq/v2nGPuVn0YOPsuhm35yi+GhOKi4plAanldkOCoxyouuQ5FLBQQYLhQtI2e JAy09FMpQZI7qPQeBV1G2Lh/dYYHChF2oPNquHUQ+hgZSZgOUrF6BVIM01GKAlQReSjf QBa5CXPMxGPlg1EghdF02NrrUI39rYaEXwa99c3afHM+DQMKOuINdxsJOaVpjabkwoUe iI6A== 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=Hc9yVx5zjj0VaSw63jKx/T0JEds7ojKgyNoC3CdLqsY=; b=k5grXQ/781kK3zd5ICzuLRbjWTFDI8oPG2W0Xdl5GYs0fVKc+a8IokAUT+L1d6AWuw WCCUs66uWD+UN/0bfVKTtCNdd9md53aaVnAhJNW4bLX6zfeRhlZA8/CFmtdTVsq/lmI8 no5Fz1Ve9cZSXfqV+hbAG/O7Leuyp6uDWgpjXGkjtFiCCB3PGSp1n49KE6Obsj3S2liV 7BE7lET6w6u87oIT+4mUg08vUoK72cNHQbLwKZqwLMUGlv3lUMBYCtJjFLdmx2ZIv/9D R7GJUOuiVL+VcT262o1A3WfIoF0cWtjsWte4hA8A1h1Ojojr6duN/LiQiOu1dOvRcpVA AL4g== 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 be9-v6si1747091plb.201.2018.03.27.10.48.33; Tue, 27 Mar 2018 10:48:47 -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 S1752799AbeC0QdA (ORCPT + 99 others); Tue, 27 Mar 2018 12:33:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43648 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753766AbeC0Qc4 (ORCPT ); Tue, 27 Mar 2018 12:32: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 1B41F113B; Tue, 27 Mar 2018 16:32:55 +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.9 58/67] iio: ABI: Fix name of timestamp sysfs file Date: Tue, 27 Mar 2018 18:27:50 +0200 Message-Id: <20180327162730.791168541@linuxfoundation.org> X-Mailer: git-send-email 2.16.3 In-Reply-To: <20180327162726.702411083@linuxfoundation.org> References: <20180327162726.702411083@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.9-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: