Re: [PATCH] spi: convert spi-bfin-v3.c to a multiplatform driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Apr 02, 2014 at 06:20:21PM +0800, Scott Jiang wrote:
> Spi v3 controller is not only used in Blackfin. So rename it
> and use ioread/iowrite api to make it work on other platform.
> 
> Signed-off-by: Scott Jiang <scott.jiang.linux@xxxxxxxxx>
> ---
>  arch/blackfin/include/asm/bfin_spi3.h |  258 ---------
>  drivers/spi/Kconfig                   |    4 +-
>  drivers/spi/Makefile                  |    2 +-
>  drivers/spi/spi-adi-v3.c              |  989 +++++++++++++++++++++++++++++++++
>  drivers/spi/spi-bfin-v3.c             |  964 --------------------------------
>  include/linux/spi/adi_spi3.h          |  254 +++++++++
>  6 files changed, 1246 insertions(+), 1225 deletions(-)

Please use git format-patch -M for changes involving renames - it
formats things in a way that's much easier to read.  A straight diff
looks like deletion of the old driver and addition of a new one.

git grep also tells me that we need an update for the bf609 ezkit as
part of this patch since it uses the header - we need to update the user
at the same time as the header is moved to ensure it still builds.

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux