linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Moving runnable code from Documentation (last 2 patches)
@ 2016-09-26 18:40 Shuah Khan
  2016-09-26 18:40 ` [PATCH 1/2] samples: move blackfin gptimers-example from Documentation Shuah Khan
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Shuah Khan @ 2016-09-26 18:40 UTC (permalink / raw)
  To: corbet, mmarek, akpm, keescook, dan.j.williams, mingo, paulmck,
	jpoimboe, tj, aryabinin, nikolay, dvyukov, rostedt, olof, arnd,
	hans.verkuil, nab, mchehab, broonie, tglx, ecree, davem
  Cc: Shuah Khan, linux-doc, linux-kernel, linux-kbuild, linux-spi

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-10-01 20:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 18:40 [PATCH 0/2] Moving runnable code from Documentation (last 2 patches) Shuah Khan
2016-09-26 18:40 ` [PATCH 1/2] samples: move blackfin gptimers-example from Documentation Shuah Khan
2016-09-26 18:40 ` [PATCH 2/2] Doc: update 00-INDEX files to reflect the runnable code move Shuah Khan
2016-09-26 18:44 ` [PATCH 0/2] Moving runnable code from Documentation (last 2 patches) Kees Cook
2016-09-30 13:57 ` Shuah Khan
     [not found]   ` <0f5557aa-23ad-c37c-6d97-13789c0b5726-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2016-10-01  7:10     ` Jonathan Corbet
2016-10-01 20:46       ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).