summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips/ingenic_jz47xx/timer-jz4740.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-01Ingenic Jz4740 timer driver: fix stupid mistakeMaurus Cuelenaere1-1/+1
2009-07-27Jz4740 timer driver: only init timer in timer_set() when start is trueMaurus Cuelenaere1-12/+19
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré1-3/+3
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré1-2/+2
2009-06-03Ingenic Jz4740: should fix timer (thanks to Rafaël Carré)Maurus Cuelenaere1-26/+24
2009-03-20Don't forget to fix these too...Maurus Cuelenaere1-0/+4
2009-03-20Kill some yellowMaurus Cuelenaere1-3/+67
2008-08-10* Get interrupts working (but crashes after 10-30secs)Maurus Cuelenaere1-0/+28