Home
last modified time | relevance | path

Searched hist:e8ae6b6e4dec43db4ae6fc67550fe63f16247667 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-omap1/
H A Dclock_data.cdiff e8ae6b6e4dec43db4ae6fc67550fe63f16247667 Fri Jan 08 23:23:10 CET 2010 Cory Maccarrone <darkstar6262@gmail.com> OMAP1 clock: Add missing clocks for OMAP 7xx

This change adds in some missing clocks that were needed as a result
of 526505... (OMAP1 clock: convert mach-omap1/clock.h to
mach-omap1/clock_data.c). Prior to this, it was just assumed that
these clocks existed for all devices, and it was used directly instead
of calling it out with a clock_get call or similar. So, not having
the CK_7XX meant these clocks weren't being used anymore for omap 7xx
devices, which broke things badly.

Signed-off-by: Cory Maccarrone <darkstar6262@gmail.com>
[paul@pwsan.com: commit message edited]
Signed-off-by: Paul Walmsley <paul@pwsan.com>