From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH 04/17] ARM: davinci: da850: WARN() if clk_get() fails Date: Mon, 14 Jan 2019 17:52:00 +0530 Message-ID: References: <20190111172134.30147-1-brgl@bgdev.pl> <20190111172134.30147-5-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190111172134.30147-5-brgl@bgdev.pl> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Bartosz Golaszewski , Kevin Hilman , Daniel Lezcano , Rob Herring , Mark Rutland , Thomas Gleixner Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bartosz Golaszewski List-Id: devicetree@vger.kernel.org On 11/01/19 10:51 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Currently the timer code checks if the clock pointer passed to it is > good (!IS_ERR(clk)). The new clocksource driver expects the clock to > be functional and doesn't perform any checks so emit a warning if > clk_get() fails. > > Signed-off-by: Bartosz Golaszewski I think 4-9 can be a single patch. They are doing something very similar and its unlikely we will have to patch/revert just one of them. Thanks, Sekhar