mbox

[GIT,PULL] ARM: mvebu: dt changes for v4.3 #2

Message ID 55BB3FAE.1020907@free-electrons.com
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-4.3-2

Message

Gregory CLEMENT July 31, 2015, 9:28 a.m. UTC
Hi,

Here is the second pull request for cleanup for mvebu for v4.3

Gregory

The following changes since commit 7e5308be4c0747e328d03f3daa46aaa5eaf7714f:

  ARM: mvebu: update EEPROM description of Armada 388 GP (2015-07-09 15:28:08 +0200)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-4.3-2

for you to fetch changes up to dc57844a736f10bf3799d63d7c0d0efc29b1ad7d:

  ARM: dts: orion5x: add buffalo linkstation ls-wtgl (2015-07-25 16:19:20 +0200)

----------------------------------------------------------------
mvebu dt changes for v4.3 (part #2)

Add support Buffalo Linkstation LS-WTGL

----------------------------------------------------------------
Roger Shimizu (1):
      ARM: dts: orion5x: add buffalo linkstation ls-wtgl

 arch/arm/boot/dts/Makefile                       |   1 +
 arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts | 273 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 274 insertions(+)
 create mode 100644 arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts

Comments

Olof Johansson Aug. 5, 2015, 9:11 a.m. UTC | #1
Hi,


On Fri, Jul 31, 2015 at 11:28:14AM +0200, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the second pull request for cleanup for mvebu for v4.3
> 
> Gregory
> 
> The following changes since commit 7e5308be4c0747e328d03f3daa46aaa5eaf7714f:
> 
>   ARM: mvebu: update EEPROM description of Armada 388 GP (2015-07-09 15:28:08 +0200)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-4.3-2
> 
> for you to fetch changes up to dc57844a736f10bf3799d63d7c0d0efc29b1ad7d:
> 
>   ARM: dts: orion5x: add buffalo linkstation ls-wtgl (2015-07-25 16:19:20 +0200)

Merged, thanks.


One tip:

> 
>  arch/arm/boot/dts/Makefile                       |   1 +
>  arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts | 273 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 274 insertions(+)
>  create mode 100644 arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts

If you redirect "git request-pull" to a file (or even pipe it through cat
instead of straight onto your terminal) it'll default to ~78 character lines
instead of the width of your terminal.


-Olof
Gregory CLEMENT Aug. 5, 2015, 11:53 a.m. UTC | #2
Hi Olof,


> One tip:
> 
>>
>>  arch/arm/boot/dts/Makefile                       |   1 +
>>  arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts | 273 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  2 files changed, 274 insertions(+)
>>  create mode 100644 arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts
> 
> If you redirect "git request-pull" to a file (or even pipe it through cat
> instead of straight onto your terminal) it'll default to ~78 character lines
> instead of the width of your terminal.
> 

Thanks for the tip!

Gregory

> 
> -Olof
>