mbox

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

Message ID 1493813626-31231-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 May 3, 2017, 12:13 p.m. UTC
Hi Tom,

Please take this PR.

thanks!
Jagan.

The following changes since commit a63d800196ebee59b0f8ff924f67843cd597a8c1:

  Prepare v2017.05-rc3 (2017-05-01 19:54:41 -0400)

are available in the git repository at:

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

for you to fetch changes up to 2f54205829429d82c7591340a106bf68f3916120:

  drivers: spi: Remove duplicate .probe method (2017-05-03 11:52:16 +0530)

----------------------------------------------------------------
Moritz Fischer (1):
      zynq: spi: Honour the activation / deactivation delay

Suniel Mahesh (1):
      drivers: spi: Remove duplicate .probe method

Wenyou Yang (1):
      spi: atmel: check GPIO validity before using cs_gpios

 drivers/spi/atmel_spi.c |  9 +++++++++
 drivers/spi/omap3_spi.c |  1 -
 drivers/spi/zynq_spi.c  | 24 ++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 1 deletion(-)

Comments

Tom Rini May 7, 2017, 1:27 a.m. UTC | #1
On Wed, May 03, 2017 at 05:43:46PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please take this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit a63d800196ebee59b0f8ff924f67843cd597a8c1:
> 
>   Prepare v2017.05-rc3 (2017-05-01 19:54:41 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 2f54205829429d82c7591340a106bf68f3916120:
> 
>   drivers: spi: Remove duplicate .probe method (2017-05-03 11:52:16 +0530)
> 

Applied to u-boot/master, thanks!