mbox series

[GIT,PULL] u-boot-uniphier/master

Message ID CAK7LNASoat+VvoY68fZ2bm4tR6Cx-O2V58yrZ8xwvF1XGzd-HA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] u-boot-uniphier/master | expand

Pull-request

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

Message

Masahiro Yamada Dec. 11, 2017, 3:45 p.m. UTC
Hi Tom,

Please pull some more fixes and trivial changes.
Thanks!



The following changes since commit 335f7b1290ce24a729a9689a1db834c743226ca8:

  Merge git://git.denx.de/u-boot-mpc85xx (2017-12-08 12:02:01 -0500)

are available in the git repository at:

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

for you to fetch changes up to 7f8e75390b9c9b79748b2f87dd7ab45674323d58:

  ARM: uniphier: use FIELD_PREP for PLL settings (2017-12-12 00:36:12 +0900)

----------------------------------------------------------------
Dai Okamura (1):
      ARM: uniphier: fix SSCPLL init code for LD11 SoC

Masahiro Yamada (4):
      ARM: uniphier: compile pll-base-ld20.c for PXs3
      mtd: nand: denali: make NAND_DENALI unconfigurable option
      ARM: uniphier: compute SSCPLL values more precisely
      ARM: uniphier: use FIELD_PREP for PLL settings

 arch/arm/mach-uniphier/clk/Makefile        |  1 +
 arch/arm/mach-uniphier/clk/pll-base-ld20.c | 15 ++++++++++-----
 drivers/mtd/nand/Kconfig                   |  7 +++----
 3 files changed, 14 insertions(+), 9 deletions(-)

Comments

Tom Rini Dec. 12, 2017, 1:55 a.m. UTC | #1
On Tue, Dec 12, 2017 at 12:45:29AM +0900, Masahiro Yamada wrote:

> Hi Tom,

> 

> Please pull some more fixes and trivial changes.

> Thanks!

> 

> 

> 

> The following changes since commit 335f7b1290ce24a729a9689a1db834c743226ca8:

> 

>   Merge git://git.denx.de/u-boot-mpc85xx (2017-12-08 12:02:01 -0500)

> 

> are available in the git repository at:

> 

>   git://git.denx.de/u-boot-uniphier.git master

> 

> for you to fetch changes up to 7f8e75390b9c9b79748b2f87dd7ab45674323d58:

> 

>   ARM: uniphier: use FIELD_PREP for PLL settings (2017-12-12 00:36:12 +0900)

> 


Applied to u-boot/master, thanks!

-- 
Tom