From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Richardson Subject: Re: [PATCH 2/4] spi: bcm53xx: Refactor to make driver nonspecific to 53xx SoCs Date: Mon, 6 Apr 2015 11:30:18 -0700 Message-ID: <5522D0BA.2050805@broadcom.com> References: <1428002603-21892-1-git-send-email-jonathar@broadcom.com> <1428002603-21892-3-git-send-email-jonathar@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andy Shevchenko Cc: Mark Brown , Dmitry Torokhov , Anatol Pomazau , Scott Branden , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "linux-kernel@vger.kernel.org" , linux-spi@vger.kernel.org, bcm-kernel-feedback-list , devicetree , Rafal Milecki List-Id: devicetree@vger.kernel.org On 15-04-03 06:35 AM, Andy Shevchenko wrote: > On Thu, Apr 2, 2015 at 10:23 PM, Jonathan Richardson > wrote: >> The Broadcom MSPI controller is used on various SoCs. It is being >> renamed so that it can be extended and reused on other chips. It is >> renamed to bcm-mspi. >> > What if you resend this one with -M -C applied? > > I'm not seeing any difference in the patches unfortunately. I'll keep playing with it and re-send if I can find a way to improve it. The changes are just renaming variables, structures, functions, file name to get rid of 53xx and replace with mspi. The config is renamed from SPI_BCM53XX to SPI_BCMA_MSPI.