mbox

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

Message ID 1470744239-24546-1-git-send-email-jteki@openedev.com
State Changes Requested
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagan Teki Aug. 9, 2016, 12:03 p.m. UTC
Hi Tom,

Please pull this request.

thanks!
Jagan.

The following changes since commit 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4:

  ARM: am57xx_evm: Enable QSPI support (2016-07-30 00:15:07 +0530)

are available in the git repository at:

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

for you to fetch changes up to 53208741d6c3448b7a7f5260d52c28f912ff6453:

  dm: at91: Add driver model support for the spi driver (2016-07-31 17:03:33 +0530)

----------------------------------------------------------------
Lad, Prabhakar (1):
      spi: zynq_spi: Fix infinite looping while xfer

Wenyou Yang (1):
      dm: at91: Add driver model support for the spi driver

 drivers/spi/Kconfig     |   7 ++
 drivers/spi/atmel_spi.c | 295 ++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/spi/zynq_spi.c  |   2 +-
 3 files changed, 303 insertions(+), 1 deletion(-)

Comments

Tom Rini Aug. 9, 2016, 1:27 p.m. UTC | #1
On Tue, Aug 09, 2016 at 05:33:59PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this request.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4:
> 
>   ARM: am57xx_evm: Enable QSPI support (2016-07-30 00:15:07 +0530)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 53208741d6c3448b7a7f5260d52c28f912ff6453:
> 
>   dm: at91: Add driver model support for the spi driver (2016-07-31 17:03:33 +0530)
> 

NAK.  The atmel DM prep stuff needs to be taken in, all at once perhaps,
by Andreas all at once to avoid warnings like:
+   sama5d4_xplained_spiflash
+(sama5d4_xplained_spiflash)  static int clk_get_by_name(struct udevice *dev, const char *name,
+(sama5d4_xplained_spiflash)             ^
w+(sama5d4_xplained_spiflash) In file included from drivers/spi/atmel_spi.c:7:0:
w+(sama5d4_xplained_spiflash) include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function]
that Marek also hit with the USB patch.