summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx31/dvfs_dptc-imx31.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-11i.MX31: Remove long udelay from DVFS interrupt handlerMichael Sevakis1-39/+51
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero1-1/+2
2011-10-14i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by gr...Michael Sevakis1-3/+1
2011-01-23i.MX31: Now that it matters because there's a debug screeen that allows chang...Michael Sevakis1-233/+191
2011-01-22Fix yellow. Left an unused temp variable.Michael Sevakis1-1/+0
2011-01-22i.MX31: Allow interrupts in thread context, not just ISR context, during the ...Michael Sevakis1-14/+18
2011-01-22i.MX31: Add a debug menu to play around with DVFS/DPTC settings for fun, test...Michael Sevakis1-111/+244
2011-01-07Gigabeat S/i.MX31: Take care of an interrupt priority inversion that can happ...Michael Sevakis1-0/+16
2010-06-30Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis1-28/+26
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis1-3/+3
2010-05-06Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs th...Michael Sevakis1-4/+5
2010-05-06i.MX31/Gigabeat S: This should fix stability problems. One problem was to sta...Michael Sevakis1-12/+29
2010-05-05i.MX31/Gigabeat S: The nested IRQ code was just totally wrong and not actuall...tcctool_v1_0bootloader_fuze_v2Michael Sevakis1-1/+1
2010-05-04Merely correct a comment.Michael Sevakis1-1/+1
2010-05-04i.MX31/Gigabeat S: Just a little paranoid change to switcher write to active ...Michael Sevakis1-6/+5
2010-05-04i.MX31/Gigabeat S: Actually enable DPTC which can set optimal voltage for 528...Michael Sevakis1-126/+87
2010-04-23i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz,...Michael Sevakis1-9/+703
2010-04-07Gigabeat S (imx31): Begin voltage and frequency scaling code. For now, to avo...Michael Sevakis1-0/+48