From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761026AbcHaX3w (ORCPT ); Wed, 31 Aug 2016 19:29:52 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34353 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752273AbcHaX3j (ORCPT ); Wed, 31 Aug 2016 19:29:39 -0400 From: Caesar Wang To: Heiko Stuebner , netdev@vger.kernel.org Cc: linux-rockchip@lists.infradead.org, Brian Norris , Douglas Anderson , dbasehore@chromium.org, Caesar Wang , Arnd Bergmann , Giuseppe Cavallaro , Frank Wang , Rob Herring , Catalin Marinas , Elaine Zhang , David Wu , Will Deacon , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jianqun Xu , Masahiro Yamada , Alexandre Torgue , linux-kernel@vger.kernel.org, Huang Tao , Shunqian Zheng , Mark Rutland , Xing Zheng Subject: [PATCH v3 0/5] Support the rk3399 gmac pd function Date: Thu, 1 Sep 2016 07:28:47 +0800 Message-Id: <1472686132-27827-1-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch add to handle the gmac pd, and support the rk3399 gmac for devicetree. The History version: v1: https://lkml.org/lkml/2016/8/30/668 v2: https://lkml.org/lkml/2016/8/31/27 Changes in v3: - leave into two patches based on patchv2, and fix nits and commit, as comment on https://patchwork.kernel.org/patch/9306339/ - generate a patch from https://patchwork.kernel.org/patch/9306339/. Changes in v2: - rk_gmac_powerup instead of the rk_gmac_init. - fixes the build error on next kernel. - Fixes the order, ss Heiko commnets on https://patchwork.kernel.org/patch/9305991/ Caesar Wang (3): arm64: dts: rockchip: add the gmac power domain on rk3399 arm64: dts: rockchip: add the gmac needed node for rk3399 arm64: dts: rockchip: enable the gmac for rk3399 evb board David Wu (1): net: stmmac: dwmac-rk: add pd_gmac support for rk3399 Roger Chen (1): net: stmmac: dwmac-rk: fixes the gmac resume after PD on/off arch/arm64/boot/dts/rockchip/rk3399-evb.dts | 31 +++++++++ arch/arm64/boot/dts/rockchip/rk3399.dtsi | 90 ++++++++++++++++++++++++++ drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 28 +++++--- 3 files changed, 140 insertions(+), 9 deletions(-) -- 1.9.1