From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762242AbcINNjQ (ORCPT ); Wed, 14 Sep 2016 09:39:16 -0400 Received: from mout.kundenserver.de ([217.72.192.75]:61718 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755879AbcINNjN (ORCPT ); Wed, 14 Sep 2016 09:39:13 -0400 From: Arnd Bergmann To: Peter Griffin Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, patrice.chotard@st.com, devicetree@vger.kernel.org, lee.jones@linaro.org Subject: Re: [PATCH 00/19] [RESEND] Remove STiH415 and STiH416 SoC platform support Date: Wed, 14 Sep 2016 15:38:58 +0200 Message-ID: <7524458.uFhxDUCqEo@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:UStFReGMeytj9Rs/MronhbBJAfTfds8eAoAeWvPKIOOIMaNh9H1 clCeu6dg2mlBwcu2vTtBm2wT1Lw1fwCg1PuA/4+l29ApBzoZrWm+xjoZ4PNlvJsm5P+qM2P SRKeGQAs9CnuYCg+KElxeu9tl1dxHfpTkuaEg0xrNaq/roTr06arq9a6jR8IQqFo6EIv7PP 7yNdn3no/q+2vRE8JP22A== X-UI-Out-Filterresults: notjunk:1;V01:K0:pQ2Ivra0U5E=:Mrw2iF3NyXYOf8PaF1W+hn Ujyng0wQkuRQzj7yW9dlLf7h9+Hvn08cecXWERt+CNXh3VeFX39X6dfsMo0kSlJ6bBTbxu9ka nQfMgB9BuvJdn5yxTuOCx7TP71YwBrdOAgu9K4gQ8qSnCd+exGEHlIVDCK7VJTdJGQ6ZQV4Dd CMANSCPHU6PoDgTUQOMPRg8VnDmADp4eSB75jc9gRdLxyyEC5bgvH9PnDoI9ZaxTk7Wr9FbFd TwJtpzYAnwaJIerNuLw93eae9Nk9zYLeOO145fsVI3P+OeAeGo8PLC7LSgxjGLFuaYk6IBgRc bDFdOa+fTwVGONZshrt8jT05wTVqINTFdVam+SjLYIgJKT5PsQ0r1g4IM3+IzQYu2SPjGVzva O1sVZU1L+JXkzyE51XIA5d3cSAyN92iJH5T3blFH/GIV/tUeAKPlkxKu+k6ZwdJLrR2n6CvBz XQfjNp5E8h4a7CGcRAxpX+KtEIxz5xIbbV7CjWayPYUUnPwfp4MZr4ObJR5bkZnoxWPvI6NPt xMvKRJhspxQON7meaN47u+1O70ix8+Y0sbzShP/4s+91MTe0d/bCFA/bL18qm9bgXKv3TBjpt iOrAgHXUn+O0m3mU/jteVOeclNfKfgBYKBlFxCEgvPG7jBe1GytBPVq4rRMDqBxHrcO97biZ7 DdfmdWa3YVWDe2tFg17hBEs7M9GiFhY1ACQTHcP/HieQIqq3rJ1Pt42XxF/2rgwkBHZvwZj43 nmTD0NafZQGUX0BU Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, September 14, 2016 2:27:38 PM CEST Peter Griffin wrote: > Resending due to incorrect Cc tags. > > ST have sent patches which remove clock support for these SoCs [1] > which once applied mean the platform will no longer boot. > > This series cleans up various STi platform drivers which have > support for these SoC's, by removing code, and updating the DT > documentation accordingly. Some drivers such as miphy365 and > stih41x-usb can be removed completely because the IP is only > found on these legacy SoC's. > > Once this series is applied, drm display driver, and ALSA SoC > are the main two remaining references to the legacy SoCs, other > than clocks which already have patches on the ML. It would be good to have a better explanation that "it's already broken by some other commit". Is this a platform that never shipped to end-users, or is it possible that someone out there actually has a machine with one of these SoCs? Arnd