aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_kernel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25IB/ipath: Changes to support PIO bandwidth check on IBA7220Dave Olson1-0/+2
2008-01-25IB/ipath: Minor cleanup of unused fields and chip-specific errorsDave Olson1-3/+2
2008-01-25IB/ipath: New sysfs entries to control 7220 featuresMichael Albaugh1-0/+3
2008-01-25IB/ipath: Add new chip-specific functions to older chips, consistent initDave Olson1-1/+87
2008-01-25IB/ipath: Remove unused MDIO interface codeDave Olson1-29/+0
2008-01-25IB/ipath: Add ipath_read_ireg() abstractionArthur Jones1-0/+8
2008-01-25IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell1-0/+1
2008-01-25IB/ipath: Port config has on-chip effects for 7220Ralph Campbell1-0/+3
2008-01-25IB/ipath: Allow more flexible user register alignmentsRalph Campbell1-2/+4
2008-01-25IB/ipath: Export hardware counters more consistentlyRalph Campbell1-0/+2
2008-01-25IB/ipath: MAD performance sampling registers supportRalph Campbell1-0/+9
2008-01-25IB/ipath: Changes for fields moving from devdata to portdataDave Olson1-10/+6
2008-01-25IB/ipath: Generalize some xxx_SHIFT macrosDave Olson1-0/+6
2008-01-25IB/ipath: kreceive uses portdata rather than devdataRalph Campbell1-3/+14
2008-01-25IB/ipath: Fix sendctrl lockingJohn Gregor1-0/+1
2008-01-25IB/ipath: Remove dead code for user process waiting for send bufferRalph Campbell1-4/+0
2008-01-25IB/ipath: Convert ipath_eep_sem semaphore to a mutexMatthias Kaehlcke1-1/+2
2008-01-24Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman1-2/+1
2007-10-09IB/ipath: Fix IB_EVENT_PORT_ERR eventRalph Campbell1-0/+2
2007-10-09IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_closeArthur Jones1-2/+6
2007-10-09IB/ipath: Performance optimization for CPU differencesRalph Campbell1-0/+2
2007-07-30IB/ipath: Workaround problem of errormask register being overwrittenDave Olson1-9/+2
2007-07-30IB/ipath: Fix some issues with buffer cancel and sendctrl register updateDave Olson1-1/+1
2007-07-17IB/ipath: Remove ipath_get_user_pages_nocopy()Roland Dreier1-1/+0
2007-07-17IB/ipath: Make a few functions staticRoland Dreier1-1/+0
2007-07-09IB/ipath: Test interrupts at driver startupArthur Jones1-0/+5
2007-07-09IB/ipath: Remove support for preproduction HTX InfiniPath cardsRalph Campbell1-4/+0
2007-07-09IB/ipath: Be more cautious about coming out of freeze modeDave Olson1-0/+1
2007-07-09IB/ipath: Update copyright datesJohn Gregor1-1/+1
2007-07-09IB/ipath: ipath_poll fixups and enhancementsRobert Walsh1-0/+8
2007-07-09IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recoveryDave Olson1-0/+1
2007-07-09IB/ipath: Log "active" time and some errors to EEPROMMichael Albaugh1-0/+38
2007-07-09IB/ipath: Lock and always use shadow copies of GPIO registerMichael Albaugh1-2/+5
2007-07-09IB/ipath: Support blinking LEDs with an led_override fileMichael Albaugh1-0/+19
2007-05-14IB/ipath: Shadow the gpio_mask registerArthur Jones1-0/+2
2007-04-18IB/ipath: Improve handling and reporting of parity errorsBryan O'Sullivan1-1/+3
2007-04-18IB/ipath: Remove unused ipath_read_kreg64_port()Bryan O'Sullivan1-2/+0
2007-04-18IB/ipath: Change packet problems vs chip errors handling and reportingBryan O'Sullivan1-1/+1
2007-04-18IB/ipath: Don't initialize port memory for subportsRalph Campbell1-0/+2
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-11-08[PATCH] IB/ipath - program intconfig register using new HT irq hookBryan O'Sullivan1-0/+4
2006-10-16IB/ipath: Initialize diagpkt file on device init onlyRobert Walsh1-3/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-28IB/ipath: Fix and recover TXE piobuf and PBC parity errorsBryan O'Sullivan1-2/+4
2006-09-28IB/ipath: Call mtrr_del with correct argumentsBryan O'Sullivan1-0/+2
2006-09-28IB/ipath: Improved support for PowerPCBryan O'Sullivan1-2/+18
2006-09-28IB/ipath: Support multiple simultaneous devices of different typesBryan O'Sullivan1-0/+24
2006-09-28IB/ipath: Print more informative parity error messagesBryan O'Sullivan1-0/+16
2006-09-28IB/ipath: Support revision 2 InfiniPath PCIE devicesBryan O'Sullivan1-0/+18
2006-09-28IB/ipath: Driver support for userspace sharing of HW contextsBryan O'Sullivan1-3/+27