From patchwork Thu Apr 19 07:24:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 133702 Delivered-To: patch@linaro.org Received: by 10.46.66.142 with SMTP id h14csp318966ljf; Thu, 19 Apr 2018 00:25:07 -0700 (PDT) X-Google-Smtp-Source: AIpwx48DEXQAIF4skB6TXPjSeW/+jSXerhpU8OhqoWr9HSmQ3YA7odA1mGGLTRRTYKcC9HCvaLAH X-Received: by 2002:a17:902:b7c7:: with SMTP id v7-v6mr5196662plz.190.1524122707325; Thu, 19 Apr 2018 00:25:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524122707; cv=none; d=google.com; s=arc-20160816; b=tWqCsn/NIdAGXsmgf/3SF3zNfXfNv2wAWRuOq1Xu8xWQ/Dr5q7l0TC8ikP/7YeuLLR yOgvao6v1TauuiJDdZAwTPvzA6TRBMrF2Pdk5D4jHrJLQ/BfW5hUHK2Lv3V8+H9cdF+l vSCxD84kA44TQxz0olS2UYhxsQmL8XXFx+9CWgtfAlVjiqFGFz6Nsyai7iOgmtR4Ndfg zs+oNyYjPkTASBhIwcQn91pSLAdxmXoIolhw1aUAWIA/0DqG7Wy+1GYvmrA5NM0sQC48 IGiwX0bLgCadEIQmasHRTFskWZm5JeT3OLH6PJlkxvapMuI2zbeb/VW5oKwI3qQ6QFnA wFYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=gn8SU2d1L7pZXbHJzVofcqCg3Cj75KXmv+opHlfOZW8=; b=z/RWFk0Za6YrihYSmuP+ulHBAWPj4EIgk2qIeflbhD16T0mNGtxX1IuTQrH6Yk0CqZ 1VONxU18lyIV2Tb53TQr//Ak8EvdU2j4yvTXV76u4c32H4ED8ObHDtaar21BkZd6+vcn jWr7/KhkHew9GL38xMpl1yXoBFabe2oiEORpq7StAuLXERuhztig8yan2sYMBtHuAOcV xIkemt4lR7uNtO5ahf6Ff8+7pkf9dg8RyXi9y84CYeAKmPl0qcQvWxkYluKDtPqbqJJr nsBDjiNJbHYQe0fBmYKX9cJ+AqN5n2OLNo7F+HC4WCYD659QVEDWJNAgucvNaQawy6BW XTnw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z188si2554479pgb.134.2018.04.19.00.25.06; Thu, 19 Apr 2018 00:25:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750884AbeDSHZF (ORCPT + 6 others); Thu, 19 Apr 2018 03:25:05 -0400 Received: from mx.socionext.com ([202.248.49.38]:32897 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750732AbeDSHZF (ORCPT ); Thu, 19 Apr 2018 03:25:05 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 19 Apr 2018 16:25:03 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id CBFBE61851; Thu, 19 Apr 2018 16:25:03 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 19 Apr 2018 16:25:03 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 54A7B1A1279; Thu, 19 Apr 2018 16:25:03 +0900 (JST) From: Kunihiko Hayashi To: David Miller , netdev@vger.kernel.org Cc: Andrew Lunn , Florian Fainelli , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Masahiro Yamada , Masami Hiramatsu , Jassi Brar , Kunihiko Hayashi Subject: [PATCH net-next v2 0/3] ave: fix the activation issues for some UniPhier SoCs Date: Thu, 19 Apr 2018 16:24:52 +0900 Message-Id: <1524122695-19597-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This add the following stuffs to fix the activation issues and satisfy requirements for AVE ethernet driver implemented on some UniPhier SoCs. - Add support for additional necessary clocks and resets, because the kernel is stalled on Pro4 due to lack of them. - Check whether the SoC supports the specified phy-mode - Add DT property support indicating system controller that has the feature for configurating phy-mode including built-in phy on LD11. v1: https://www.spinics.net/lists/netdev/msg494904.html Changes since v1: - Add 'Reviewed-by' lines Kunihiko Hayashi (3): net: ethernet: ave: add multiple clocks and resets support as required property dt-bindings: net: ave: add syscon-phy-mode property to configure phy-mode setting net: ethernet: ave: add support for phy-mode setting of system controller .../bindings/net/socionext,uniphier-ave4.txt | 19 +- drivers/net/ethernet/socionext/Kconfig | 2 + drivers/net/ethernet/socionext/sni_ave.c | 252 ++++++++++++++++++--- 3 files changed, 238 insertions(+), 35 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html