accel/amdxdna: Return error when setting clock failed for npu1
[drm/drm-misc.git] / Documentation / process / development-process.rst
blobe34d7da58b7ffc30150de29b15d9787c5d3d19c7
1 .. _development_process_main:
3 A guide to the Kernel Development Process
4 =========================================
6 The purpose of this document is to help developers (and their managers)
7 work with the development community with a minimum of frustration.  It is
8 an attempt to document how this community works in a way which is
9 accessible to those who are not intimately familiar with Linux kernel
10 development (or, indeed, free software development in general).  While
11 there is some technical material here, this is very much a process-oriented
12 discussion which does not require a deep knowledge of kernel programming to
13 understand.
15 .. toctree::
16    :caption: Contents
17    :numbered:
18    :maxdepth: 2
20    1.Intro
21    2.Process
22    3.Early-stage
23    4.Coding
24    5.Posting
25    6.Followthrough
26    7.AdvancedTopics
27    8.Conclusion