mbox

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

Message ID 1478952788-8449-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 Nov. 12, 2016, 12:13 p.m. UTC
Hi Tom,

Please take these fixes.

thanks!
Jagan.

The following changes since commit 38cacdab3b5a6d8efd16a4b2620f7ab72144a624:

  Merge branch 'master' of git://git.denx.de/u-boot-tegra (2016-11-08 10:36:57 -0500)

are available in the git repository at:


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

for you to fetch changes up to 7480b35fd19d18871d09fc0447d978d8d10c05b8:

  spi: ti_qspi: Fix baudrate divider calculation (2016-11-11 17:22:47 +0530)

----------------------------------------------------------------
Vignesh R (2):
      ARM: dts: dra7xx: Update spi-max-frequency for qspi slave node
      spi: ti_qspi: Fix baudrate divider calculation

 arch/arm/dts/dra7-evm.dts          |  2 +-
 arch/arm/dts/dra72-evm-common.dtsi |  2 +-
 drivers/spi/ti_qspi.c              | 16 +++++++---------
 3 files changed, 9 insertions(+), 11 deletions(-)

Comments

Tom Rini Nov. 13, 2016, 8:55 p.m. UTC | #1
On Sat, Nov 12, 2016 at 05:43:08PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please take these fixes.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 38cacdab3b5a6d8efd16a4b2620f7ab72144a624:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-tegra (2016-11-08 10:36:57 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 7480b35fd19d18871d09fc0447d978d8d10c05b8:
> 
>   spi: ti_qspi: Fix baudrate divider calculation (2016-11-11 17:22:47 +0530)
> 

Applied to u-boot/master, thanks!