| Commit message (Expand) | Author | Age | Files | Lines |
* | rtl8xxxu: Parse efuse power indices for 8723bu | Jes Sorensen | 2016-03-10 | 2 | -15/+71 |
* | rtl8xxxu: Bump TX power arrays to handle larger channel groups | Jes Sorensen | 2016-03-10 | 1 | -9/+16 |
* | rtl8xxxu: Use size of source pointer when copying efuse data | Jes Sorensen | 2016-03-10 | 1 | -17/+17 |
* | rtl8xxxu: Introduce set_tx_power() fileop and a new 8723b dummy derivative | Jes Sorensen | 2016-03-10 | 2 | -2/+34 |
* | rtl8xxxu: Correct struct rtl8723bu_efuse to list power bases correctly | Jes Sorensen | 2016-03-10 | 2 | -15/+18 |
* | rtl8xxxu: Do not use hard-wired RF enable settings for 8723bu | Jes Sorensen | 2016-03-10 | 2 | -1/+10 |
* | rtl8xxxu: Setup coex table correctly (hopefully) | Jes Sorensen | 2016-03-10 | 1 | -5/+9 |
* | rtl8xxxu: Use REG_RFE_CTRL_ANTA_SRC rather than hard coded value | Jes Sorensen | 2016-03-10 | 1 | -2/+2 |
* | rtl8xxxu: Use name for REG_RFE_BUFFER rather than hard coded value | Jes Sorensen | 2016-03-10 | 1 | -4/+4 |
* | rtl8xxxu: 8723bu: REG_BT_COEX_TABLE4 is only 8 bits | Jes Sorensen | 2016-03-10 | 1 | -1/+1 |
* | rtl8xxxu: Set WLAN_ACT_CONTROL per vendor driver setting | Jes Sorensen | 2016-03-10 | 1 | -1/+1 |
* | rtl8xxxu: RF_T_METER is different on the newer chips | Jes Sorensen | 2016-03-10 | 1 | -6/+7 |
* | rtl8xxxu: Implement init_statistics for 8723bu | Jes Sorensen | 2016-03-10 | 3 | -0/+35 |
* | rtl8xxxu: Add missing blank space in front of bracket | Jes Sorensen | 2016-03-10 | 1 | -1/+1 |
* | rtl8xxxu: Setup RX aggregation | Jes Sorensen | 2016-03-10 | 3 | -0/+25 |
* | rtl8xxxu: Group chip quirks together | Jes Sorensen | 2016-03-10 | 1 | -13/+15 |
* | rtl8xxxu: Add REG_DWBCN1_CTRL_8723B define | Jes Sorensen | 2016-03-10 | 1 | -0/+2 |
* | rtl8xxxu: 8723bu lock phy after RF init | Jes Sorensen | 2016-03-10 | 1 | -0/+7 |
* | rtl8xxxu: Call device specific _config_channel() | Jes Sorensen | 2016-03-10 | 1 | -1/+1 |
* | rtl8xxxu: Initialize burst parameters for 8723bu | Jes Sorensen | 2016-03-10 | 2 | -1/+37 |
* | rtl8xxxu: Set RX boundary for 8723bu | Jes Sorensen | 2016-03-10 | 1 | -1/+4 |
* | rtl8xxxu: Do not set FPGA0_TX_INFO for 8723bu and use a larger PBP page size | Jes Sorensen | 2016-03-10 | 1 | -3/+8 |
* | rtl8xxxu: Do queue init in same order as 8723bu vendor driver | Jes Sorensen | 2016-03-10 | 1 | -31/+37 |
* | rtl8xxxu: 80M spur hack is for 8723au only | Jes Sorensen | 2016-03-10 | 1 | -5/+6 |
* | rtl8xxxu: Init H2C command register for 8723bu | Jes Sorensen | 2016-03-10 | 1 | -2/+17 |
* | rtl8xxxu: Another 8723bu magic register set during init | Jes Sorensen | 2016-03-10 | 1 | -0/+5 |
* | rtl8xxxu: Another 8723bu patch for rtl8xxxu_init_phy_bb() | Jes Sorensen | 2016-03-10 | 1 | -6/+9 |
* | rtl8xxxu: Handle XTAL_K value in efuse specific location | Jes Sorensen | 2016-03-10 | 2 | -3/+14 |
* | rtl8xxxu: Additional fixes for 8723bu | Jes Sorensen | 2016-03-10 | 1 | -7/+18 |
* | rtl8xxxu: Setup LLT before downloading firmware | Jes Sorensen | 2016-03-10 | 1 | -9/+20 |
* | rtl8xxxu: Implement 8723bu power on sequence | Jes Sorensen | 2016-03-10 | 2 | -5/+189 |
* | rtl8xxxu: Do not set REG_AFE_XTAL_CTRL on 8723bu | Jes Sorensen | 2016-03-10 | 1 | -9/+12 |
* | rtl8xxxu: Issue BT_INFO command | Jes Sorensen | 2016-03-10 | 2 | -7/+15 |
* | rtl8xxxu: Handle BT register writes and MP_OPER events | Jes Sorensen | 2016-03-10 | 2 | -4/+89 |
* | rtl8xxxu: Initial functionality to handle C2H events for 8723bu | Jes Sorensen | 2016-03-10 | 2 | -1/+87 |
* | rtl8xxxu: Handle 8723bu style rx descriptors | Jes Sorensen | 2016-03-10 | 2 | -30/+103 |
* | rtl8xxxu: Add rtl8723bu (nextgen) rx descriptor definition | Jes Sorensen | 2016-03-10 | 1 | -0/+125 |
* | rtl8xxxu: Set the right type for ps tdma on 8723bu | Jes Sorensen | 2016-03-10 | 1 | -1/+1 |
* | rtl8xxxu: Do not ignore wlan activity on 8723bu | Jes Sorensen | 2016-03-10 | 2 | -0/+9 |
* | rtl8xxxu: Improve 8723bu init code | Jes Sorensen | 2016-03-10 | 3 | -9/+49 |
* | rtl8xxxu: Remove unused variable | Jes Sorensen | 2016-03-10 | 1 | -1/+1 |
* | rtl8xxxu: Initial rtl8723bu_init_bt() code | Jes Sorensen | 2016-03-10 | 3 | -6/+98 |
* | rtl8xxxu: Initial implementation of rtl8723bu_config_channel() | Jes Sorensen | 2016-03-10 | 3 | -0/+149 |
* | rtl8xxxu: rtl8192eu: Map out EFUSE TX power area | Jakub Sitnicki | 2016-03-10 | 2 | -15/+17 |
* | rtl8xxxu: Remove backing up certain registers, which was never used | Jes Sorensen | 2016-03-10 | 2 | -17/+0 |
* | rtl8xxxu: Do LC calibration before IQK calibration | Jes Sorensen | 2016-03-10 | 1 | -2/+2 |
* | rtl8xxxu: Handle S0S1 register in lc_calibrate() | Jes Sorensen | 2016-03-10 | 2 | -0/+8 |
* | rtl8xxxu: First stab at adding IQK calibration for 8723bu parts | Jes Sorensen | 2016-03-10 | 3 | -2/+827 |
* | rtl8xxxu: Add a couple of new register definitions | Jes Sorensen | 2016-03-10 | 1 | -0/+6 |
* | rtl8xxxu: Make rtl8xxxu_add_path_on() use device specific init values | Jes Sorensen | 2016-03-10 | 2 | -3/+25 |