Difference between revisions of "OMAP patch merging process"
From eLinux.org
| Line 5: | Line 5: | ||
* for-next branch contains patches queued up for the next merge window | * for-next branch contains patches queued up for the next merge window | ||
* topic branches, such as dss2, dspbridge, and cbus contain patches not yet ready for merging | * topic branches, such as dss2, dspbridge, and cbus contain patches not yet ready for merging | ||
| + | |||
| + | = Patch submission checklist = | ||
| + | |||
| + | * Read Documentation/Submit* files in your kernel directory first | ||
| + | * Run scripts/checkpatch.pl --strict on your patches | ||
| + | * Make sure all patches compile (this is needed for git bisect to work) | ||
| + | * Make sure other omaps don't break and keep compiling | ||
| + | * Send driver code to the right subsystem maintainer in MAINTAINERS file | ||
| + | * Cc linux-omap@vger.kernel.org list for all the patches | ||
| + | * Send arch/arm/*omap*/ in separate patches | ||
Revision as of 00:43, 16 December 2009
Various branches in linux-omap tree
- master branch is the current snapshot of various topic branches
- omap-fixes branch contains fixes queued up for Linus during the -rc cycle
- for-next branch contains patches queued up for the next merge window
- topic branches, such as dss2, dspbridge, and cbus contain patches not yet ready for merging
Patch submission checklist
- Read Documentation/Submit* files in your kernel directory first
- Run scripts/checkpatch.pl --strict on your patches
- Make sure all patches compile (this is needed for git bisect to work)
- Make sure other omaps don't break and keep compiling
- Send driver code to the right subsystem maintainer in MAINTAINERS file
- Cc linux-omap@vger.kernel.org list for all the patches
- Send arch/arm/*omap*/ in separate patches