From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751642AbcGQUgs (ORCPT ); Sun, 17 Jul 2016 16:36:48 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:33680 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751205AbcGQUgq (ORCPT ); Sun, 17 Jul 2016 16:36:46 -0400 Date: Sun, 17 Jul 2016 15:36:44 -0500 From: Rob Herring To: Jamie Lentin Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Imre Kaloz , Florian Fainelli , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org Subject: Re: [PATCH v0 03/10] arm: orion5x: Add clk support for mv88f5181 Message-ID: <20160717203644.GA15594@rob-hp-laptop> References: <1468679348-10522-1-git-send-email-jm@lentin.co.uk> <1468679348-10522-4-git-send-email-jm@lentin.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1468679348-10522-4-git-send-email-jm@lentin.co.uk> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 16, 2016 at 03:29:01PM +0100, Jamie Lentin wrote: > Referring to values in the u-boot port, add support for the mv88f5181 > > Signed-off-by: Jamie Lentin > --- > .../devicetree/bindings/clock/mvebu-core-clock.txt | 1 + Acked-by: Rob Herring > drivers/clk/mvebu/orion.c | 70 ++++++++++++++++++++++ > 2 files changed, 71 insertions(+) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v0 03/10] arm: orion5x: Add clk support for mv88f5181 Date: Sun, 17 Jul 2016 15:36:44 -0500 Message-ID: <20160717203644.GA15594@rob-hp-laptop> References: <1468679348-10522-1-git-send-email-jm@lentin.co.uk> <1468679348-10522-4-git-send-email-jm@lentin.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Imre Kaloz , Florian Fainelli , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jamie Lentin Return-path: Content-Disposition: inline In-Reply-To: <1468679348-10522-4-git-send-email-jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On Sat, Jul 16, 2016 at 03:29:01PM +0100, Jamie Lentin wrote: > Referring to values in the u-boot port, add support for the mv88f5181 > > Signed-off-by: Jamie Lentin > --- > .../devicetree/bindings/clock/mvebu-core-clock.txt | 1 + Acked-by: Rob Herring > drivers/clk/mvebu/orion.c | 70 ++++++++++++++++++++++ > 2 files changed, 71 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Sun, 17 Jul 2016 15:36:44 -0500 Subject: [PATCH v0 03/10] arm: orion5x: Add clk support for mv88f5181 In-Reply-To: <1468679348-10522-4-git-send-email-jm@lentin.co.uk> References: <1468679348-10522-1-git-send-email-jm@lentin.co.uk> <1468679348-10522-4-git-send-email-jm@lentin.co.uk> Message-ID: <20160717203644.GA15594@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Jul 16, 2016 at 03:29:01PM +0100, Jamie Lentin wrote: > Referring to values in the u-boot port, add support for the mv88f5181 > > Signed-off-by: Jamie Lentin > --- > .../devicetree/bindings/clock/mvebu-core-clock.txt | 1 + Acked-by: Rob Herring > drivers/clk/mvebu/orion.c | 70 ++++++++++++++++++++++ > 2 files changed, 71 insertions(+)