mbox series

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

Message ID CAK7LNASeMbTTA8OH3pNSovNUR+qasrdZOeq59kXTPWp=qoS0Gw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,GIT,PULL] u-boot-uniphier/master | expand

Pull-request

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

Message

Masahiro Yamada Sept. 18, 2017, 11:33 a.m. UTC
Hi Tom,

This is the first round of UniPhier updates for v2017.09.
Please pull!



The following changes since commit 08cebeeaadd9192dd501308ac6a8b858ffa255c1:

  Merge git://git.denx.de/u-boot-fdt (2017-09-15 22:34:34 -0400)

are available in the git repository at:

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

for you to fetch changes up to a184fb8e9671cc777b91eb3af3e36b5590870ddb:

  ARM: uniphier: add GPU(Mali) reset deassert and clk enable
(2017-09-18 20:26:18 +0900)

----------------------------------------------------------------
Masahiro Yamada (4):
      mtd: nand: denali: allow to override corrupted revision register
      ARM: uniphier: merge two defconfig files into uniphier_v7_defconfig
      ARM: uniphier: remove bit field macros from sc64-regs.h
      ARM: uniphier: add GPU(Mali) reset deassert and clk enable

 arch/arm/mach-uniphier/Kconfig                | 21 ++++----
 arch/arm/mach-uniphier/clk/clk-ld11.c         |  2 +-
 arch/arm/mach-uniphier/clk/clk-ld20.c         | 12 +++++
 arch/arm/mach-uniphier/clk/clk-pxs3.c         | 12 +++++
 arch/arm/mach-uniphier/sc64-regs.h            | 18 -------
 configs/uniphier_pro4_defconfig               | 49 -------------------
 ...2_ld6b_defconfig => uniphier_v7_defconfig} |  4 +-
 doc/README.uniphier                           | 33 +++++++------
 drivers/mtd/nand/denali.c                     | 27 +++++-----
 drivers/mtd/nand/denali.h                     |  7 ++-
 drivers/mtd/nand/denali_dt.c                  | 30 ++++++++++++
 11 files changed, 106 insertions(+), 109 deletions(-)
 delete mode 100644 configs/uniphier_pro4_defconfig
 rename configs/{uniphier_pxs2_ld6b_defconfig => uniphier_v7_defconfig} (93%)

Comments

Tom Rini Sept. 18, 2017, 9:49 p.m. UTC | #1
On Mon, Sep 18, 2017 at 08:33:10PM +0900, Masahiro Yamada wrote:

> Hi Tom,
> 
> This is the first round of UniPhier updates for v2017.09.
> Please pull!
> 
> 
> 
> The following changes since commit 08cebeeaadd9192dd501308ac6a8b858ffa255c1:
> 
>   Merge git://git.denx.de/u-boot-fdt (2017-09-15 22:34:34 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-uniphier.git master
> 
> for you to fetch changes up to a184fb8e9671cc777b91eb3af3e36b5590870ddb:
> 
>   ARM: uniphier: add GPU(Mali) reset deassert and clk enable
> (2017-09-18 20:26:18 +0900)
> 

Applied to u-boot/master, thanks!