linux-stable-rt/drivers/infiniband/hw/ipath
Joachim Fenkes 1912ffbb88 IB: Set class_dev->dev in core for nice device symlink
All RDMA drivers except ehca set class_dev->dev to their dma_device
value (ehca leaves this unset).  dma_device is the only value that
makes any sense, so move this assignment to core/sysfs.c.  This reduce
the duplicated code in the rest of the drivers and gives ehca a nice
/sys/class/infiniband/ehcaX/device symlink.

Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-04-24 21:30:38 -07:00
..
Kconfig
Makefile
ipath_common.h
ipath_cq.c IB/ipath: Fix WC format drift between user and kernel space 2007-04-18 20:21:01 -07:00
ipath_debug.h
ipath_diag.c IB/ipath: Prevent random program use of diags interface 2007-04-18 20:20:59 -07:00
ipath_dma.c
ipath_driver.c IB/ipath: Disable IB link earlier in shutdown sequence 2007-04-18 20:20:59 -07:00
ipath_eeprom.c
ipath_file_ops.c IB/ipath: Fix unit selection when all CPU affinity bits set 2007-04-18 20:20:59 -07:00
ipath_fs.c
ipath_iba6110.c
ipath_iba6120.c
ipath_init_chip.c
ipath_intr.c
ipath_kernel.h
ipath_keys.c IB/ipath: Check reserved memory keys 2007-04-18 20:21:00 -07:00
ipath_layer.c
ipath_layer.h
ipath_mad.c
ipath_mmap.c
ipath_mr.c
ipath_qp.c IB/ipath: Don't allow QPs 0 and 1 to be opened multiple times 2007-04-18 20:20:59 -07:00
ipath_rc.c
ipath_registers.h
ipath_ruc.c
ipath_srq.c
ipath_stats.c
ipath_sysfs.c
ipath_uc.c
ipath_ud.c IB/ipath: Check that a UD work request's address handle is valid 2007-04-18 20:21:00 -07:00
ipath_user_pages.c
ipath_verbs.c IB: Set class_dev->dev in core for nice device symlink 2007-04-24 21:30:38 -07:00
ipath_verbs.h IB/ipath: Fix WC format drift between user and kernel space 2007-04-18 20:21:01 -07:00
ipath_verbs_mcast.c
ipath_wc_ppc64.c
ipath_wc_x86_64.c