android_kernel_xiaomi_sm8350/drivers/infiniband/hw/mthca
John L. Burr eb4a7cbf27 IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)
Some systems have PCI addresses that don't fit in unsigned long (eg some
32-bit PowerPC 440 systems have 36-bit bus addresses).  Fix up the driver
by using phys_addr_t where appropriate, so we don't truncate any PCI
resource addresses before ioremapping them.

Signed-off-by: John L. Burr <jlburr@cadence.com>

[ Update to apply to current driver source.  - Roland ]

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2011-01-11 20:39:47 -08:00
..
Kconfig
Makefile
mthca_allocator.c
mthca_av.c
mthca_catas.c IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) 2011-01-11 20:39:47 -08:00
mthca_cmd.c IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) 2011-01-11 20:39:47 -08:00
mthca_cmd.h
mthca_config_reg.h
mthca_cq.c
mthca_dev.h
mthca_doorbell.h
mthca_eq.c IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) 2011-01-11 20:39:47 -08:00
mthca_mad.c IB/mthca: Handle -ENOMEM in forward_trap() 2011-01-10 17:42:10 -08:00
mthca_main.c IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) 2011-01-11 20:39:47 -08:00
mthca_mcg.c
mthca_memfree.c
mthca_memfree.h
mthca_mr.c IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) 2011-01-11 20:39:47 -08:00
mthca_pd.c
mthca_profile.c
mthca_profile.h
mthca_provider.c
mthca_provider.h
mthca_qp.c IB/core: Add VLAN support for IBoE 2010-10-25 10:20:39 -07:00
mthca_reset.c
mthca_srq.c
mthca_uar.c
mthca_user.h
mthca_wqe.h