mbox

[U-Boot] pull request: u-boot-uniphier/master

Message ID CAK7LNAQqG8i0xcoz1PgUT5X7HBKo1GFy93zP174St_PCvO8TGw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Masahiro Yamada Nov. 11, 2015, 2:44 p.m. UTC
Hi Tom,

Here is my small pull request for v2016.01-rc1.


The following changes since commit cad04990715f7eaecd45196e84cf10e9e3248dae:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2015-11-10
13:38:08 -0500)

are available in the git repository at:


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

for you to fetch changes up to b375219e732f044e7f48b676fa4e36e7c29d81e1:

  ARM: uniphier: drop UniPhier specific SMP code (2015-11-11 23:35:35 +0900)

----------------------------------------------------------------
Masahiro Yamada (3):
      ARM: dts: uniphier: fix interrupt number of USB core for PH1-Pro4
      ARM: dts: uniphier: add USB xHCI nodes for PH1-Pro5 and ProXstream2
      ARM: uniphier: drop UniPhier specific SMP code

 arch/arm/dts/uniphier-ph1-ld6b-ref.dts       |  8 ++++++++
 arch/arm/dts/uniphier-ph1-pro4.dtsi          |  2 +-
 arch/arm/dts/uniphier-ph1-pro5-4kbox.dts     |  4 ++++
 arch/arm/dts/uniphier-ph1-pro5.dtsi          | 18 ++++++++++++++++++
 arch/arm/dts/uniphier-proxstream2-gentil.dts |  8 ++++++++
 arch/arm/dts/uniphier-proxstream2-vodka.dts  |  4 ++++
 arch/arm/dts/uniphier-proxstream2.dtsi       | 18 ++++++++++++++++++
 arch/arm/mach-uniphier/Kconfig               |  8 --------
 arch/arm/mach-uniphier/lowlevel_init.S       | 53
-----------------------------------------------------
 9 files changed, 61 insertions(+), 62 deletions(-)

Comments

Tom Rini Nov. 11, 2015, 2:55 p.m. UTC | #1
On Wed, Nov 11, 2015 at 11:44:50PM +0900, Masahiro Yamada wrote:

> Hi Tom,
> 
> Here is my small pull request for v2016.01-rc1.
> 
> 
> The following changes since commit cad04990715f7eaecd45196e84cf10e9e3248dae:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2015-11-10
> 13:38:08 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-uniphier.git master
> 
> for you to fetch changes up to b375219e732f044e7f48b676fa4e36e7c29d81e1:
> 
>   ARM: uniphier: drop UniPhier specific SMP code (2015-11-11 23:35:35 +0900)
> 

Applied to u-boot/master, thanks!