Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp1758540ybp; Fri, 11 Oct 2019 20:43:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqygSR9AZ+S8uVdIXMDQswiNRVNgOmaltT6kfwJ9UtNIx/m3cPcH6qwcAFhrLV2bEe826yry X-Received: by 2002:a17:906:314c:: with SMTP id e12mr16975673eje.140.1570851816344; Fri, 11 Oct 2019 20:43:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570851816; cv=none; d=google.com; s=arc-20160816; b=qgekhomXn00WZ/m6nQeZ9KHdmwTefEPRUmkATyOAV2mvKYys9mIT9+fQNrUS858qEY dVdOMXzshUxtj98kYMJpZWi0j0bUKapfVUBwWgbO5t/vTo4Rzwll59YxD07VGgOYKTDU DeG3ZrkubfUaApXUELIoMPw2mZrE6X+pShRUDLH+Y+Qc1BZMN7KMvrGeoIdiBg1yt78a 2EWuuTRW3N6pNAPaSM/V8auvRNcblztADqTVKNcCO2TVHRsHjlWmdUDatsM9NiGsLF0t kiiG1LIQ6UNEfspNWBoeUaV+j5fh/WzMf2GaHcBdr3y7NUZzexS7L3rMOPmZtWvOrWBe toKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=EDkuqgYY7+Ss25ZIuhjMm9KidgwDRRhKXF3DJ82VCNI=; b=aLM97qZRMb5Hfcrdn4EV5OxI+EDTNARlIkrjaftUhwz288+Sk0aGzv3CeGfanNFY7C xK5q0w0uebDxs7JPYoUzmR3ZpkfFttjtCtcLAyKCi7FI06QV6ZBg7Ke6HUWBFkRCwiq+ qQbTKHpOLCzAiOo+WE/8/PNOdjx+1iytD5s3v/pIiQ4EAZfA0XZ8fyi6LknvLGFfJVQv 6nx0SDyp4cQ66fnxEU197P1oqZYQt7UCgL0DvDebQNuPhbAOhOlYDB8xfkhL4ekPvltK Lkir9CDjOQAoSM3WGmPjmuE2C4WJ5LXJBt/y7IsIqBQm/Rrnwl0Su5XHnZFaIMAWCk8U NaIw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 d10si6522052ejb.259.2019.10.11.20.43.12; Fri, 11 Oct 2019 20:43:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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 linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728276AbfJLDiO (ORCPT + 99 others); Fri, 11 Oct 2019 23:38:14 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:55226 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726391AbfJLDiN (ORCPT ); Fri, 11 Oct 2019 23:38:13 -0400 Received: from localhost (unknown [IPv6:2601:601:9f00:1e2::d71]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id D377B14FD3304; Fri, 11 Oct 2019 20:38:12 -0700 (PDT) Date: Fri, 11 Oct 2019 20:38:12 -0700 (PDT) Message-Id: <20191011.203812.1828730130029996774.davem@davemloft.net> To: andrew@aj.id.au Cc: netdev@vger.kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, joel@jms.id.au, benh@kernel.crashing.org, linux-aspeed@lists.ozlabs.org Subject: Re: [PATCH v2 0/3] net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs From: David Miller In-Reply-To: <20191010020756.4198-1-andrew@aj.id.au> References: <20191010020756.4198-1-andrew@aj.id.au> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 11 Oct 2019 20:38:13 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Andrew Jeffery Date: Thu, 10 Oct 2019 12:37:53 +1030 > This series slightly extends the devicetree binding and driver for the > FTGMAC100 to describe an optional RMII RCLK gate in the clocks property. > Currently it's necessary for the kernel to ungate RCLK on the AST2600 in NCSI > configurations as u-boot does not yet support NCSI (which uses the > R(educed)MII). > > v2: > * Clear up Reduced vs Reversed MII in the cover letter > * Mitigate anxiety in the commit message for 1/3 > * Clarify that AST2500 is also affected in the clocks property description in > 2/3 > * Rework the error paths and update some comments in 3/3 > > v1 can be found here: https://lore.kernel.org/netdev/20191008115143.14149-1-andrew@aj.id.au/ Series applied to net-next, thank you.