From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Fri, 14 Nov 2014 07:58:39 +0000 Subject: Re: [PATCH v6] simplefb: add clock handling code Message-Id: <5465B62F.1000306@redhat.com> List-Id: References: <1415906546-2408-1-git-send-email-hdegoede@redhat.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Hi, On 11/13/2014 08:39 PM, Geert Uytterhoeven wrote: > On Thu, Nov 13, 2014 at 8:22 PM, Hans de Goede wrote: >> changes in v6: >> -Wrap the clock code in #ifdef CONFIG_OF, as simplefb is used on non >> devicetree platforms too > > With clocks? No, the existing users are in arch/x86/kernel/sysfb*.c so no clock support. And any new users which need clocks should use devicetree. Regards, Hans