linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/21] RT3883 support from OpenWrt
@ 2019-04-09 11:36 Stanislaw Gruszka
  2019-04-09 11:36 ` [PATCH 01/21] rt2x00: rt2800lib: enable support for RT3883 Stanislaw Gruszka
                   ` (21 more replies)
  0 siblings, 22 replies; 26+ messages in thread
From: Stanislaw Gruszka @ 2019-04-09 11:36 UTC (permalink / raw)
  To: linux-wireless
  Cc: Tomislav Požega, Daniel Golle, Felix Fietkau, Mathias Kresin,
	Stanislaw Gruszka

Upstream RT3883 support patches cared by openwrt for quite
a while now.

Patches do not contain the changelog and generate this checkpatch.pl
warning:

WARNING: Missing commit description - Add an appropriate one

but I do not see much sense for fixing that.

Gabor Juhos (21):
  rt2x00: rt2800lib: enable support for RT3883
  rt2x00: rt2800lib: add rf_vals for RF3853
  rt2x00: rt2800lib: enable VCO calibration for RF3853
  rt2x00: rt2800lib: add channel configuration function for RF3853
  rt2x00: rt2800lib: enable RF3853 support
  rt2x00: rt2800lib: add MAC register initialization for RT3883
  rt2x00: rt2800soc: fix rt2800soc_disable_radio for RT3883
  rt2x00: rt2800lib: add BBP register initialization for RT3883
  rt2x00: rt2800lib: add RFCSR initialization for RT3883
  rt2x00: rt2800lib: use the extended EEPROM map for RT3883
  rt2x00: rt2800lib: force rf type to RF3853 on RT3883
  rt2x00: rt2800lib: add channel configuration code for RT3883
  rt2x00: rt2800lib: fix txpower_to_dev function for RT3883
  rt2x00: rt2800lib: use correct txpower calculation function for RT3883
  rt2x00: rt2800lib: hardcode txmixer gain values to zero for RT3883
  rt2x00: rt2800lib: use correct [RT]XWI size for RT3883
  rt2x00: rt2800lib: fix antenna configuration for RT3883
  rt2x00: rt2800lib: fix LNA gain configuration for RT3883
  rt2x00: rt2800lib: fix VGC setup for RT3883
  rt2x00: rt2800lib: fix EEPROM LNA validation for RT3883
  rt2x00: rt2800lib: fix txpower compensation for RT3883

 drivers/net/wireless/ralink/rt2x00/rt2800.h    |  19 +-
 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 598 ++++++++++++++++++++++++-
 drivers/net/wireless/ralink/rt2x00/rt2800soc.c |   9 +-
 3 files changed, 607 insertions(+), 19 deletions(-)

-- 
2.7.5


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

end of thread, other threads:[~2019-04-23  8:49 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-09 11:36 [PATCH 00/21] RT3883 support from OpenWrt Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 01/21] rt2x00: rt2800lib: enable support for RT3883 Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 02/21] rt2x00: rt2800lib: add rf_vals for RF3853 Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 03/21] rt2x00: rt2800lib: enable VCO calibration " Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 04/21] rt2x00: rt2800lib: add channel configuration function " Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 05/21] rt2x00: rt2800lib: enable RF3853 support Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 06/21] rt2x00: rt2800lib: add MAC register initialization for RT3883 Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 07/21] rt2x00: rt2800soc: fix rt2800soc_disable_radio " Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 08/21] rt2x00: rt2800lib: add BBP register initialization " Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 09/21] rt2x00: rt2800lib: add RFCSR " Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 10/21] rt2x00: rt2800lib: use the extended EEPROM map " Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 11/21] rt2x00: rt2800lib: force rf type to RF3853 on RT3883 Stanislaw Gruszka
2019-04-09 11:36 ` [PATCH 12/21] rt2x00: rt2800lib: add channel configuration code for RT3883 Stanislaw Gruszka
2019-04-09 11:37 ` [PATCH 13/21] rt2x00: rt2800lib: fix txpower_to_dev function " Stanislaw Gruszka
2019-04-09 11:37 ` [PATCH 14/21] rt2x00: rt2800lib: use correct txpower calculation " Stanislaw Gruszka
2019-04-09 11:37 ` [PATCH 15/21] rt2x00: rt2800lib: hardcode txmixer gain values to zero " Stanislaw Gruszka
2019-04-09 15:26   ` Tom Psyborg
2019-04-10  8:22     ` Stanislaw Gruszka
2019-04-10 13:12       ` Daniel Golle
2019-04-09 11:37 ` [PATCH 16/21] rt2x00: rt2800lib: use correct [RT]XWI size " Stanislaw Gruszka
2019-04-09 11:37 ` [PATCH 17/21] rt2x00: rt2800lib: fix antenna configuration " Stanislaw Gruszka
2019-04-09 11:37 ` [PATCH 18/21] rt2x00: rt2800lib: fix LNA gain " Stanislaw Gruszka
2019-04-09 11:37 ` [PATCH 19/21] rt2x00: rt2800lib: fix VGC setup " Stanislaw Gruszka
2019-04-09 11:37 ` [PATCH 20/21] rt2x00: rt2800lib: fix EEPROM LNA validation " Stanislaw Gruszka
2019-04-09 11:37 ` [PATCH 21/21] rt2x00: rt2800lib: fix txpower compensation " Stanislaw Gruszka
2019-04-23  8:49 ` [PATCH 00/21] RT3883 support from OpenWrt Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).