From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from sabertooth01.qualcomm.com ([65.197.215.72]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WkYaN-0007B3-Ga for ath10k@lists.infradead.org; Wed, 14 May 2014 12:47:03 +0000 From: Kalle Valo Subject: Re: [PATCH] ath10k: get rid of pci_assign_resource() call from pci_probe References: <1400068627-4076-1-git-send-email-bartosz.markowski@tieto.com> Date: Wed, 14 May 2014 15:46:35 +0300 In-Reply-To: <1400068627-4076-1-git-send-email-bartosz.markowski@tieto.com> (Bartosz Markowski's message of "Wed, 14 May 2014 13:57:07 +0200") Message-ID: <87fvkch6j8.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Bartosz Markowski Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Bartosz Markowski writes: > On ARM-based (MSM mach), the pci_assign_resource() is passing > some invalid pointers and leading to L2 cache errors, > what prevents the PCI communication completly. > > So far I have not found this funtion to be directly called by > any other wifi driver and did not found this assigning needed > on any other platform. So removing it completly. Typo, it should be "completely". I have fixed this up in ath-next-test. -- Kalle Valo _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from sabertooth01.qualcomm.com ([65.197.215.72]:13617 "EHLO sabertooth01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751899AbaENMqn (ORCPT ); Wed, 14 May 2014 08:46:43 -0400 From: Kalle Valo To: Bartosz Markowski CC: , Subject: Re: [PATCH] ath10k: get rid of pci_assign_resource() call from pci_probe References: <1400068627-4076-1-git-send-email-bartosz.markowski@tieto.com> Date: Wed, 14 May 2014 15:46:35 +0300 In-Reply-To: <1400068627-4076-1-git-send-email-bartosz.markowski@tieto.com> (Bartosz Markowski's message of "Wed, 14 May 2014 13:57:07 +0200") Message-ID: <87fvkch6j8.fsf@kamboji.qca.qualcomm.com> (sfid-20140514_144646_168631_B889CA03) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-wireless-owner@vger.kernel.org List-ID: Bartosz Markowski writes: > On ARM-based (MSM mach), the pci_assign_resource() is passing > some invalid pointers and leading to L2 cache errors, > what prevents the PCI communication completly. > > So far I have not found this funtion to be directly called by > any other wifi driver and did not found this assigning needed > on any other platform. So removing it completly. Typo, it should be "completely". I have fixed this up in ath-next-test. -- Kalle Valo