From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C252C433E5 for ; Sat, 25 Jul 2020 07:34:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 72525206EB for ; Sat, 25 Jul 2020 07:34:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726859AbgGYHef (ORCPT ); Sat, 25 Jul 2020 03:34:35 -0400 Received: from out28-172.mail.aliyun.com ([115.124.28.172]:54028 "EHLO out28-172.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726017AbgGYHee (ORCPT ); Sat, 25 Jul 2020 03:34:34 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.08203816|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_enroll_verification|0.0177248-0.0104604-0.971815;FP=0|0|0|0|0|-1|-1|-1;HT=e01l04362;MF=zhouyanjie@wanyeetech.com;NM=1;PH=DS;RN=19;RT=19;SR=0;TI=SMTPD_---.I7IhCHO_1595662469; Received: from 192.168.10.205(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.I7IhCHO_1595662469) by smtp.aliyun-inc.com(10.147.40.44); Sat, 25 Jul 2020 15:34:30 +0800 Subject: Re: [PATCH v6 3/5] USB: PHY: JZ4770: Add support for new Ingenic SoCs. To: Felipe Balbi , gregkh@linuxfoundation.org, robh+dt@kernel.org Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, paul@crapouillou.net, prasannatsmkumar@gmail.com, kishon@ti.com, vkoul@kernel.org, gor@linux.ibm.com, hca@linux.ibm.com, christophe.jaillet@wanadoo.fr, dongsheng.qiu@ingenic.com, aric.pzqi@ingenic.com, rick.tyliu@ingenic.com, yanfei.li@ingenic.com, sernia.zhou@foxmail.com, zhenwenjin@gmail.com References: <20200725035159.31231-1-zhouyanjie@wanyeetech.com> <20200725035159.31231-4-zhouyanjie@wanyeetech.com> <87r1t0nmpr.fsf@kernel.org> From: Zhou Yanjie Message-ID: <1727b5db-5cdf-b88a-4672-bfb4e9809bb0@wanyeetech.com> Date: Sat, 25 Jul 2020 15:34:28 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <87r1t0nmpr.fsf@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Felipe, 在 2020/7/25 下午2:16, Felipe Balbi 写道: > Hi, > > 周琰杰 (Zhou Yanjie) writes: >> Add support for probing the phy-jz4770 driver on the JZ4780 SoC, >> the X1000 SoC and the X1830 SoC from Ingenic. >> >> Tested-by: 周正 (Zhou Zheng) >> Co-developed-by: 漆鹏振 (Qi Pengzhen) >> Signed-off-by: 漆鹏振 (Qi Pengzhen) >> Signed-off-by: 周琰杰 (Zhou Yanjie) > It would be better to move this driver to drivers/phy before adding > support for new SoCs. We want to remove drivers/usb/phy/ in the near > future, any help is welcome. > Seems my mailbox have something wrong, the [5/5] patch in this series is used to move this river to drivers/phy, but seems that it has not been sent out correctly, I already resend it. Thanks and best regards!