summaryrefslogtreecommitdiff
path: root/README.patches
AgeCommit message (Collapse)Author
2009-02-18Trivial fixes for README.patchesMauro Carvalho Chehab
From: Nicola Soranzo <nsoranzo@tiscali.it> Uniform capitals, add trailing slash to some URLs and other typo corrections. Priority: normal Signed-off-by: Nicola Soranzo <nsoranzo@tiscali.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-09v4l2: add note on testing the spec when modifying videodev2.hHans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2009-01-08merge from mainPatrick Boettcher
From: Patrick Boettcher <pb@linuxtv.org> Priority: normal Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2009-01-08README.patches: update ML and -git trees informationMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2008-08-05Improve scripts to allow developers to add a hint about patch priorityMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> After this patch, a new meta-tag will be added, to give a hint about the priority: low - patches that add new drivers that aren't ready for kernel, but it would be interesting to be at the main tree; normal - Patches that will be merged on the next merge window; high - Bug fixes Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-07-26fix a few assorted spelling mistakes.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2008-07-08v4l-dvb: remove support for kernels < 2.6.0Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> First phase of the backwards compatibility cleanup: stop supporting kernels older than 2.6.0. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2008-06-30merge...Jean-Francois Moine
From: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
2008-06-29README.patches Add a new practice accepted on kernelMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> On Jun 3, kernel commit adbd5886da5f467148b26cca3728ab0e672b3fcc added a new rule to help patch merging from maintainers, at Documentation/SubmittingPatches: "If you are a subsystem or branch maintainer, sometimes you need to slightly modify patches you receive in order to merge them, because the code is not exactly the same in your tree and the submitters'. If you stick strictly to rule (c), you should ask the submitter to rediff, but this is a totally counter-productive waste of time and energy. Rule (b) allows you to adjust the code, but then it is very impolite to change one submitter's code and make him endorse your bugs. To solve this problem, it is recommended that you add a line between the last Signed-off-by header and yours, indicating the nature of your changes. While there is nothing mandatory about this, it seems like prepending the description with your mail and/or name, all enclosed in square brackets, is noticeable enough to make it obvious that you are responsible for last-minute changes. Example : Signed-off-by: Random J Developer <random@developer.example.org> [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h] Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org> This practise is particularly helpful if you maintain a stable branch and want at the same time to credit the author, track changes, merge the fix, and protect the submitter from complaints. Note that under no circumstances can you change the author's identity (the From header), as it is the one which appears in the changelog." This patch adds a quick description at this rule under README.patches. This is particularly important when merging mercurial tree with -git one. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-02-14Fixes url for V4L/DVB linux-nextMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Thanks to Andreas Oberritter <obi@linuxtv.org> for pointing this issue. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-02-14Adds V4L/DVB linux-next to README.patchesMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-12-03Added checkpatch.pl requirement at README.patchesMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> The usage of scripts/checkpatch.pl were already documented at SubmittingPatches[1], since June, 1st. This patch explicitly adds this as a requirement, since people don't generally check the new requirements added there. [1] referenced at README.patches. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-09-06Updates timestamp and fix english bad words.Mauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-09-06Add the concept of committing windows to README.patchesMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-09-06Add the "commit earlier, commit often concept"Mauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-09-06Add the newer reviewed-by: tag, as agreed to be used at KS/2007Mauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> At kernel summit, it were requested that subsystem maintainers should push for having more reviewing at the kernel submitted code, to avoid regressions and bugs. Those changes reflects this direction. More can be read at: http://lwn.net/Articles/248388/ Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-08-01Add a quick howto explaining how to add a newer driver at the treeMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-07-30Updates submission best practicesMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> It is wise to send a patch to the low-level driver maintainer or to the subsystem maintainer, c/c the mailing list. This is a common practice at Linux community. Otherwise, it risks that the patch may stay forever at the mailing lists. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-07-27Update README.patches to reflect the newly-added hgimport scriptMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-07-11Add script for generating pull requestsTrent Piepho
From: Trent Piepho <xyzzy@speakeasy.org> Add scripts/hg-pull-req.pl, which generates a nicely formatted pull request. Mention it in README.patches. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
2007-06-22Updates on v4l/dvb README filesMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> The previous README files were written when Mercurial tree usage started. Since then, the procedures were being maturated, but the docs were never updated to reflect the changes along the time. This patch updates with the procedures and best practices currently in use at LinuxTV. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-29You must have mercurial installed in order to access the repository.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-29Update README.patches for mercurial SCM.mk@localhost.localdomain
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2005-12-07fix typoJohannes Stezenbach
.com -> .org Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-12-07fix typoMichael Krufky
-http://linuxtv.org/downloads/snapshot +http://linuxtv.org/downloads/snapshots Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-02Readme updates with common instructions for both v4l and dvbMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>