mbox

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

Message ID 1419872872-4770-1-git-send-email-jagannadh.teki@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagan Teki Dec. 29, 2014, 5:07 p.m. UTC
Hi Tom,

Please pull this PR.

thanks!
Jagan.

The following changes since commit e3bf81b1e841ecabe7c8b3d48621256db8b8623e:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-12-16 15:20:02 -0500)

are available in the git repository at:


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

for you to fetch changes up to babe6994ca28e5a354ee32b33b7a54b0276d9df1:

  sf: sf_params: Add S25FL164K flash identifier info (2014-12-18 18:48:30 +0530)

----------------------------------------------------------------
Adnan Ali (2):
      sf: sf_params: Add S25FL116K flash support
      sf: sf_params: Add S25FL164K flash identifier info

Jagannadha Sutradharudu Teki (1):
      mtd: sf: Zap ramtron driver

Shengzhou Liu (1):
      mtd/spi: Add support for SST25WF040B

 drivers/mtd/spi/Makefile    |   1 -
 drivers/mtd/spi/ramtron.c   | 404 --------------------------------------------
 drivers/mtd/spi/sf_params.c |   3 +
 3 files changed, 3 insertions(+), 405 deletions(-)
 delete mode 100644 drivers/mtd/spi/ramtron.c

Comments

Tom Rini Jan. 5, 2015, 3:10 p.m. UTC | #1
On Mon, Dec 29, 2014 at 10:37:52PM +0530, Jagannadha Sutradharudu Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit e3bf81b1e841ecabe7c8b3d48621256db8b8623e:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-12-16 15:20:02 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to babe6994ca28e5a354ee32b33b7a54b0276d9df1:
> 
>   sf: sf_params: Add S25FL164K flash identifier info (2014-12-18 18:48:30 +0530)
> 

Applied to u-boot/master, thanks!