From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752564AbdFLOmy (ORCPT ); Mon, 12 Jun 2017 10:42:54 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:58168 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058AbdFLOmw (ORCPT ); Mon, 12 Jun 2017 10:42:52 -0400 From: "Andrew F. Davis" To: Evgeniy Polyakov , Sebastian Reichel , Greg Kroah-Hartman CC: , , "Andrew F . Davis" Subject: [PATCH] DocBook: w1: Update W1 file locations and names in DocBook Date: Mon, 12 Jun 2017 09:42:46 -0500 Message-ID: <20170612144246.15557-1-afd@ti.com> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20170612142932.GA31457@kroah.com> References: <20170612142932.GA31457@kroah.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some of the files in the W1 subsystem have been moved or renamed, update the documentation for the same. Signed-off-by: Andrew F. Davis --- Documentation/DocBook/w1.tmpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/DocBook/w1.tmpl b/Documentation/DocBook/w1.tmpl index b0228d4c81bb..c65cb27abef9 100644 --- a/Documentation/DocBook/w1.tmpl +++ b/Documentation/DocBook/w1.tmpl @@ -51,9 +51,9 @@ W1 API internal to the kernel - drivers/w1/w1.h - W1 core functions. -!Idrivers/w1/w1.h + include/linux/w1.h + W1 kernel API functions. +!Iinclude/linux/w1.h @@ -62,18 +62,18 @@ !Idrivers/w1/w1.c - - drivers/w1/w1_family.h - Allows registering device family operations. -!Idrivers/w1/w1_family.h - - drivers/w1/w1_family.c Allows registering device family operations. !Edrivers/w1/w1_family.c + + drivers/w1/w1_internal.h + W1 internal initialization for master devices. +!Idrivers/w1/w1_internal.h + + drivers/w1/w1_int.c W1 internal initialization for master devices. -- 2.13.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew F. Davis" Date: Mon, 12 Jun 2017 14:42:46 +0000 Subject: [PATCH] DocBook: w1: Update W1 file locations and names in DocBook Message-Id: <20170612144246.15557-1-afd@ti.com> List-Id: References: <20170612142932.GA31457@kroah.com> In-Reply-To: <20170612142932.GA31457@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Evgeniy Polyakov , Sebastian Reichel , Greg Kroah-Hartman Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, "Andrew F . Davis" Some of the files in the W1 subsystem have been moved or renamed, update the documentation for the same. Signed-off-by: Andrew F. Davis --- Documentation/DocBook/w1.tmpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/DocBook/w1.tmpl b/Documentation/DocBook/w1.tmpl index b0228d4c81bb..c65cb27abef9 100644 --- a/Documentation/DocBook/w1.tmpl +++ b/Documentation/DocBook/w1.tmpl @@ -51,9 +51,9 @@ W1 API internal to the kernel - drivers/w1/w1.h - W1 core functions. -!Idrivers/w1/w1.h + include/linux/w1.h + W1 kernel API functions. +!Iinclude/linux/w1.h @@ -62,18 +62,18 @@ !Idrivers/w1/w1.c - - drivers/w1/w1_family.h - Allows registering device family operations. -!Idrivers/w1/w1_family.h - - drivers/w1/w1_family.c Allows registering device family operations. !Edrivers/w1/w1_family.c + + drivers/w1/w1_internal.h + W1 internal initialization for master devices. +!Idrivers/w1/w1_internal.h + + drivers/w1/w1_int.c W1 internal initialization for master devices. -- 2.13.0