From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.active-venture.com ([67.228.131.205]:56064 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751561AbaAYSYB (ORCPT ); Sat, 25 Jan 2014 13:24:01 -0500 Message-ID: <52E40141.1050009@roeck-us.net> Date: Sat, 25 Jan 2014 10:24:01 -0800 From: Guenter Roeck MIME-Version: 1.0 To: Ezequiel Garcia , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org CC: Wim Van Sebroeck , Jason Gunthorpe , Sebastian Hesselbarth , Arnd Bergmann , Daniel Lezcano , Fabio Estevam , Andrew Lunn , Thomas Petazzoni , Gregory Clement , Tawfik Bayouk , Lior Amsalem , Jason Cooper Subject: Re: [PATCH v4 12/18] watchdog: orion: Add per-compatible clock initialization References: <1390431915-5115-1-git-send-email-ezequiel.garcia@free-electrons.com> <1390431915-5115-13-git-send-email-ezequiel.garcia@free-electrons.com> In-Reply-To: <1390431915-5115-13-git-send-email-ezequiel.garcia@free-electrons.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 01/22/2014 03:05 PM, Ezequiel Garcia wrote: > Following the introduction of the compatible-data field, > it's now possible to further abstract the clock initialization. > This will allow to support SoC with a different clock setup. > > Signed-off-by: Ezequiel Garcia Reviewed-by: Guenter Roeck