All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] qca-swiss-army-knife: initvals fixes and improvements
@ 2012-07-03 16:42 Gabor Juhos
  2012-07-03 16:42 ` [PATCH 01/10] qca-swiss-army-knife: fix string length for ar9340 Gabor Juhos
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Gabor Juhos @ 2012-07-03 16:42 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless, Gabor Juhos

This patch-set contain patches for the initvals tool. 
The first three patches are fixing minor bugs, the next 
three imporves the code a bit and the last four patches 
are adding suport for AR9550. 

Gabor Juhos (10):
  qca-swiss-army-knife: fix string length for ar9340
  qca-swiss-army-knife: add ar9462-2p0 to the usage text
  qca-swiss-army-knife: add ar9462-2p0 to verify_checksums.sh
  qca-swiss-army-knife: reformat INI_PRINT_* macros
  qca-swiss-army-knife: simplify initval family handling
  qca-swiss-army-knife: allow to print initvals with more than 5 columns
  qca-swiss-army-knife: add initval support for AR955X
  qca-swiss-army-knife: add checksums for AR955X initvals
  qca-swiss-army-knife: generate ath9k specific initvals for AR955X
  qca-swiss-army-knife: allow to verify AR955X initvals

 tools/initvals/Makefile              |    2 +
 tools/initvals/ar955x_1p0_initvals.h | 1284 ++++++++++++++++++++++++++++++++++
 tools/initvals/checksums.txt         |   16 +
 tools/initvals/initvals.c            |  293 +++++----
 tools/initvals/verify_checksums.sh   |    2 +-
 5 files changed, 1477 insertions(+), 120 deletions(-)
 create mode 100644 tools/initvals/ar955x_1p0_initvals.h

-- 
1.7.2.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-12-05 19:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 16:42 [PATCH 00/10] qca-swiss-army-knife: initvals fixes and improvements Gabor Juhos
2012-07-03 16:42 ` [PATCH 01/10] qca-swiss-army-knife: fix string length for ar9340 Gabor Juhos
2012-07-03 16:42 ` [PATCH 02/10] qca-swiss-army-knife: add ar9462-2p0 to the usage text Gabor Juhos
2012-07-03 16:42 ` [PATCH 03/10] qca-swiss-army-knife: add ar9462-2p0 to verify_checksums.sh Gabor Juhos
2012-07-03 16:42 ` [PATCH 04/10] qca-swiss-army-knife: reformat INI_PRINT_* macros Gabor Juhos
2012-07-03 16:42 ` [PATCH 05/10] qca-swiss-army-knife: simplify initval family handling Gabor Juhos
2012-07-03 16:42 ` [PATCH 06/10] qca-swiss-army-knife: allow to print initvals with more than 5 columns Gabor Juhos
2012-07-03 16:42 ` [PATCH 07/10] qca-swiss-army-knife: add initval support for AR955X Gabor Juhos
2012-07-03 16:42 ` [PATCH 08/10] qca-swiss-army-knife: add checksums for AR955X initvals Gabor Juhos
2012-07-03 16:42 ` [PATCH 09/10] qca-swiss-army-knife: generate ath9k specific initvals for AR955X Gabor Juhos
2012-07-03 16:42 ` [PATCH 10/10] qca-swiss-army-knife: allow to verify AR955X initvals Gabor Juhos
2012-12-05 18:41 ` [PATCH 00/10] qca-swiss-army-knife: initvals fixes and improvements Luis R. Rodriguez
2012-12-05 19:29   ` Gabor Juhos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.