From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932182AbcEMMMD (ORCPT ); Fri, 13 May 2016 08:12:03 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:22131 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753067AbcEMMMA (ORCPT ); Fri, 13 May 2016 08:12:00 -0400 X-AuditID: cbfec7f4-f796c6d000001486-94-5735c48c0443 Subject: Re: [PATCH v3 00/27] ARM: dts: exynos: Add initial support for Odroid XU To: Robin Murphy , Kukjin Kim , Krzysztof Kozlowski , Sylwester Nawrocki , Tomasz Figa , Michael Turquette , Stephen Boyd , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org References: <1462910970-1812-1-git-send-email-krzk@kernel.org> <5735C274.50504@arm.com> Cc: Javier Martinez Canillas , Rob Herring From: Krzysztof Kozlowski Message-id: <5735C48A.6030508@kernel.org> Date: Fri, 13 May 2016 14:11:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-version: 1.0 In-reply-to: <5735C274.50504@arm.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFuphkeLIzCtJLcpLzFFi42I5/e/4Vd2eI6bhBqf7mS3mHznHavHm7Rom i9cvDC36H79mttj0+Bqrxceee6wWl3fNYbOYcX4fk8XFU64WrXuPsFsc/PCE1eLwm3ZWix9n ulksVu36w+jA57Fm3hpGj/c3Wtk9Lvf1MnnsnHWX3WPTqk42j81L6j229AN5fVtWMXp83iQX wBnFZZOSmpNZllqkb5fAlXF2k0TBA/6KNZtXszYwbubpYuTkkBAwkdh8qpsZwhaTuHBvPRuI LSSwlFHi6RqNLkYuIPsZo8SOu02sIAlhgWCJ3mX/2UASIgJHmSW29G1kguiIlNhycSIjiM0M ZK+bvgBoKgcHm4C2xL8txSBhXgFNiUkXdrOD2CwCqhKb/nSAzRQViJBYve4aM0SNoMSPyfdY QGxOoJrdq+aygIxhFtCTuH9RC2K6vMTmNW+ZJzAKzELSMQuhahaSqgWMzKsYRVNLkwuKk9Jz DfWKE3OLS/PS9ZLzczcxQuLoyw7GxcesDjEKcDAq8fAmKJmGC7EmlhVX5h5ilOBgVhLhddkH FOJNSaysSi3Kjy8qzUktPsQozcGiJM47d9f7ECGB9MSS1OzU1ILUIpgsEwenVAOjQdaB/GaG gt3VR85NDU7geMSrdGurvNun/zk9dSci4r7lsK3ffuhqaLUJO2d4v5GF90EnWWenBPGNUrP2 i1Zy/jnq2OASszpqqd+GzCv5yy1b1jHY/5p5yzSyXPGF19qIzA17TcVZJgXPl2QPvO5oLN6p c+zcxtWf3s/1zuOWj7nQzPxLxE+JpTgj0VCLuag4EQDGJSSinwIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/13/2016 02:03 PM, Robin Murphy wrote: > Hi Krzysztof, > > On 10/05/16 21:09, Krzysztof Kozlowski wrote: >> Hi, >> >> Patchset adds necessary clocks, reorganizes existing stuff and finally >> adds Odroid XU support. >> >> >> Changes since v2 >> ================ >> 1. Got global-ack from Stephen for the clock changes. I think merging >> everything through arm-soc might be the easiest but: >> a. In such case I will prepare a tag with clock changes, >> b. Anyway I will wait for response from Sylwester and Tomasz. >> 2. Applied comments from Javier and added his Reviewed-by. >> 3. Patch 22: added ack from Rob. >> 4. Minor improvements in existing patches. >> 5. Five new patches at the end: 23-27 (not reviewed yet). >> Some of them could be squashed with existing ones but existing >> changes got reviews. Although the final Odroid XU DTS works fine but >> in general this is still work-in-progress so I suspect it will grow. >> I am releasing it early following Linux concept. :) >> >> Patchset is available at my private repo @github: >> https://github.com/krzk/linux.git for-next/odroid-xu-v3 > > Since I have one of these gathering dust on my desk, it's really cool to > see this series, thanks! > > I've successfully booted that branch to a filesystem on SD card, but USB > clearly isn't quite right - the USB 2.0 hub is powered up, but only the > bottom right port will actually enumerate devices; the ethernet is > nowhere to be seen. However, if I drop into the bootloader and do a "usb > start" beforehand, it all keeps working into the kernel. Thanks for letting me know. I am testing the board from TFTP boot which means "usb start" in Uboot. I'll add it to my todo-list. > As for the USB > 3.0, though, the ports report over-current conditions shortly after the > XHCI probe despite having nothing plugged in :( Yes, I am seeing this as well. Maybe the cause is lack regulator supplies? Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 From: krzk@kernel.org (Krzysztof Kozlowski) Date: Fri, 13 May 2016 14:11:54 +0200 Subject: [PATCH v3 00/27] ARM: dts: exynos: Add initial support for Odroid XU In-Reply-To: <5735C274.50504@arm.com> References: <1462910970-1812-1-git-send-email-krzk@kernel.org> <5735C274.50504@arm.com> Message-ID: <5735C48A.6030508@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/13/2016 02:03 PM, Robin Murphy wrote: > Hi Krzysztof, > > On 10/05/16 21:09, Krzysztof Kozlowski wrote: >> Hi, >> >> Patchset adds necessary clocks, reorganizes existing stuff and finally >> adds Odroid XU support. >> >> >> Changes since v2 >> ================ >> 1. Got global-ack from Stephen for the clock changes. I think merging >> everything through arm-soc might be the easiest but: >> a. In such case I will prepare a tag with clock changes, >> b. Anyway I will wait for response from Sylwester and Tomasz. >> 2. Applied comments from Javier and added his Reviewed-by. >> 3. Patch 22: added ack from Rob. >> 4. Minor improvements in existing patches. >> 5. Five new patches at the end: 23-27 (not reviewed yet). >> Some of them could be squashed with existing ones but existing >> changes got reviews. Although the final Odroid XU DTS works fine but >> in general this is still work-in-progress so I suspect it will grow. >> I am releasing it early following Linux concept. :) >> >> Patchset is available at my private repo @github: >> https://github.com/krzk/linux.git for-next/odroid-xu-v3 > > Since I have one of these gathering dust on my desk, it's really cool to > see this series, thanks! > > I've successfully booted that branch to a filesystem on SD card, but USB > clearly isn't quite right - the USB 2.0 hub is powered up, but only the > bottom right port will actually enumerate devices; the ethernet is > nowhere to be seen. However, if I drop into the bootloader and do a "usb > start" beforehand, it all keeps working into the kernel. Thanks for letting me know. I am testing the board from TFTP boot which means "usb start" in Uboot. I'll add it to my todo-list. > As for the USB > 3.0, though, the ports report over-current conditions shortly after the > XHCI probe despite having nothing plugged in :( Yes, I am seeing this as well. Maybe the cause is lack regulator supplies? Best regards, Krzysztof