Message ID | 20190420064019.57522-1-chenyu56@huawei.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-usb-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 04332922 for <patchwork-linux-usb@patchwork.kernel.org>; Sat, 20 Apr 2019 06:40:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DF27428E1A for <patchwork-linux-usb@patchwork.kernel.org>; Sat, 20 Apr 2019 06:40:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D2B3828E1C; Sat, 20 Apr 2019 06:40:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4023128E16 for <patchwork-linux-usb@patchwork.kernel.org>; Sat, 20 Apr 2019 06:40:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725991AbfDTGkc (ORCPT <rfc822;patchwork-linux-usb@patchwork.kernel.org>); Sat, 20 Apr 2019 02:40:32 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:7206 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725832AbfDTGkc (ORCPT <rfc822;linux-usb@vger.kernel.org>); Sat, 20 Apr 2019 02:40:32 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 3A432F8633B2002FC59C; Sat, 20 Apr 2019 14:40:29 +0800 (CST) Received: from vm100-107-113-134.huawei.com (100.107.113.134) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.408.0; Sat, 20 Apr 2019 14:40:22 +0800 From: Yu Chen <chenyu56@huawei.com> To: <linux-usb@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org> CC: <john.stultz@linaro.org>, <suzhuangluan@hisilicon.com>, <kongfei@hisilicon.com>, <liuyu712@hisilicon.com>, <wanghu17@hisilicon.com>, <butao@hisilicon.com>, <chenyao11@huawei.com>, <fangshengzhou@hisilicon.com>, <lipengcheng8@huawei.com>, <songxiaowei@hisilicon.com>, <xuyiping@hisilicon.com>, <xuyoujun4@huawei.com>, <yudongbin@hisilicon.com>, <zangleigang@hisilicon.com>, Yu Chen <chenyu56@huawei.com> Subject: [PATCH v6 00/13] Add support for usb on Hikey960 Date: Sat, 20 Apr 2019 14:40:06 +0800 Message-ID: <20190420064019.57522-1-chenyu56@huawei.com> X-Mailer: git-send-email 2.15.0-rc2 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [100.107.113.134] X-CFilter-Loop: Reflected Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: <linux-usb.vger.kernel.org> X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
Add support for usb on Hikey960
|
expand
|
Hi, On 20/04/2019 07:40, Yu Chen wrote: > The patchset adds support for usb functionality of Hikey960, includes: > - usb phy driver for Hisilicon Kirin Soc hi3660 > - usb driver for HiKey960 board > - some adjustment in dwc3 and usb role driver > - dts for support usb of HiKey960 > Still works fine on my Debian setup: Tested-by: Valentin Schneider <valentin.schneider@arm.com> Thanks, Valentin