index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
rtl8xxxu: Do not parse RX descriptor info for C2H packets
Jes Sorensen
1
-10
/
+7
2016-03-10
rtl8xxxu: Improve handling of txdesc32 vs txdesc40 handling
Jes Sorensen
2
-38
/
+92
2016-03-10
rtl8xxxu: TX RTS rate is word 4 for 8723a
Jes Sorensen
2
-3
/
+4
2016-03-10
rtl8723au: Update TX descriptor words 4 and 5 definitions
Jes Sorensen
2
-15
/
+28
2016-03-10
rtl8xxxu: Set sequence number correctly for 40 byte TX descriptors
Jes Sorensen
2
-10
/
+22
2016-03-10
rtl8xxxu: Set the correct TX descriptor bits for agg and break on 8723b
Jes Sorensen
1
-3
/
+16
2016-03-10
rtl8xxxu: Add more 40 byte TX desc bit definitions
Jes Sorensen
2
-6
/
+28
2016-03-10
rtl8xxxu: Add additional tx descriptor bits for data word 0
Jes Sorensen
1
-0
/
+4
2016-03-10
rtl8xxxu: Do not unconditionally print debug info in rtl8723bu_handle_c2h()
Jes Sorensen
1
-9
/
+9
2016-03-10
rtl8xxxu: Handle 40 byte TX descriptors for rtl8723bu
Jes Sorensen
2
-13
/
+25
2016-03-10
rtl8xxxu: Add definition for 8723bu tx descriptor
Jes Sorensen
1
-0
/
+16
2016-03-10
rtl8xxxu: Set the correct thermal meter register for 8723bu
Jes Sorensen
1
-1
/
+5
2016-03-10
rtl8xxxu: Set 8723bu MCS TX power
Jes Sorensen
1
-2
/
+12
2016-03-10
rtl8xxxu: Set 8723bu TX power for CCK and OFDM rates
Jes Sorensen
1
-1
/
+22
2016-03-10
rtl8xxxu: Parse efuse power indices for 8723bu
Jes Sorensen
2
-15
/
+71
2016-03-10
rtl8xxxu: Bump TX power arrays to handle larger channel groups
Jes Sorensen
1
-9
/
+16
2016-03-10
rtl8xxxu: Use size of source pointer when copying efuse data
Jes Sorensen
1
-17
/
+17
2016-03-10
rtl8xxxu: Introduce set_tx_power() fileop and a new 8723b dummy derivative
Jes Sorensen
2
-2
/
+34
2016-03-10
rtl8xxxu: Correct struct rtl8723bu_efuse to list power bases correctly
Jes Sorensen
2
-15
/
+18
2016-03-10
rtl8xxxu: Do not use hard-wired RF enable settings for 8723bu
Jes Sorensen
2
-1
/
+10
2016-03-10
rtl8xxxu: Setup coex table correctly (hopefully)
Jes Sorensen
1
-5
/
+9
2016-03-10
rtl8xxxu: Use REG_RFE_CTRL_ANTA_SRC rather than hard coded value
Jes Sorensen
1
-2
/
+2
2016-03-10
rtl8xxxu: Use name for REG_RFE_BUFFER rather than hard coded value
Jes Sorensen
1
-4
/
+4
2016-03-10
rtl8xxxu: 8723bu: REG_BT_COEX_TABLE4 is only 8 bits
Jes Sorensen
1
-1
/
+1
2016-03-10
rtl8xxxu: Set WLAN_ACT_CONTROL per vendor driver setting
Jes Sorensen
1
-1
/
+1
2016-03-10
rtl8xxxu: RF_T_METER is different on the newer chips
Jes Sorensen
1
-6
/
+7
2016-03-10
rtl8xxxu: Implement init_statistics for 8723bu
Jes Sorensen
3
-0
/
+35
2016-03-10
rtl8xxxu: Add missing blank space in front of bracket
Jes Sorensen
1
-1
/
+1
2016-03-10
rtl8xxxu: Setup RX aggregation
Jes Sorensen
3
-0
/
+25
2016-03-10
rtl8xxxu: Group chip quirks together
Jes Sorensen
1
-13
/
+15
2016-03-10
rtl8xxxu: Add REG_DWBCN1_CTRL_8723B define
Jes Sorensen
1
-0
/
+2
2016-03-10
rtl8xxxu: 8723bu lock phy after RF init
Jes Sorensen
1
-0
/
+7
2016-03-10
rtl8xxxu: Call device specific _config_channel()
Jes Sorensen
1
-1
/
+1
2016-03-10
rtl8xxxu: Initialize burst parameters for 8723bu
Jes Sorensen
2
-1
/
+37
2016-03-10
rtl8xxxu: Set RX boundary for 8723bu
Jes Sorensen
1
-1
/
+4
2016-03-10
rtl8xxxu: Do not set FPGA0_TX_INFO for 8723bu and use a larger PBP page size
Jes Sorensen
1
-3
/
+8
2016-03-10
rtl8xxxu: Do queue init in same order as 8723bu vendor driver
Jes Sorensen
1
-31
/
+37
2016-03-10
rtl8xxxu: 80M spur hack is for 8723au only
Jes Sorensen
1
-5
/
+6
2016-03-10
rtl8xxxu: Init H2C command register for 8723bu
Jes Sorensen
1
-2
/
+17
2016-03-10
rtl8xxxu: Another 8723bu magic register set during init
Jes Sorensen
1
-0
/
+5
2016-03-10
rtl8xxxu: Another 8723bu patch for rtl8xxxu_init_phy_bb()
Jes Sorensen
1
-6
/
+9
2016-03-10
rtl8xxxu: Handle XTAL_K value in efuse specific location
Jes Sorensen
2
-3
/
+14
2016-03-10
rtl8xxxu: Additional fixes for 8723bu
Jes Sorensen
1
-7
/
+18
2016-03-10
rtl8xxxu: Setup LLT before downloading firmware
Jes Sorensen
1
-9
/
+20
2016-03-10
rtl8xxxu: Implement 8723bu power on sequence
Jes Sorensen
2
-5
/
+189
2016-03-10
rtl8xxxu: Do not set REG_AFE_XTAL_CTRL on 8723bu
Jes Sorensen
1
-9
/
+12
2016-03-10
rtl8xxxu: Issue BT_INFO command
Jes Sorensen
2
-7
/
+15
2016-03-10
rtl8xxxu: Handle BT register writes and MP_OPER events
Jes Sorensen
2
-4
/
+89
2016-03-10
rtl8xxxu: Initial functionality to handle C2H events for 8723bu
Jes Sorensen
2
-1
/
+87
2016-03-10
rtl8xxxu: Handle 8723bu style rx descriptors
Jes Sorensen
2
-30
/
+103
[next]