User Tools

Site Tools


en:users:drivers:ath10k:submittingpatches

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
en:users:drivers:ath10k:submittingpatches [2020/06/09 12:56]
Kalle Valo [Tested-on tag] Use examples with code tags
en:users:drivers:ath10k:submittingpatches [2020/08/26 14:40] (current)
Kalle Valo Fix title formatting for Hardware families
Line 50: Line 50:
 Ingo Molnar has written [[https://​lkml.kernel.org/​r/​20150314075357.GA8319@gmail.com|a nice description]] about what maintainers are looking from a commit log, read that to understand more about commit logs. Ingo Molnar has written [[https://​lkml.kernel.org/​r/​20150314075357.GA8319@gmail.com|a nice description]] about what maintainers are looking from a commit log, read that to understand more about commit logs.
  
-=== Hardware families ====+==== Hardware families ====
  
 ath10k supports multiple hardware families: ath10k supports multiple hardware families:
Line 72: Line 72:
 As there are so many different hardware families, to make it clear on what hardware and firmware the patch is tested on please use the Tested-on tag. It's similar as Fixes tag, just informing the testing information. The format is: As there are so many different hardware families, to make it clear on what hardware and firmware the patch is tested on please use the Tested-on tag. It's similar as Fixes tag, just informing the testing information. The format is:
  
-Tested-on: <​hwname>​ <​hwversion>​ <bus> <​fwversion>​+  ​Tested-on: <​hwname>​ <​hwversion>​ <bus> <​fwversion>​
  
 Add this information after the commit log text, but before the s-o-b lines, and adding an empty line between Tested-on and s-o-b tags. There can be (and is very much preferred!) to have multiple Tested-on tags, each tag for every hardware tested. Add this information after the commit log text, but before the s-o-b lines, and adding an empty line between Tested-on and s-o-b tags. There can be (and is very much preferred!) to have multiple Tested-on tags, each tag for every hardware tested.
Line 79: Line 79:
  
 <​code>​ <​code>​
-Tested-on: WCN3990 hw1.0 WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1+Tested-on: WCN3990 hw1.0 SNOC WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1
 Tested-on: QCA6174 hw3.2 SDIO WLAN.RMH.4.4.1-00029 Tested-on: QCA6174 hw3.2 SDIO WLAN.RMH.4.4.1-00029
 Tested-on: QCA6174 hw3.2 PCI WLAN.RM.4.4.1-00110-QCARMSWP-1 Tested-on: QCA6174 hw3.2 PCI WLAN.RM.4.4.1-00110-QCARMSWP-1
-Tested-on: QCA9888 hw2.0 10.4-3.10-00047+Tested-on: QCA9888 hw2.0 PCI 10.4-3.10-00047
 </​code>​ </​code>​
  
en/users/drivers/ath10k/submittingpatches.1591707380.txt.gz ยท Last modified: 2020/06/09 12:56 by Kalle Valo