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
2011-07-21
iwlagn: transport layer receives struct iwl_trans*
Emmanuel Grumbach
18
-154
/
+168
2011-07-21
iwlagn: move iwl_prepare_card_hw to the transport layer
Emmanuel Grumbach
5
-7
/
+14
2011-07-21
iwlagn: move more functions from the start flow to the transport layer
Emmanuel Grumbach
8
-193
/
+178
2011-07-21
iwlagn: SCD configuration for AMPDU moves to transport layer
Emmanuel Grumbach
8
-239
/
+274
2011-07-21
iwlagn: radio sensor offset in le16 format
Wey-Yi Guy
2
-5
/
+5
2011-07-21
iwlagn: define valid init calibration mask
Wey-Yi Guy
1
-3
/
+13
2011-07-21
iwlagn: remove legacy calibration command
Wey-Yi Guy
1
-10
/
+0
2011-07-21
iwlagn: set correct calibration flag
Wey-Yi Guy
2
-2
/
+4
2011-07-21
iwlagn: kill iwlagn_setup_deferred_work
Emmanuel Grumbach
8
-22
/
+6
2011-07-21
iwlagn: kill iwlagn_rx_handler_setup
Emmanuel Grumbach
8
-28
/
+20
2011-07-21
iwlagn: add kick_nic API to transport layer
Emmanuel Grumbach
4
-2
/
+16
2011-07-20
libertas: only enable mesh when interface is active
Daniel Drake
5
-25
/
+11
2011-07-20
libertas: mesh: misc cleanup
Daniel Drake
2
-601
/
+388
2011-07-20
wireless: mwifiex: print hw address via %pM
Andy Shevchenko
1
-25
/
+8
2011-07-20
wireless: ath9k: use %pM to print MAC
Andy Shevchenko
1
-5
/
+2
2011-07-20
wireless: rtlwifi: throw away MAC_FMT and use %pM instead
Andy Shevchenko
7
-19
/
+13
2011-07-20
carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTER
Pavel Roskin
1
-4
/
+4
2011-07-20
ath5k: merge ath5k_hw and ath5k_softc
Pavel Roskin
22
-1314
/
+1247
2011-07-20
b43: bcma: implement full core reset
Rafał Miłecki
1
-7
/
+27
2011-07-20
bcma: allow enabling PLL
Rafał Miłecki
1
-0
/
+25
2011-07-20
bcma: allow setting FAST clockmode for a core
Rafał Miłecki
1
-0
/
+31
2011-07-20
b43: correctly display longer chipsets ids
Rafał Miłecki
1
-2
/
+5
2011-07-20
b43: HT-PHY: fix masks in radio ctl
Rafał Miłecki
1
-5
/
+10
2011-07-20
b43: bcma: read info about supported bands
Rafał Miłecki
1
-6
/
+7
2011-07-20
b43: bcma: define 80211 core specific IO status bits
Rafał Miłecki
1
-0
/
+6
2011-07-20
bcma: handle alternative SPROM location
Rafał Miłecki
1
-3
/
+9
2011-07-20
b43: HT-PHY: fix typo in 0x2059 radio init
Rafał Miłecki
1
-1
/
+1
2011-07-20
b43: HT-PHY: find channel entry with regs data
Rafał Miłecki
1
-0
/
+9
2011-07-20
b43: HT-PHY: switch to channel after enabling radio
Rafał Miłecki
1
-1
/
+3
2011-07-19
b43: use agent R/W ops for BCMA_IOCTL
Rafał Miłecki
2
-4
/
+4
2011-07-18
ath9k: Fix some smatch warnings
Rajkumar Manoharan
2
-4
/
+8
2011-07-18
ath9k: Fix sparse warnings
Rajkumar Manoharan
3
-9
/
+22
2011-07-18
b43: bus: drop inline from SSB functions
Rafał Miłecki
1
-15
/
+12
2011-07-18
carl9170: set beacon xmit power to the max
Christian Lamparter
1
-83
/
+108
2011-07-18
carl9170: move beacon_update into tx.c
Christian Lamparter
3
-130
/
+130
2011-07-18
carl9170 firmware: update firmware headers
Christian Lamparter
2
-2
/
+42
2011-07-18
ath9k: use ath_opmode_to_string()
Pavel Roskin
1
-20
/
+2
2011-07-18
ath9k: remove defines in reg.h that exist in ../reg.h
Pavel Roskin
1
-23
/
+0
2011-07-18
ath9k: use get_unaligned_{b16, le16, le32} where possible
Pavel Roskin
5
-28
/
+23
2011-07-18
ath: use get_unaligned_le{16,32} in ath_hw_keysetmac()
Pavel Roskin
1
-5
/
+2
2011-07-18
bcma: extract SPROM rev 9 the same way as rev 8
Rafał Miłecki
1
-1
/
+1
2011-07-18
bcma: cc: set GPIOTIMER register
Rafał Miłecki
1
-0
/
+14
2011-07-16
iwlagn: add tx start API to transport layer
Emmanuel Grumbach
7
-210
/
+222
2011-07-16
iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.c
Emmanuel Grumbach
6
-315
/
+297
2011-07-16
iwlagn: move iwlagn_stop_device to transport layer
Emmanuel Grumbach
8
-58
/
+52
2011-07-16
iwlagn: move tx transport functions to iwl-trans-tx-pcie.c
Emmanuel Grumbach
7
-299
/
+265
2011-07-16
iwlagn: move rx transport functions to iwl-trans-rx-pcie.c
Emmanuel Grumbach
9
-725
/
+799
2011-07-16
iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addr
Fry, Donald H
6
-12
/
+3
2011-07-16
iwlagn: calibration bitmap
Wey-Yi Guy
3
-10
/
+13
2011-07-16
iwlagn: set default of uCode ownership to driver
Hsu, Kenny
1
-0
/
+2
[next]