From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936172AbcJFXuB (ORCPT ); Thu, 6 Oct 2016 19:50:01 -0400 Received: from resqmta-po-07v.sys.comcast.net ([96.114.154.166]:40673 "EHLO resqmta-po-07v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935180AbcJFXt5 (ORCPT ); Thu, 6 Oct 2016 19:49:57 -0400 From: Shuah Khan To: corbet@lwn.net, broonie@kernel.org, tglx@linutronix.de, mmarek@suse.com, mchehab@kernel.org, davem@davemloft.net, ecree@solarflare.com, arnd@arndb.de, j.anaszewski@samsung.com, akpm@linux-foundation.org, keescook@chromium.org, mingo@kernel.org, paulmck@linux.vnet.ibm.com, dan.j.williams@intel.com, aryabinin@virtuozzo.com, tj@kernel.org, jpoimboe@redhat.com, nikolay@cumulusnetworks.com, dvyukov@google.com, olof@lixom.net, nab@linux-iscsi.org, rostedt@goodmis.org, hans.verkuil@cisco.com, valentinrothberg@gmail.com, paul.gortmaker@windriver.com Cc: Shuah Khan , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-media@vger.kernel.org Subject: [PATCH v2 0/2] Moving runnable code from Documentation (last 2 patches) Date: Thu, 6 Oct 2016 17:48:50 -0600 Message-Id: X-Mailer: git-send-email 2.7.4 X-CMAE-Envelope: MS4wfGAEUART3Wk7jreYRRsRg6ypZTMH5Cb7qoeDDSjOPPgyr/nHSvrMTSWhcnHJWsPH7+tuyU54YyU2xJpD3ehWn3i2XItp6gOu5r/s5TWMN7HuZBZOhvC2 felASkq7bvQVErPLyXkqRoBWjfjaQMBFD99tIeEWxhMqQ1y//Z6fh7jJ5vZgRVyjDr93Qhno/NwPqj83Q85HLUNqNpcUlC/VaMI3h/LY3Ov/veLZoVABelN/ f3ynljRKxF+lw5iEwcVgaPIiSBL78QlwiBCKcpeHIBXrOIGWVeiSajdNw1ciI3r3fYo1iEHJd8x77GbCOjtGl9421VjOaadjNZet+622358yHJOyg5tUMMWN Y5LmbI08YiRKWx631JWiT5iRakBlKJZ1/bqqLihu3hHineU/DjVEcYRh76InzdBwJ9En7asJ09H+vXDRrv5xazsOL3B5oLUcPCOC/q7DN7txbIsJ9d+SaUXE ix+cEi+ZKCyCwaDwHMoVryDR31A2bUEPThzcr3VA3hrHh6jEMvPFA/knEqEXU/B+9uoSYKZmLZPbdOSsIeuoCNYuF2NLeYprncVl6ZUxUZWlUXkMebDeZnzg Xp9GUZ6YoG0s/wob2eEAOgdyWNBs37svMTwlgmHaMc9X/Cg61s/F8TN5yz9W/kFdem1cwURmneU7s0oxYCHqJYL/JesMafdjE5o1OPmImvx+deGLgk2oY4Sr Zll5RxJeHUkab7NeQ+h/Pe6d3XIIT5rTt6BS2SIxTt1m2NXdHqmgwtAB3wPIqle03RV8O70XnyCsUMi8v8TdmDHhk9iitfD4cBycfGAAUhAkrW+WtbfpRio6 qiTtr9tY8Acpth0/KsEfOQWk1D83Vb9krw4lE/a1ZjBhrHJFvr/nPsrp3D6Qk1oyVyPMo4LGrkxbHhc5ipdiMpH1op63GoxH2JGerRCcUd5ifGOh5YEJUl6g Yl6LoDo50VrQvfPEYsfE8qleay8S2W9ujufR3K8xrFHbU8fYb3WB/J9vlqWXcJmhwMe4scHCHCSvj07iqobkAJLkwMTyGD9Dmgb7/h3tCeq4SgRPrJkikeQC N4QlH5P9cb18HEc53x3b+kDGPal2vVjXRvSn1zC4gt/gTTptopfZJusPWQGEznwONk9Ko1AgsTDxinv9GGGBG7pIcuDB6aqtwbQ9TqSAtXSw8/cCPmaZEsUP 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, removes BUILD_DOCSRC and updates BUILD_DOCSRC dependencies. The second one updates 00-INDEX files under Documentation to reflect the move of runnable code from Documentation. Patch 0001 Changes since v1: - Fixed make htmldocs and make distclean failures. Documentation/Makefile is not deleted to avoid these failures. Makefile.sphinx could be renamed to be the Documentation Makefile in a future patch. - Fixed samples/Kconfig error in v1 that preserved the 'CONFIG_' prefix (i.e., depends on CONFIG_BLACKFIN && CONFIG_BFIN_GPTIMERS...), rendering SAMPLE_BLACKFIN_GPTIMERS to be dead. - Updated rivers/media/v4l2-core/Kconfig (VIDEO_PCI_SKELETON) dependency on BUILD_DOCSRC. - Added Acks from Jon Corbet, Michal Marek, and reviewed by from Kees Cook - Added Reported-by from Valentin Rothberg, and Paul Gortmaker. Patch 0002 Changes since v1: - Updated Documentation/timers/00-INDEX to remove hpet_example.c. I missed this change in v1. - Added Acks from Jon Corbet, Michal Marek, and reviewed by from Kees Cook Shuah Khan (2): samples: move blackfin gptimers-example from Documentation Doc: update 00-INDEX files to reflect the runnable code move Documentation/00-INDEX | 3 +- Documentation/Makefile | 2 +- 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 | 4 -- Makefile | 3 - drivers/media/v4l2-core/Kconfig | 2 +- lib/Kconfig.debug | 9 --- samples/Kconfig | 6 ++ samples/Makefile | 2 +- samples/blackfin/Makefile | 1 + samples/blackfin/gptimers-example.c | 91 +++++++++++++++++++++++++++++++ 17 files changed, 103 insertions(+), 128 deletions(-) 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