linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/18] rtl8xxxu: Additional code to support rtl8192eu
@ 2016-04-07 18:19 Jes.Sorensen
  2016-04-07 18:19 ` [PATCH 01/18] rtl8xxxu: Add MAC init table for 8192eu Jes.Sorensen
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: Jes.Sorensen @ 2016-04-07 18:19 UTC (permalink / raw)
  To: linux-wireless; +Cc: kvalo, Larry.Finger

From: Jes Sorensen <Jes.Sorensen@redhat.com>

Hi,

Here is another set of patches adding more code to handle the
rtl8192eu. It is relative to wireless-drivers-next as of
2016-04-07. This isn't the complete set to support the 8192eu, I am
breaking it down to make the patch volume easier to manage.

I am hoping we can get it all in so 8192eu support can be enabled in
time for 4.7.

The only contentious issue would be the EXT_PA_8192EU defines, which I
would like to keep in place as it helps me dealing with that later. It
will get cleaned up down the line.

Cheers,
Jes


Jes Sorensen (18):
  rtl8xxxu: Add MAC init table for 8192eu
  rtl8xxxu: Do not mess with AFE_XTAL_CTRL on 8192eu
  rtl8xxxu: Set TX page boundaries for 8192eu
  rtl8xxxu: Add radio init tables for 8192eu
  rtl8xxxu: Add 8192eu AGC tables
  rtl8xxxu: Add 8192eu PHY init table
  rtl8xxxu: Pick PHY init table based on chip version first
  rtl8xxxu: Correctly parse 8192eu efuse
  rtl8xxxu: Handle BB init for 8192eu
  rtl8xxxu: Provide special handling when writing RF regs on 8192eu
  rtl8xxxu: Handle XTAL value setting on 8192eu
  rtl8xxxu: Set correct interrupt masking registers on 8192eu
  rtl8xxxu: Set REG_USB_HRPWM for 8192eu
  rtl8xxxu: Fix LDPC RX hang issue on 8192eu
  rtl8xxxu: Implement 8192eu device specific quirks
  rtl8xxxu: Use proper register name for REG_PAD_CTRL1
  rtl8xxxu: Implement IQK calibration for 8192eu
  rtl8xxxu: Adjust AFE crystal value on 8192eu

 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c   | 1581 +++++++++++++++++---
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h   |   40 +-
 .../net/wireless/realtek/rtl8xxxu/rtl8xxxu_regs.h  |    7 +
 3 files changed, 1419 insertions(+), 209 deletions(-)

-- 
2.5.5


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

end of thread, other threads:[~2016-04-14 12:56 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07 18:19 [PATCH 00/18] rtl8xxxu: Additional code to support rtl8192eu Jes.Sorensen
2016-04-07 18:19 ` [PATCH 01/18] rtl8xxxu: Add MAC init table for 8192eu Jes.Sorensen
2016-04-14 12:55   ` [01/18] " Kalle Valo
2016-04-07 18:19 ` [PATCH 02/18] rtl8xxxu: Do not mess with AFE_XTAL_CTRL on 8192eu Jes.Sorensen
2016-04-07 18:19 ` [PATCH 03/18] rtl8xxxu: Set TX page boundaries for 8192eu Jes.Sorensen
2016-04-07 18:19 ` [PATCH 04/18] rtl8xxxu: Add radio init tables " Jes.Sorensen
2016-04-07 18:19 ` [PATCH 05/18] rtl8xxxu: Add 8192eu AGC tables Jes.Sorensen
2016-04-07 18:19 ` [PATCH 06/18] rtl8xxxu: Add 8192eu PHY init table Jes.Sorensen
2016-04-07 18:19 ` [PATCH 07/18] rtl8xxxu: Pick PHY init table based on chip version first Jes.Sorensen
2016-04-07 18:19 ` [PATCH 08/18] rtl8xxxu: Correctly parse 8192eu efuse Jes.Sorensen
2016-04-07 18:19 ` [PATCH 09/18] rtl8xxxu: Handle BB init for 8192eu Jes.Sorensen
2016-04-07 18:19 ` [PATCH 10/18] rtl8xxxu: Provide special handling when writing RF regs on 8192eu Jes.Sorensen
2016-04-07 18:19 ` [PATCH 11/18] rtl8xxxu: Handle XTAL value setting " Jes.Sorensen
2016-04-07 18:19 ` [PATCH 12/18] rtl8xxxu: Set correct interrupt masking registers " Jes.Sorensen
2016-04-07 18:19 ` [PATCH 13/18] rtl8xxxu: Set REG_USB_HRPWM for 8192eu Jes.Sorensen
2016-04-07 18:19 ` [PATCH 14/18] rtl8xxxu: Fix LDPC RX hang issue on 8192eu Jes.Sorensen
2016-04-07 18:19 ` [PATCH 15/18] rtl8xxxu: Implement 8192eu device specific quirks Jes.Sorensen
2016-04-07 18:19 ` [PATCH 16/18] rtl8xxxu: Use proper register name for REG_PAD_CTRL1 Jes.Sorensen
2016-04-07 18:19 ` [PATCH 17/18] rtl8xxxu: Implement IQK calibration for 8192eu Jes.Sorensen
2016-04-07 18:19 ` [PATCH 18/18] rtl8xxxu: Adjust AFE crystal value on 8192eu Jes.Sorensen

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).