mbox

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

Message ID 1414435438-6399-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 Oct. 27, 2014, 6:43 p.m. UTC
Hi Tom,

Please pull this PR.

thanks!
--
Jagan.

The following changes since commit 0ce4af99c07acebf4fce9a91f1099d2460629293:

  Merge branch 'master' of git://git.denx.de/u-boot-imx (2014-10-27 09:08:42 -0400)

are available in the git repository at:


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

for you to fetch changes up to 027a9a002455a1175b0f5b7c7c5350afab2b4421:

  SPI: mxc_spi: delay initialisation until claim bus (2014-10-27 22:37:03 +0530)

----------------------------------------------------------------
Marek Vasut (7):
      spi: altera: Use struct-based register access
      spi: altera: Clean up bit definitions
      spi: altera: Clean up most checkpatch issues
      spi: altera: Zap endless loop
      spi: altera: Clean up the use of variable d
      spi: altera: Add short note about EPCS/EPCQx1
      spi: altera: Move the config options to the top

Markus Niebel (2):
      SPI: mxc_spi: remove second reset from ECSPI config handler
      SPI: mxc_spi: delay initialisation until claim bus

 doc/SPI/README.altera_spi |   6 +++
 drivers/spi/altera_spi.c  | 132 ++++++++++++++++++++++++++--------------------
 drivers/spi/mxc_spi.c     |  40 +++++++-------
 3 files changed, 101 insertions(+), 77 deletions(-)
 create mode 100644 doc/SPI/README.altera_spi

Comments

Tom Rini Nov. 4, 2014, 2:32 a.m. UTC | #1
On Tue, Oct 28, 2014 at 12:13:58AM +0530, Jagannadha Sutradharudu Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks!
> --
> Jagan.
> 
> The following changes since commit 0ce4af99c07acebf4fce9a91f1099d2460629293:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-imx (2014-10-27 09:08:42 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 027a9a002455a1175b0f5b7c7c5350afab2b4421:
> 
>   SPI: mxc_spi: delay initialisation until claim bus (2014-10-27 22:37:03 +0530)
> 

Applied to u-boot/master, thanks!