All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Moving runnable code from Documentation (last 2 patches)
@ 2016-10-06 23:48 Shuah Khan
  2016-10-06 23:48 ` [PATCH v2 1/2] samples: move blackfin gptimers-example from Documentation Shuah Khan
  2016-10-06 23:48 ` [PATCH v2 2/2] Doc: update 00-INDEX files to reflect the runnable code move Shuah Khan
  0 siblings, 2 replies; 3+ messages in thread
From: Shuah Khan @ 2016-10-06 23:48 UTC (permalink / raw)
  To: corbet, broonie, tglx, mmarek, mchehab, davem, ecree, arnd,
	j.anaszewski, akpm, keescook, mingo, paulmck, dan.j.williams,
	aryabinin, tj, jpoimboe, nikolay, dvyukov, olof, nab, rostedt,
	hans.verkuil, valentinrothberg, paul.gortmaker
  Cc: Shuah Khan, linux-doc, linux-kernel, linux-spi, linux-kbuild,
	linux-media

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

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

end of thread, other threads:[~2016-10-06 23:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-06 23:48 [PATCH v2 0/2] Moving runnable code from Documentation (last 2 patches) Shuah Khan
2016-10-06 23:48 ` [PATCH v2 1/2] samples: move blackfin gptimers-example from Documentation Shuah Khan
2016-10-06 23:48 ` [PATCH v2 2/2] Doc: update 00-INDEX files to reflect the runnable code move Shuah Khan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.