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 <[email protected]>
> ---
>  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

Reply via email to