linux/arch/arm/plat-omap/include/mach
Paul Walmsley 95f538ac37 [ARM] OMAP3 clock: avoid invalid FREQSEL values during DPLL rate rounding
The DPLL FREQSEL jitter correction bits are set based on a table in
the 34xx TRM, Table 4-38, according to the DPLL's internal clock
frequency "Fint."  Several Fint frequency ranges are missing from this
table.  Previously, we allowed these Fint frequency ranges to be
selected in the rate rounding code, but did not change the FREQSEL bits.
Correspondence with the OMAP hardware team indicates that Fint values
not in the table should not be used.  So, prevent them from being
selected during DPLL rate rounding.  This removes warnings and also
can prevent the chip from locking up.

The first pass through the rate rounding code will update the DPLL max
and min dividers appropriately, so later rate rounding passes will run
faster than the first.

Peter de Schrijver <peter.de-schrijver@nokia.com> put up with several
test cycles of this patch - thanks Peter.

linux-omap source commit is f9c1b82f55.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Peter de Schrijver <peter.de-schrijver@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2009-02-08 17:50:35 +00:00
..
blizzard.h
board-2430sdp.h ARM: OMAP2: Misc updates from linux-omap tree 2008-10-06 15:49:36 +03:00
board-ams-delta.h
board-apollon.h ARM: OMAP2: Use omap_rev() instead of system_rev 2008-12-10 17:36:31 -08:00
board-fsample.h
board-h2.h omap mmc: Add better MMC low-level init 2008-12-10 17:37:16 -08:00
board-h3.h ARM: OMAP: Fix compile for h3 MMC 2009-01-15 15:06:59 +02:00
board-h4.h ARM: OMAP2: Misc updates from linux-omap tree 2008-10-06 15:49:36 +03:00
board-innovator.h
board-ldp.h ARM: OMAP3: LDP: Add Ethernet device support to make ldp boot succeess 2008-12-10 17:36:53 -08:00
board-nokia.h
board-omap3beagle.h ARM: OMAP3: Add minimal Beagle board support 2008-10-09 17:51:42 +03:00
board-osk.h
board-overo.h ARM: OMAP3: Add support for the Gumstix Overo board (rev 3) 2008-10-09 17:51:43 +03:00
board-palmte.h
board-palmtt.h
board-palmz71.h
board-perseus2.h
board-sx1.h
board-voiceblue.h
board.h omap mmc: Add better MMC low-level init 2008-12-10 17:37:16 -08:00
clkdev.h [ARM] omap: convert OMAP1 to use clkdev 2009-02-08 17:50:13 +00:00
clock.h [ARM] OMAP3 clock: avoid invalid FREQSEL values during DPLL rate rounding 2009-02-08 17:50:35 +00:00
clockdomain.h [ARM] OMAP2/3 clockdomains: combine pwrdm, pwrdm_name into union in struct clockdomain 2009-02-08 17:50:28 +00:00
common.h ARM: OMAP2: Use omap_globals for CPU detection for multi-omap 2008-10-06 15:49:16 +03:00
control.h omap mmc: Add low-level initialization for hsmmc controller 2008-12-10 17:37:17 -08:00
cpu.h ARM: OMAP: Fix omap34xx revision detection for ES3.1 2009-01-29 08:57:16 -08:00
debug-macro.S ARM: OMAP3: Add minimal omap3430 support 2008-10-09 17:51:41 +03:00
dma.h
dmtimer.h
dsp_common.h
eac.h
entry-macro.S ARM: OMAP: Fix get_irqnr_and_base to clear spurious interrupt bits 2008-11-04 13:35:07 -08:00
fpga.h [ARM] omap: make sure virtual mmio addresses are __iomem pointer-like 2008-09-05 17:02:32 +01:00
gpio-switch.h
gpio.h ARM: OMAP: Fix gpio by switching to generic gpio calls, v2 2009-01-15 13:09:52 +02:00
gpioexpander.h
gpmc.h ARM: OMAP3: Add minimal omap3430 support 2008-10-09 17:51:41 +03:00
hardware.h ARM: OMAP3: Add basic board support for OMAP LDP 2008-10-10 12:06:43 +03:00
hwa742.h
io.h [ARM] Add a common typesafe __io implementation 2008-11-30 11:45:54 +00:00
irda.h
irqs.h ARM: OMAP: Fix define for twl4030 irqs 2008-11-04 13:35:08 -08:00
keypad.h
lcd_mipid.h
led.h
mailbox.h
mcbsp.h [ARM] omap: mcbsp: convert to use fck/ick clocks directly 2009-02-08 17:50:19 +00:00
mcspi.h
memory.h arm: struct device - replace bus_id with dev_name(), dev_set_name() 2009-01-06 10:44:43 -08:00
menelaus.h
mmc.h ARM: OMAP: Fix hsmmc init, v2 2009-01-29 08:57:16 -08:00
mtd-xip.h ALSA: Correct Vladimir Barinov's e-mail address 2008-10-10 13:41:45 +02:00
mux.h ARM: OMAP3: Pin multiplexing updates for 24xx and 34xx 2008-12-10 17:36:54 -08:00
nand.h
omap-alsa.h
omap16xx.h ARM: OMAP2: Misc updates from linux-omap tree 2008-10-06 15:49:36 +03:00
omap24xx.h ARM: OMAP3: Add minimal omap3430 support 2008-10-09 17:51:41 +03:00
omap34xx.h
omap730.h
omap1510.h ARM: OMAP2: Misc updates from linux-omap tree 2008-10-06 15:49:36 +03:00
omapfb.h [ARM] omap: fix a pile of issues 2008-12-01 17:40:54 +00:00
onenand.h
param.h
pm.h [ARM] omap: remove clk_deny_idle and clk_allow_idle 2009-02-08 17:46:15 +00:00
powerdomain.h [ARM] OMAP2/3 clockdomains: add CM and PRM clkdms 2009-02-08 17:50:29 +00:00
prcm.h [ARM] OMAP: Fix sparse, checkpatch warnings in OMAP2/3 PRCM/PM code 2009-02-08 17:50:24 +00:00
sdrc.h ARM: OMAP3: Add minimal omap3430 support 2008-10-09 17:51:41 +03:00
serial.h ARM: OMAP2 Provide function to enable/disable uart clocks 2008-10-06 15:49:15 +03:00
sram.h ARM: OMAP3: Add minimal omap3430 support 2008-10-09 17:51:41 +03:00
system.h [ARM] OMAP: Fix sparse, checkpatch warnings in OMAP2/3 PRCM/PM code 2009-02-08 17:50:24 +00:00
tc.h
timex.h
uncompress.h
usb.h
vmalloc.h