mbox

[U-Boot] Pull request: u-boot-spi/master

Message ID 1484501534-17563-1-git-send-email-jagan@openedev.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-spi.git master

Message

Jagan Teki Jan. 15, 2017, 5:32 p.m. UTC
Hi Tom,

Please take this PR.

thanks!
Jagan.

The following changes since commit 70c1e0474a9df2c4493b4e2330cc41d3132b4e90:

  Merge git://git.denx.de/u-boot-rockchip (2017-01-12 21:20:51 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-spi.git master

for you to fetch changes up to 68e7999ba9de0a15dd3dc99e078b70f41eb98c82:

  spi: Zap cf_qspi driver and related code (2017-01-15 18:29:04 +0100)

----------------------------------------------------------------
Jagan Teki (2):
      spi: Zap ep93xx_spi driver and related code
      spi: Zap cf_qspi driver and related code

 arch/m68k/cpu/mcf52x2/cpu_init.c |  12 --
 board/cirrus/edb93xx/edb93xx.c   |  98 -----------
 drivers/spi/Makefile             |   2 -
 drivers/spi/cf_qspi.c            | 354 ---------------------------------------
 drivers/spi/cf_spi.c             |   4 -
 drivers/spi/ep93xx_spi.c         | 272 ------------------------------
 include/configs/edb93xx.h        |  10 --
 scripts/config_whitelist.txt     |   5 -
 8 files changed, 757 deletions(-)
 delete mode 100644 drivers/spi/cf_qspi.c
 delete mode 100644 drivers/spi/ep93xx_spi.c

Comments

Tom Rini Jan. 16, 2017, 4:02 a.m. UTC | #1
On Sun, Jan 15, 2017 at 06:32:14PM +0100, Jagan Teki wrote:

> Hi Tom,
> 
> Please take this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 70c1e0474a9df2c4493b4e2330cc41d3132b4e90:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2017-01-12 21:20:51 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 68e7999ba9de0a15dd3dc99e078b70f41eb98c82:
> 
>   spi: Zap cf_qspi driver and related code (2017-01-15 18:29:04 +0100)
> 

Applied to u-boot/master, thanks!