From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Thu, 14 Nov 2013 17:36:18 -0800 Subject: UEFI Clock In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Nov 14, 2013 at 4:01 PM, Loc Ho wrote: > Hi Mike, > > I will be looking into covering the clock driver to support UEFI. > Before I do this, can someone explain to me how x86 system handle each > IP clock as I don't see such thing? Most of it is handled in firmware and/or via ACPI. In some cases the clocks are handled per driver instead, i.e. graphics drivers have their own clock management for their part of the system, etc. -Olof