From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933698AbcGGI2N (ORCPT ); Thu, 7 Jul 2016 04:28:13 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:53883 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933219AbcGGI2G convert rfc822-to-8bit (ORCPT ); Thu, 7 Jul 2016 04:28:06 -0400 From: Arnd Bergmann To: Yangbo Lu Cc: Scott Wood , "linuxppc-dev@lists.ozlabs.org" , Mark Rutland , Ulf Hansson , "linux-kernel@vger.kernel.org" , "linux-i2c@vger.kernel.org" , "linux-clk@vger.kernel.org" , Qiang Zhao , Russell King , Bhupesh Sharma , Joerg Roedel , Claudiu Manoil , "devicetree@vger.kernel.org" , Kumar Gala , Rob Herring , Santosh Shilimkar , "linux-arm-kernel@lists.infradead.org" , "netdev@vger.kernel.org" , "linux-mmc@vger.kernel.org" , Xiaobo Xie , Yang-Leo Li , "iommu@lists.linux-foundation.org" Subject: Re: [PATCH 2/4] soc: fsl: add GUTS driver for QorIQ platforms Date: Thu, 07 Jul 2016 10:30:29 +0200 Message-ID: <4094106.qfxJu3tJbO@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-22-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <1462417950-46796-1-git-send-email-yangbo.lu@nxp.com> <1465609853.22191.151.camel@buserror.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" X-Provags-ID: V03:K0:/Bj9686r+WgnnN8M5idQAGPzpaSIWVW39EiqN282wQbtJB7yOA8 QqfvKDZiMrHfahodQKgp+Jr7vGj+E9pJY+vVHyWeiNVwTA4hsSTA4Y+A3HXETiAuvFadglF /aUpK6Iq2YTE4tyeusDDftOrK7f9qVud5nTvKaCUXqUHZ3hrlzxHfVzLkO2N+djROglo4fX d28wvf5NsyvgBp1bcPBlg== X-UI-Out-Filterresults: notjunk:1;V01:K0:DRLYbpcnX+U=:7zvxL0nxGPh/4t9CspfhK/ 631DY5e3tvevNmAlwURJvw4Mev3xYuNu0TmhdnGjPNj0L0wZu+6nVK9i+Bpa4Jm0ST8kfDG5j pib6hLbOy71XQ39FrAUbTDqY/DIqfbUAo65aew+Rsm70YM24iy6DpgxMJeQ0QCFMNK2+gdwtU Wk6Aiiqy7JfLfitrAEMvBW2Vf7ZDf6CMJYFAzJ1qt3FgU5FFVyI7LQE6KvQKCnhqQdVJjVvmZ jOY88T2iRFOZjTeeQPgfnySuIC3NGCqYRJFe0zoN28Xl4lbTd9J7pY24swEcV2qPz5cCQlYW0 ujy6be0c0ManD8CyiGDC+WxVpMiy+l0UxiwDwmWuK3Mgw5ONdED3/IdWqM6So6NwHPOI/7O70 MPkHRr8KeqO6BtsAMpSHnIEaRpWAgAuRNI7cFlt+TqQ43J1ke8iwFW8tjjJUvbcn5/QyNe/Ok VF1Cdbbjc0meEKeNiNR2jvnOSy+ZLbFkHFZxZiGEqoMErylrjUl1hJlQLunUAS+BnYRvyWv6C yCwuXyuPAIUm5Xtr3dp2qSlbrVcabQQWruwpGXsIRCw5TuCP7wIU1Inm98UoBURDsGPCwEMws GNbwEp8hye4vRDH7vErNNeR+4v3JNIgnCYZqwJKuwN5SZfkzQjuhEduEIg1UDld82ZFFsU9qL 9dJLUr45UHbAkqBQtV99or0yOIal7vc6ubt6yxazeXzthamPg7bPqjxsokDgRG21teorIYOOB BdTAkE2lwuTQaUAN Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, July 7, 2016 2:35:33 AM CEST Yangbo Lu wrote: > Hi Arnd, > > Could you reply when you see the email? > If your method doesn’t resolve the problem, we still want to use our old patchset. > > This guts driver had been discussed about one year and blocked many workaround upstream. > So please help to review and comment soon. > I don't really see how more discussion is going to help us here. I think I've made it pretty clear that I don't want to see another platform specific way to read an SoC revision and I've even sent a proof-of-concept patch to show how the interface can work, now it's up to you to fit the guts hardware into that and send a new patch series. Arnd