Return-path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:37443 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752502Ab1DLNEu convert rfc822-to-8bit (ORCPT ); Tue, 12 Apr 2011 09:04:50 -0400 MIME-Version: 1.0 In-Reply-To: <1302566227-23788-1-git-send-email-zajec5@gmail.com> References: <1302566227-23788-1-git-send-email-zajec5@gmail.com> Date: Tue, 12 Apr 2011 15:04:48 +0200 Message-ID: Subject: Re: [RFC][PATCH] axi: add AXI bus driver From: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= To: linux-wireless@vger.kernel.org, "John W. Linville" Cc: b43-dev@lists.infradead.org, =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , =?UTF-8?Q?Michael_B=C3=BCsch?= , Larry Finger , George Kashperko , Arend van Spriel , linux-arm-kernel@lists.infradead.org, Russell King , Arnd Bergmann , Andy Botting , linuxdriverproject , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 2011/4/12 Rafał Miłecki : > Cc: Michael Büsch > Cc: Larry Finger > Cc: George Kashperko > Cc: Arend van Spriel > Cc: linux-arm-kernel@lists.infradead.org > Cc: Russell King > Cc: Arnd Bergmann > Cc: Andy Botting > Cc: linuxdriverproject > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Rafał Miłecki > --- > V2: Rename to axi >    Use DEFINE_PCI_DEVICE_TABLE in bridge >    Make use of pr_fmt and pr_* >    Store core class >    Rename bridge to not b43 specific >    Replace magic 0x1000 with BCMAI_CORE_SIZE >    Remove some old "ssb" names and defines >    Move BCMAI_ADDR_BASE def >    Add drvdata field > V3: Fix reloading (kfree issue) >    Add 14e4:0x4331 >    Fix non-initialized struct issue >    Drop useless inline functions wrappers for pci core drv >    Proper pr_* usage > V3.1: Include forgotten changes (pr_* and include related) >    Explain why we dare to implement empty release function There is one more change I started to consider. Is "core" correct name for AXI's device? Almost everywhere we can read about *components* on the AXI interconnect. Maybe it'd make sense to s/core/comp/? Arend? -- Rafał