From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751506AbbBKBXT (ORCPT ); Tue, 10 Feb 2015 20:23:19 -0500 Received: from mga01.intel.com ([192.55.52.88]:22570 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861AbbBKBXS (ORCPT ); Tue, 10 Feb 2015 20:23:18 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,554,1418112000"; d="scan'208";a="664601265" Date: Wed, 11 Feb 2015 06:50:59 +0530 From: Vinod Koul To: Heikki Krogerus Cc: Viresh Kumar , Andy Shevchenko , linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org Subject: Re: [PATCH] dmaengine: dw: support for clockless platforms Message-ID: <20150211012059.GF21387@intel.com> References: <1421758677-183443-1-git-send-email-heikki.krogerus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1421758677-183443-1-git-send-email-heikki.krogerus@linux.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 20, 2015 at 02:57:57PM +0200, Heikki Krogerus wrote: > When requesting clock in the platform driver, leaving > chip->clk value as NULL if -ENOENT is returned, and > continue. With other errors returning failure. It makes the > driver usable on platforms that do not provide the clock. Applied, thanks -- ~Vinod