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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no 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 6F7BDC43603 for ; Fri, 20 Dec 2019 06:53:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 283AF2465E for ; Fri, 20 Dec 2019 06:53:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725920AbfLTGxV (ORCPT ); Fri, 20 Dec 2019 01:53:21 -0500 Received: from [167.172.186.51] ([167.172.186.51]:59126 "EHLO shell.v3.sk" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725801AbfLTGxU (ORCPT ); Fri, 20 Dec 2019 01:53:20 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id B7CD3DFCA1; Fri, 20 Dec 2019 06:53:21 +0000 (UTC) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id wCVs-2_js28d; Fri, 20 Dec 2019 06:53:20 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id A1AA6DFC76; Fri, 20 Dec 2019 06:53:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id CWbO3TUnEhvu; Fri, 20 Dec 2019 06:53:20 +0000 (UTC) Received: from furthur.lan (unknown [109.183.109.54]) by zimbra.v3.sk (Postfix) with ESMTPSA id 03EF0DF383; Fri, 20 Dec 2019 06:53:19 +0000 (UTC) From: Lubomir Rintel To: Olof Johansson Cc: Arnd Bergmann , Kishon Vijay Abraham I , Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, soc@kernel.org Subject: [PATCH 1/5] Enable HSIC on MMP3 SoC Date: Fri, 20 Dec 2019 07:53:09 +0100 Message-Id: <20191220065314.237624-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Hi, this patch set enables the HSIC USB on MMP3 platform. It adds support for the necessary clocks and adds the device tree nodes. Apart from patch 3/5, the patches need to be applied in order. I've tested this on a MMP3-based Dell Wyse 3020/Ariel machine. The HSIC controllers should be present on MMP2 too, but I don't have a board where it is wired up. Thanks, Lubo