Re: [PATCH v3 33/52] IB/qib: Add qib_sd7220.c

2010-05-10 Thread Roland Dreier
I don't think this is really a merge-blocker, but this code seems to have faith in the talismanic power of atomic_t to avoid races in nearby code. The following anti-pattern appears in a few other variants in the driver as well (just search for atomic_inc_return). +if

[PATCH v3 33/52] IB/qib: Add qib_sd7220.c

2010-05-06 Thread Ralph Campbell
creates the qib_sd7220.c file. Signed-off-by: Ralph Campbell ralph.campb...@qlogic.com --- drivers/infiniband/hw/qib/qib_sd7220.c | 1415 1 files changed, 1415 insertions(+), 0 deletions(-) create mode 100644 drivers/infiniband/hw/qib/qib_sd7220.c diff --git