User Tools

Site Tools


en:users:drivers:ath10k:sources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:users:drivers:ath10k:sources [2015/07/23 15:15]
Kalle Valo Formatting fixes and some process updates
en:users:drivers:ath10k:sources [2016/01/22 11:14]
Kalle Valo ath.git is in kernel.org now
Line 3: Line 3:
  
    
 +===== ath10k sources location =====
  
 +//ath10k// development happens in Kalle Valo's ath.git tree on kernel.org: ​
  
-===== ath10k sources location ===== +https://git.kernel.org/cgit/linux/kernel/git/kvalo/ath.git/
- +
-//ath10k// development happens in Kalle Valo's ath.git tree on github.com:  +
-  * [[https://github.com/kvalo/ath|https://github.com/kvalo/ath]] +
  
 To clone the tree:  To clone the tree: 
  
 +<​code>​git clone git://​git.kernel.org/​pub/​scm/​linux/​kernel/​git/​kvalo/​ath.git</​code>​
  
-<​code>​git clone https://​github.com/​kvalo/​ath</​code>​ 
 ath10k driver is located in directory drivers/​net/​wireless/​ath/​ath10k. ​ ath10k driver is located in directory drivers/​net/​wireless/​ath/​ath10k. ​
- 
-If you can't use git, it's also possible to download .zip file from this link:  
-    * [[https://​github.com/​kvalo/​ath/​archive/​master.zip|https://​github.com/​kvalo/​ath/​archive/​master.zip]] ​ 
  
 If you just want to browse the source code with your web browser this links always points to latest version of ath10k: ​ If you just want to browse the source code with your web browser this links always points to latest version of ath10k: ​
  
-[[https://github.com/kvalo/ath/tree/master/drivers/​net/​wireless/ath/​ath10k|https://​github.com/​kvalo/​ath/tree/master/​drivers/​net/​wireless/​ath/​ath10k]] +https://git.kernel.org/cgit/linux/kernel/git/kvalo/ath.git/​tree/​drivers/​net/​wireless/​ath/​ath10k
  
 Periodically Kalle Valo pulls the ath tree into wireless-drivers-next tree. Then David Miller pulls it to net-next which is eventually pulled by Linus Torvalds to official kernel releases. As a rough estimate it takes 2-4 months for a patch to propage from ath.git to an official Linux release. Periodically Kalle Valo pulls the ath tree into wireless-drivers-next tree. Then David Miller pulls it to net-next which is eventually pulled by Linus Torvalds to official kernel releases. As a rough estimate it takes 2-4 months for a patch to propage from ath.git to an official Linux release.
Line 39: Line 35:
  
 Guidelines for patches: ​ Guidelines for patches: ​
 +          * MUST follow [[https://​www.kernel.org/​doc/​Documentation/​SubmittingPatches|Documentation/​SubmittingPatches]]
           * MUST be compiler warning free.            * MUST be compiler warning free. 
           * MUST be sparse warning free.            * MUST be sparse warning free. 
Line 46: Line 43:
              * How does it change the functionality from user's point of view?               * How does it change the functionality from user's point of view? 
              * Does it fix a bug? If it does, please describe the bug (doesn'​t need to be long). Also if there'​s a public bug report add a link to the bug report. ​              * Does it fix a bug? If it does, please describe the bug (doesn'​t need to be long). Also if there'​s a public bug report add a link to the bug report. ​
-             * If a problem has been found during code review and doesn'​t fix a known issues, mention that in the commit log. +             * If a problem has been found during code review and doesn'​t fix a known issues, mention that in the commit log. 
 +             * Ingo Molnar has written [[https://​lkml.kernel.org/​g/​20150314075357.GA8319@gmail.com|a nice description]] about what maintainers are looking from a commit log. 
           *   If others have reported the issue commit log SHOULD use Reported-by:​ and Tested-by: tags.            *   If others have reported the issue commit log SHOULD use Reported-by:​ and Tested-by: tags. 
           *   ​SHOULD be checkpatch clean: ​           *   ​SHOULD be checkpatch clean: ​
en/users/drivers/ath10k/sources.txt · Last modified: 2024/06/24 18:27 by Kalle Valo