From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161518AbcIZSkQ (ORCPT ); Mon, 26 Sep 2016 14:40:16 -0400 Received: from resqmta-po-03v.sys.comcast.net ([96.114.154.162]:51637 "EHLO resqmta-po-03v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941458AbcIZSkK (ORCPT ); Mon, 26 Sep 2016 14:40:10 -0400 From: Shuah Khan To: corbet@lwn.net, mmarek@suse.com, akpm@linux-foundation.org, keescook@chromium.org, dan.j.williams@intel.com, mingo@kernel.org, paulmck@linux.vnet.ibm.com, jpoimboe@redhat.com, tj@kernel.org, aryabinin@virtuozzo.com, nikolay@cumulusnetworks.com, dvyukov@google.com, rostedt@goodmis.org, olof@lixom.net, arnd@arndb.de, hans.verkuil@cisco.com, nab@linux-iscsi.org, mchehab@kernel.org, broonie@kernel.org, tglx@linutronix.de, ecree@solarflare.com, davem@davemloft.net Cc: Shuah Khan , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-spi@vger.kernel.org Subject: [PATCH 0/2] Moving runnable code from Documentation (last 2 patches) Date: Mon, 26 Sep 2016 12:40:00 -0600 Message-Id: X-Mailer: git-send-email 2.7.4 X-CMAE-Envelope: MS4wfFJnYGbl5fM7WaG2xKdp1e0TyyqGMaEAe6JL2gMwFEui8yrAD22aShlWUoiDlYNFS5kDypJIuEgnGZbwPvjyfJslf6EvW5a+9UcEilI2NjmHdBDCIkFE 281RLVaWVK32DgAnz+3bfQi/0e/v8WVVHMAa4iVXcVxc80fnPrnAQszzah6sn+pqkFqhOW+/ONku41Wk9YhSOMb89uMnNdGCHyJb0a7+K3mFX+fHf9L87v8E ByhO2CVy+QpcblfQ1tuBPFCgVgkYN0VLDcRlBpbQ6zNunyrdSYlopBgtZKjgDpGve5tq5VD6fOiVobTP07VmZV5D6HjjzB8LY+9vyZ1kElO3wGXqsmvIfWqr O7afpclpWb27ZSw20dUJX6QRFpkJF1YR0NJ/jkwM7PQIqsvWIzVL0FfxYEsZoMDXCUiuHKyp6960tvDxkUC9oUPFoQMQRFOAcbFJrkaMK+qtBe32qjk4rcrU HSwEKhOtFRBtQyPJiVBEVLRrtiadg85bf3PZ7YIac8ssxhSZ/XQYjmmqbosychye5KlZYcub0yGfi2be+VhPUTU2hUucGk88hyxrm3+YlzdraZq9l6Y0+i3f AaW9oc/Bwzwy+4AcpOlO/SVxPMQnzc/1u/BWrrdnpzyJUeCar3ueHBD85m+y4laF1so33bs5INhTRtzCiVFifFd+gYyeKLe0rEAJtoGAFIKLccIu6B7c3Tcm m4MGZiWHj6yfAGyIeqchpbMLihVgutc8q/KaOghZcB2fIjwq+s+x0G6svN+Ox9e32D1tCbT3jSGwYclGeeyr7r/3EGYok4SpyAgB7QdKbP0JNlgGnN5pBCV0 +dYH/7qApJ+n4Eaks7nMHoTUUHIuHiW0GNRvf9uhFG7Dbdccg32Q2TJxFEckjEk8HIMh7m2HlCvNWUJfD+x7D66HVx8wFgjTokG1si0ApujF0ApBcWzgEJp8 Sg3ys2WbHdE83sTlc6KsaC/j+SFp7IKa92ULgI3IbZ81oUuWI/LVoSFFxWU8GMngWZB4v8EpP67NcTkmKJvFU0Qg+hE= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series contains the last 2 patches to complete moving runnable code from Documentation to selftests, samples, and tools. The first patch moves blackfin gptimers-example to samples and removes CONFIG_BUILD_DOCSRC. The second one updates 00-INDEX files under Documentation to reflect the move of runnable code from Documentation. Shuah Khan (2): samples: move blackfin gptimers-example from Documentation Doc: update 00-INDEX files to reflect the runnable code move Documentation/00-INDEX | 2 - Documentation/Makefile | 1 - Documentation/arm/00-INDEX | 2 - Documentation/blackfin/00-INDEX | 4 -- Documentation/blackfin/Makefile | 5 -- Documentation/blackfin/gptimers-example.c | 91 ------------------------------- Documentation/filesystems/00-INDEX | 2 - Documentation/networking/00-INDEX | 2 - Documentation/spi/00-INDEX | 2 - Documentation/timers/00-INDEX | 2 - Makefile | 3 - lib/Kconfig.debug | 9 --- samples/Kconfig | 6 ++ samples/Makefile | 2 +- samples/blackfin/Makefile | 1 + samples/blackfin/gptimers-example.c | 91 +++++++++++++++++++++++++++++++ 16 files changed, 99 insertions(+), 126 deletions(-) delete mode 100644 Documentation/Makefile delete mode 100644 Documentation/blackfin/Makefile delete mode 100644 Documentation/blackfin/gptimers-example.c create mode 100644 samples/blackfin/Makefile create mode 100644 samples/blackfin/gptimers-example.c -- 2.7.4