* [GIT PULL] ARM: mvebu: dt for v4.6 (#1)
@ 2016-02-08 14:25 Gregory CLEMENT
2016-02-08 21:59 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Gregory CLEMENT @ 2016-02-08 14:25 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
Here is the first pull request for dt for mvebu for v4.6.
This one is based on v4.5-rc3 because it depends on fixes merged
previously.
Gregory
The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:
Linux 4.5-rc3 (2016-02-07 15:38:30 -0800)
are available in the git repository at:
git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-4.6-1
for you to fetch changes up to ebe1adff92de94f1ec48a46d9afa74ba967674dc:
ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl (2016-02-08 09:39:41 +0100)
----------------------------------------------------------------
mvebu dt for 4.6 (part 1)
- Improve Armada 388 device tree (SATA and XHCI)
- Fix SD Card and audio support for OpenRD board
- Provide template for RS-232/485 configuration for the same board
- Use a common dtsi file for linkstation boards
- Add support for Buffalo Linkstation LS-QVL
----------------------------------------------------------------
Aaro Koskinen (4):
ARM: DTS: kirkwood-openrd: fix pin names for UART/SD selection
ARM: DTS: kirkwood-openrd: fix SD slot default configuration
ARM: DTS: kirkwood-openrd: provide template for RS-232/485 configuration
ARM: DTS: kirkwood-openrd-client: fix audio
Gregory CLEMENT (2):
ARM: mvebu: use usb-nop-xceiv PHY for the xhci nodes on Armada 388 GP
ARM: mvebu: Update the mpp63 function in the device tree on Armada 370
Mario Lange (1):
ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl
Roger Shimizu (3):
ARM: dts: kirkwood: relicense dts of ls-wvl/vl and ls-wxl/wsxl under GPLv2/X11
ARM: dts: kirkwood: split lswxl dts to linkstation lswsxl and lswxl
ARM: dts: kirkwood: split lswvl dts to linkstation lsvl and lswvl
Thomas Petazzoni (2):
ARM: mvebu: adjust board name and compatible for Armada 388 GP
ARM: mvebu: use regulator-boot-on for SATA regulators on Armada 388 GP
.../devicetree/bindings/arm/marvell,kirkwood.txt | 7 +-
.../pinctrl/marvell,armada-370-pinctrl.txt | 5 +-
arch/arm/boot/dts/Makefile | 7 +-
arch/arm/boot/dts/armada-370-mirabox.dts | 2 +-
arch/arm/boot/dts/armada-370-netgear-rn104.dts | 2 +-
arch/arm/boot/dts/armada-370-synology-ds213j.dts | 2 +-
arch/arm/boot/dts/armada-388-gp.dts | 36 +--
arch/arm/boot/dts/kirkwood-linkstation-6282.dtsi | 192 +++++++++++++
.../boot/dts/kirkwood-linkstation-duo-6281.dtsi | 186 +++++++++++++
arch/arm/boot/dts/kirkwood-linkstation-lsqvl.dts | 135 +++++++++
arch/arm/boot/dts/kirkwood-linkstation-lsvl.dts | 57 ++++
arch/arm/boot/dts/kirkwood-linkstation-lswsxl.dts | 57 ++++
arch/arm/boot/dts/kirkwood-linkstation-lswvl.dts | 112 ++++++++
arch/arm/boot/dts/kirkwood-linkstation-lswxl.dts | 116 ++++++++
arch/arm/boot/dts/kirkwood-linkstation.dtsi | 202 ++++++++++++++
arch/arm/boot/dts/kirkwood-lswvl.dts | 302 ---------------------
arch/arm/boot/dts/kirkwood-lswxl.dts | 302 ---------------------
arch/arm/boot/dts/kirkwood-openrd-client.dts | 6 +-
arch/arm/boot/dts/kirkwood-openrd.dtsi | 41 ++-
arch/arm/boot/dts/kirkwood.dtsi | 2 +-
20 files changed, 1137 insertions(+), 634 deletions(-)
create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-6282.dtsi
create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-duo-6281.dtsi
create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lsqvl.dts
create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lsvl.dts
create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lswsxl.dts
create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lswvl.dts
create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lswxl.dts
create mode 100644 arch/arm/boot/dts/kirkwood-linkstation.dtsi
delete mode 100644 arch/arm/boot/dts/kirkwood-lswvl.dts
delete mode 100644 arch/arm/boot/dts/kirkwood-lswxl.dts
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: mvebu: dt for v4.6 (#1)
2016-02-08 14:25 [GIT PULL] ARM: mvebu: dt for v4.6 (#1) Gregory CLEMENT
@ 2016-02-08 21:59 ` Olof Johansson
2016-02-09 10:04 ` Gregory CLEMENT
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2016-02-08 21:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Mon, Feb 08, 2016 at 03:25:01PM +0100, Gregory CLEMENT wrote:
> Hi,
>
> Here is the first pull request for dt for mvebu for v4.6.
> This one is based on v4.5-rc3 because it depends on fixes merged
> previously.
>
> Gregory
>
> The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:
>
> Linux 4.5-rc3 (2016-02-07 15:38:30 -0800)
>
> are available in the git repository at:
>
> git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-4.6-1
>
> for you to fetch changes up to ebe1adff92de94f1ec48a46d9afa74ba967674dc:
>
> ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl (2016-02-08 09:39:41 +0100)
>
> ----------------------------------------------------------------
> mvebu dt for 4.6 (part 1)
>
> - Improve Armada 388 device tree (SATA and XHCI)
> - Fix SD Card and audio support for OpenRD board
> - Provide template for RS-232/485 configuration for the same board
> - Use a common dtsi file for linkstation boards
> - Add support for Buffalo Linkstation LS-QVL
>
> ----------------------------------------------------------------
> Aaro Koskinen (4):
> ARM: DTS: kirkwood-openrd: fix pin names for UART/SD selection
> ARM: DTS: kirkwood-openrd: fix SD slot default configuration
> ARM: DTS: kirkwood-openrd: provide template for RS-232/485 configuration
> ARM: DTS: kirkwood-openrd-client: fix audio
>
> Gregory CLEMENT (2):
> ARM: mvebu: use usb-nop-xceiv PHY for the xhci nodes on Armada 388 GP
> ARM: mvebu: Update the mpp63 function in the device tree on Armada 370
>
> Mario Lange (1):
> ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl
>
> Roger Shimizu (3):
> ARM: dts: kirkwood: relicense dts of ls-wvl/vl and ls-wxl/wsxl under GPLv2/X11
> ARM: dts: kirkwood: split lswxl dts to linkstation lswsxl and lswxl
> ARM: dts: kirkwood: split lswvl dts to linkstation lsvl and lswvl
>
> Thomas Petazzoni (2):
> ARM: mvebu: adjust board name and compatible for Armada 388 GP
> ARM: mvebu: use regulator-boot-on for SATA regulators on Armada 388 GP
You're using three different kind of ways to label the patches here, please use
the common one that we try to keep consistent across platforms:
ARM: dts: <platform>:...
Can you fixup and send a fresh pull request, please?
Thanks!
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: mvebu: dt for v4.6 (#1)
2016-02-08 21:59 ` Olof Johansson
@ 2016-02-09 10:04 ` Gregory CLEMENT
0 siblings, 0 replies; 3+ messages in thread
From: Gregory CLEMENT @ 2016-02-09 10:04 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof,
On lun., f?vr. 08 2016, Olof Johansson <olof@lixom.net> wrote:
> Hi,
>
> On Mon, Feb 08, 2016 at 03:25:01PM +0100, Gregory CLEMENT wrote:
>> Hi,
>>
>> Here is the first pull request for dt for mvebu for v4.6.
>> This one is based on v4.5-rc3 because it depends on fixes merged
>> previously.
>>
>> Gregory
>>
>> The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:
>>
>> Linux 4.5-rc3 (2016-02-07 15:38:30 -0800)
>>
>> are available in the git repository at:
>>
>> git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-4.6-1
>>
>> for you to fetch changes up to ebe1adff92de94f1ec48a46d9afa74ba967674dc:
>>
>> ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl (2016-02-08 09:39:41 +0100)
>>
>> ----------------------------------------------------------------
>> mvebu dt for 4.6 (part 1)
>>
>> - Improve Armada 388 device tree (SATA and XHCI)
>> - Fix SD Card and audio support for OpenRD board
>> - Provide template for RS-232/485 configuration for the same board
>> - Use a common dtsi file for linkstation boards
>> - Add support for Buffalo Linkstation LS-QVL
>>
>> ----------------------------------------------------------------
>> Aaro Koskinen (4):
>> ARM: DTS: kirkwood-openrd: fix pin names for UART/SD selection
>> ARM: DTS: kirkwood-openrd: fix SD slot default configuration
>> ARM: DTS: kirkwood-openrd: provide template for RS-232/485 configuration
>> ARM: DTS: kirkwood-openrd-client: fix audio
>>
>> Gregory CLEMENT (2):
>> ARM: mvebu: use usb-nop-xceiv PHY for the xhci nodes on Armada 388 GP
>> ARM: mvebu: Update the mpp63 function in the device tree on Armada 370
>>
>> Mario Lange (1):
>> ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl
>>
>> Roger Shimizu (3):
>> ARM: dts: kirkwood: relicense dts of ls-wvl/vl and ls-wxl/wsxl under GPLv2/X11
>> ARM: dts: kirkwood: split lswxl dts to linkstation lswsxl and lswxl
>> ARM: dts: kirkwood: split lswvl dts to linkstation lsvl and lswvl
>>
>> Thomas Petazzoni (2):
>> ARM: mvebu: adjust board name and compatible for Armada 388 GP
>> ARM: mvebu: use regulator-boot-on for SATA regulators on Armada 388 GP
>
> You're using three different kind of ways to label the patches here, please use
> the common one that we try to keep consistent across platforms:
>
> ARM: dts: <platform>:...
>
> Can you fixup and send a fresh pull request, please?
Yes a second version is coming.
Gregory
>
>
> Thanks!
>
>
> -Olof
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-09 10:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-08 14:25 [GIT PULL] ARM: mvebu: dt for v4.6 (#1) Gregory CLEMENT
2016-02-08 21:59 ` Olof Johansson
2016-02-09 10:04 ` Gregory CLEMENT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).