aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap_clk.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-30hw/omap_clk: Add the clock for the OMAP2430-specific fifth GPIO modulePeter Maydell1-1/+5
2010-10-30Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc1-1/+0
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-0/+1
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-3/+2
2009-03-07clean build: Fix arm build warningsaurel321-17/+0
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-07-21Omap DPLL & APLL locking logic.balrog1-5/+13
2008-04-14Add basic OMAP2 chip support.balrog1-4/+518
2008-03-06Split OMAP DMA out to a file apart.balrog1-0/+758