Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751863AbbKIX3q (ORCPT ); Mon, 9 Nov 2015 18:29:46 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:42186 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751157AbbKIX3o (ORCPT ); Mon, 9 Nov 2015 18:29:44 -0500 Subject: Re: [PATCH V2 1/3] scsi: mptxsas: try 64 bit DMA when 32 bit DMA fails To: Sinan Kaya , Arnd Bergmann References: <1447034266-28003-1-git-send-email-okaya@codeaurora.org> <4041362.9GKaSPm9gs@wuerfel> <5640A8A8.90203@codeaurora.org> <6940177.lD0iNnWRJy@wuerfel> <56412AAE.80004@codeaurora.org> Cc: linux-arm-kernel@lists.infradead.org, Hannes Reinecke , linux-scsi@vger.kernel.org, cov@codeaurora.org, jcm@redhat.com, Abhijit Mahajan , Nagalakshmi Nandigama , linux-arm-msm@vger.kernel.org, "James E.J. Bottomley" , linux-kernel@vger.kernel.org, Sreekanth Reddy , Praveen Krishnamoorthy , agross@codeaurora.org, MPT-FusionLinux.pdl@avagotech.com From: Timur Tabi Message-ID: <56412C65.40505@codeaurora.org> Date: Mon, 9 Nov 2015 17:29:41 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56412AAE.80004@codeaurora.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 761 Lines: 25 On 11/09/2015 05:22 PM, Sinan Kaya wrote: > > if (ioc->dma_mask) > consistent_dma_mask = DMA_BIT_MASK(64); > else > consistent_dma_mask = DMA_BIT_MASK(32); <-- why here? So this change is from this patch: http://permalink.gmane.org/gmane.linux.kernel/1759343 Note that this was discussed back in February: https://lkml.org/lkml/2015/2/20/2 -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/