From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mms3.broadcom.com ([216.31.210.19]:2029 "EHLO mms3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757669Ab3FMUAh (ORCPT ); Thu, 13 Jun 2013 16:00:37 -0400 Message-ID: <51BA24D8.4090805@broadcom.com> (sfid-20130613_220041_268940_EB2EFFA3) Date: Thu, 13 Jun 2013 22:00:24 +0200 From: "Arend van Spriel" MIME-Version: 1.0 To: "Luis R. Rodriguez" cc: "Luis R. Rodriguez" , "backports@vger.kernel.org" Subject: Re: [PATCH] compat-drivers: do not disable bcma when selecting brcmsmac References: <1370806659-2875-1-git-send-email-arend@broadcom.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Sender: backports-owner@vger.kernel.org List-ID: On 06/13/2013 09:39 PM, Luis R. Rodriguez wrote: > On Sun, Jun 9, 2013 at 12:37 PM, Arend van Spriel wrote: >> The brcmsmac driver depends on the bcma bus driver these days. However, >> the driver-select script disabled bcma when selecting brcmsmac (or >> the brcm80211 driver group). This leads to mismatch between kernel >> bcma and backport brcmsmac. For the 3.9 backport this result in: >> >> [10298.323094] brcmsmac: Unknown symbol bcma_pmu_spuravoid_pllupdate (err 0) >> >> as this function was added to bcma. >> >> Signed-off-by: Arend van Spriel > > Thanks Arend but we're now using a new tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/backports.git > > Luis > I was wondering about those, but the twiki still referred to the ones on github. So you mean to say this change is already done in the kernel.org repo? There are a couple of repositories: backports, compat-drivers, and compat. I followed the backports twiki and it does not mention the backports one or did I overlook? Gr. AvS