mbox series

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

Message ID CAK7LNAQ1anUS2tzZieO-3_BDDFknJ57d=XHf9QUacP9_qwnszw@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 Oct. 22, 2017, 4:14 p.m. UTC
Hi Tom,


This was late for -rc2 for some reason, but it includes
what I intended to include in it.
Some fixes, remove unused CONFIG, DT sync, etc.
Please pull.



The following changes since commit 23d51bef94aacd0ad4dcbdb31e66acd82def13eb:

  uniphier_ld4_sld8: Re-add SMC911X_BASE address (2017-10-21 10:26: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 624c0954c7be03d92a20170ffc551ca7e9853e16:

  ARM: uniphier: use pr_*() more where appropriate (2017-10-23 01:09:22 +0900)

----------------------------------------------------------------
Masahiro Yamada (8):
      ARM: uniphier: enable DWC3 xHCI driver really
      ARM: uniphier: remove CONFIG_UNIPHIER_ETH
      ARM: uniphier: split u-boot,dm-pre-reloc out to uniphier-v7-u-boot.dtsi
      ARM: dts: uniphier: sync DT with Linux 4.14-rc5
      ARM: uniphier: increase CONFIG_SYS_BOOTM_LEN to 32MB
      ARM: uniphier: remove verify=n from environments
      doc: uniphier: add simple guide to Verified Boot
      ARM: uniphier: use pr_*() more where appropriate

 arch/arm/dts/uniphier-ld11.dtsi               |  13 ++
 arch/arm/dts/uniphier-ld20.dtsi               |  30 +++
 arch/arm/dts/uniphier-ld4-ref.dts             |   9 +-
 arch/arm/dts/uniphier-ld4.dtsi                |   3 -
 arch/arm/dts/uniphier-ld6b-ref.dts            |   9 +-
 arch/arm/dts/uniphier-pinctrl.dtsi            |  15 ++
 arch/arm/dts/uniphier-pro4-ace.dts            |   9 -
 arch/arm/dts/uniphier-pro4-ref.dts            |   9 -
 arch/arm/dts/uniphier-pro4-sanji.dts          |  21 ---
 arch/arm/dts/uniphier-pro4.dtsi               |   4 -
 arch/arm/dts/uniphier-pro5-4kbox.dts          |   9 -
 arch/arm/dts/uniphier-pro5.dtsi               |   4 -
 arch/arm/dts/uniphier-pxs2-gentil.dts         |  21 ---
 arch/arm/dts/uniphier-pxs2-vodka.dts          |  21 ---
 arch/arm/dts/uniphier-pxs2.dtsi               |   4 -
 arch/arm/dts/uniphier-pxs3-ref.dts            |   4 +
 arch/arm/dts/uniphier-sld8-ref.dts            |   9 +-
 arch/arm/dts/uniphier-sld8.dtsi               |   3 -
 arch/arm/dts/uniphier-v7-u-boot.dtsi          |  61 ++++++
 arch/arm/mach-uniphier/Kconfig                |   2 +
 arch/arm/mach-uniphier/clk/clk-ld4.c          |   6 -
 arch/arm/mach-uniphier/clk/clk-pro4.c         |   6 -
 arch/arm/mach-uniphier/clk/clk-pxs2.c         |   6 -
 arch/arm/mach-uniphier/dram/ddrphy-training.c |  18 +-
 configs/uniphier_v7_defconfig                 |   2 +
 doc/README.uniphier                           | 227 ++++++++++++++++++++++-
 include/configs/uniphier.h                    |   2 +-
 27 files changed, 370 insertions(+), 157 deletions(-)
 create mode 100644 arch/arm/dts/uniphier-v7-u-boot.dtsi

Comments

Tom Rini Oct. 23, 2017, 4:05 p.m. UTC | #1
On Mon, Oct 23, 2017 at 01:14:57AM +0900, Masahiro Yamada wrote:

> Hi Tom,

> 

> 

> This was late for -rc2 for some reason, but it includes

> what I intended to include in it.

> Some fixes, remove unused CONFIG, DT sync, etc.

> Please pull.

> 

> 

> 

> The following changes since commit 23d51bef94aacd0ad4dcbdb31e66acd82def13eb:

> 

>   uniphier_ld4_sld8: Re-add SMC911X_BASE address (2017-10-21 10:26: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 624c0954c7be03d92a20170ffc551ca7e9853e16:

> 

>   ARM: uniphier: use pr_*() more where appropriate (2017-10-23 01:09:22 +0900)

> 


Reviewed-by: Tom Rini <trini@konsulko.com>


-- 
Tom
Masahiro Yamada Oct. 23, 2017, 5:43 p.m. UTC | #2
Hi Tom,

2017-10-24 1:05 GMT+09:00 Tom Rini <trini@konsulko.com>:
> On Mon, Oct 23, 2017 at 01:14:57AM +0900, Masahiro Yamada wrote:
>
>> Hi Tom,
>>
>>
>> This was late for -rc2 for some reason, but it includes
>> what I intended to include in it.
>> Some fixes, remove unused CONFIG, DT sync, etc.
>> Please pull.
>>
>>
>>
>> The following changes since commit 23d51bef94aacd0ad4dcbdb31e66acd82def13eb:
>>
>>   uniphier_ld4_sld8: Re-add SMC911X_BASE address (2017-10-21 10:26: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 624c0954c7be03d92a20170ffc551ca7e9853e16:
>>
>>   ARM: uniphier: use pr_*() more where appropriate (2017-10-23 01:09:22 +0900)
>>
>
> Reviewed-by: Tom Rini <trini@konsulko.com>
>

May I ask your intention?
Why reviewed-by instead of git-pull?
Tom Rini Oct. 23, 2017, 5:44 p.m. UTC | #3
On Tue, Oct 24, 2017 at 02:43:00AM +0900, Masahiro Yamada wrote:
> Hi Tom,

> 

> 2017-10-24 1:05 GMT+09:00 Tom Rini <trini@konsulko.com>:

> > On Mon, Oct 23, 2017 at 01:14:57AM +0900, Masahiro Yamada wrote:

> >

> >> Hi Tom,

> >>

> >>

> >> This was late for -rc2 for some reason, but it includes

> >> what I intended to include in it.

> >> Some fixes, remove unused CONFIG, DT sync, etc.

> >> Please pull.

> >>

> >>

> >>

> >> The following changes since commit 23d51bef94aacd0ad4dcbdb31e66acd82def13eb:

> >>

> >>   uniphier_ld4_sld8: Re-add SMC911X_BASE address (2017-10-21 10:26: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 624c0954c7be03d92a20170ffc551ca7e9853e16:

> >>

> >>   ARM: uniphier: use pr_*() more where appropriate (2017-10-23 01:09:22 +0900)

> >>

> >

> > Reviewed-by: Tom Rini <trini@konsulko.com>

> >

> 

> May I ask your intention?

> Why reviewed-by instead of git-pull?


... I hit the wrong key-combo this morning.  It's applied, sorry!

-- 
Tom