summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/chip.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-26IB/hfi1: Move driver out of stagingDennis Dalessandro1-14703/+0
2016-05-13IB/hfi1: Correct log message stringsJakub Pawlak1-1/+1
2016-05-13IB/hfi1: Remove no-op QSFP reset codeDean Luick1-3/+0
2016-05-13IB/hfi1: Wait for QSFP modules to initializeEaswar Hariharan1-1/+9
2016-05-13IB/hfi1: Ignore non-temperature warnings on a downed linkEaswar Hariharan1-6/+11
2016-04-28IB/hfi1: Correctly report neighbor link down reasonDean Luick1-14/+9
2016-04-28IB/hfi1: Use the neighbor link down reason only when validDean Luick1-9/+124
2016-04-28IB/hfi1: Ignore link downgrade with 0 lanesDean Luick1-1/+5
2016-04-28IB/hfi1: Add RSM rule for user FECN handlingDean Luick1-0/+84
2016-04-28IB/hfi1: Create a routine to set a receive side mapping ruleDean Luick1-18/+57
2016-04-28IB/hfi1: Move QOS decision logic into its own functionDean Luick1-17/+50
2016-04-28IB/hfi1: Extract RSM map table init from QOSDean Luick1-21/+70
2016-04-28IB/hfi1: Reduce kernel context pio buffer allocationJianxin Xiong1-12/+15
2016-04-28IB/hfi1: Change default number of user contextsJubin John1-7/+19
2016-04-28IB/hfi1: Remove module presence check outside pre-LNI checksEaswar Hariharan1-14/+6
2016-04-28IB/hfi1: Always turn on CDRs for low power QSFP modulesEaswar Hariharan1-45/+4
2016-04-28IB/hfi1: Check P_KEY for all sent packets from user modeSebastian Sanchez1-0/+1
2016-04-28IB/hfi1: Simplify init_qpmap_table()Dean Luick1-5/+2
2016-04-28IB/hfi1: Fix QOS rule mappingsDean Luick1-27/+21
2016-04-28IB/hfi1: Remove invalid QOS checkDean Luick1-2/+0
2016-04-28IB/hfi1: Fix QOS num_vl bit widthDean Luick1-1/+1
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1103/+1353
2016-03-17IB/hfi1: Handle host handshake timeoutJubin John1-1/+2
2016-03-17IB/hfi1: Remove unused HFI1_DO_INIT_ASIC flagDean Luick1-12/+0
2016-03-17IB/hfi1: Change thermal init to use resource reservationDean Luick1-1/+7
2016-03-17IB/hfi1: Change QSFP functions to use resource reservationDean Luick1-5/+15
2016-03-17IB/hfi1: Change SBus handling to use resource reservationDean Luick1-2/+7
2016-03-17IB/hfi1: Add ASIC resource reservation functionsDean Luick1-0/+2
2016-03-17IB/hfi1: Add shared ASIC structureDean Luick1-3/+25
2016-03-17IB/hfi1: Remove ASIC block clearDean Luick1-88/+0
2016-03-17IB/hfi1: Move constant to the right in bitwise operationsHarish Chegondi1-3/+3
2016-03-11staging: rdma: hfi1: Remove useless return variablesBhaktipriya Shridhar1-4/+1
2016-03-10staging/rdma/hfi1: Check interrupt registers mappingKaike Wan1-0/+56
2016-03-10staging/rdma/hfi1: Fix counter read for cpDean Luick1-25/+5
2016-03-10staging/rdma/hfi1: Cleanup comments and logs in PHY codeEaswar Hariharan1-4/+7
2016-03-10staging/rdma/hfi1: Fix xmit discard error weightDean Luick1-5/+21
2016-03-10staging/rdma/hfi1: Fix headerJubin John1-4/+1
2016-03-10staging/rdma/hfi1: Add braces on all arms of statementJubin John1-4/+4
2016-03-10staging/rdma/hfi1: Fix code alignmentJubin John1-472/+449
2016-03-10staging/rdma/hfi1: Fix block commentsJubin John1-29/+58
2016-03-10staging/rdma/hfi1: Fix misspellingsJubin John1-1/+1
2016-03-10staging/rdma/hfi1: Split multiple assignmentsJubin John1-2/+4
2016-03-10staging/rdma/hfi1: Add blank link after declarationsJubin John1-0/+2
2016-03-10staging/rdma/hfi1: Fix logical continuationsJubin John1-29/+26
2016-03-10staging/rdma/hfi1: Remove blank line before close braceJubin John1-1/+0
2016-03-10staging/rdma/hfi1: Remove blank line after an open braceJubin John1-5/+0
2016-03-10staging/rdma/hfi1: Fix comparison to NULLJubin John1-3/+3
2016-03-10staging/rdma/hfi1: Remove space after castJubin John1-3/+3
2016-03-10staging/rdma/hfi1: Remove multiple blank linesJubin John1-6/+0
2016-03-10staging/rdma/hfi1: Add spaces around binary operatorsJubin John1-52/+52