Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753592AbdGSMV3 (ORCPT ); Wed, 19 Jul 2017 08:21:29 -0400 Received: from icp-osb-irony-out5.external.iinet.net.au ([203.59.1.221]:11358 "EHLO icp-osb-irony-out5.external.iinet.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752055AbdGSMV1 (ORCPT ); Wed, 19 Jul 2017 08:21:27 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AGAQBnTW9Z/5yPqnwNThoBAQEBAgEBAQEIAQEBAYVSnj0GgQYimBWFRwKENgECAQEBAQEChiwBAQEDIxVBEAsNCwICJgICVwYNBgIBAYoerQ1rgiYiimQBAQEBAQEBAwEBAQEBI4ELgh2DBoIoKwuCbod9gmEFnzgBliWFT4NrhmpIlRSBYTEhCCgIh3FkiSABAQE X-IPAS-Result: A2AGAQBnTW9Z/5yPqnwNThoBAQEBAgEBAQEIAQEBAYVSnj0GgQYimBWFRwKENgECAQEBAQEChiwBAQEDIxVBEAsNCwICJgICVwYNBgIBAYoerQ1rgiYiimQBAQEBAQEBAwEBAQEBI4ELgh2DBoIoKwuCbod9gmEFnzgBliWFT4NrhmpIlRSBYTEhCCgIh3FkiSABAQE X-IronPort-AV: E=Sophos;i="5.40,380,1496073600"; d="scan'208";a="625927088" Subject: Re: [PATCH 4/9] m68k: allow NULL clock for clk_get_rate To: Jonas Gorski Cc: Geert Uytterhoeven , linux-m68k@vger.kernel.org, "linux-kernel@vger.kernel.org" References: <20170718101730.2541-1-jonas.gorski@gmail.com> <20170718101730.2541-5-jonas.gorski@gmail.com> From: Greg Ungerer Message-ID: Date: Wed, 19 Jul 2017 22:21:22 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 32 Hi Jonas, On 19/07/17 19:06, Jonas Gorski wrote: > Hi Greg, > > On 18 July 2017 at 14:03, Greg Ungerer wrote: >> Hi Jonas, >> >> On 18/07/17 20:17, Jonas Gorski wrote: >>> >>> Make the behaviour of clk_get_rate consistent with common clk's >>> clk_get_rate by accepting NULL clocks as parameter. Some device >>> drivers rely on this, and will cause an OOPS otherwise. >>> >>> Fixes: facdf0ed4f59 ("m68knommu: introduce basic clk infrastructure") >>> Cc: Greg Ungerer >> >> >> Acked-by: Greg Ungerer >> >> Do you want me to push this via the m68knommu git tree? >> Or are you (or someone) taking the series as a whole? > > Please take it through your tree. I totally forgot mentioning in the > cover letter that I'm just a simple patch submitter and don't have my > own tree. Too long ago that I sent a multi-tree patch series last time No problem. Added to the m68knommu git tree, for-next branch. Thanks Greg