summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/pnx0101
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré2-27/+0
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2-16/+3
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-1/+1
2009-06-29Move PNX0101 timer code in the target treeRafaël Carré2-0/+121
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken2-2/+0
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+5
2008-12-12Argh. Being stupid. Missed one. Nap time.Michael Sevakis1-1/+0
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis1-6/+1
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-11/+2
2008-10-29Move kernel tick initialization and handling to the target tree for ones rema...Michael Sevakis1-0/+45
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg16-32/+64
2008-04-29Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold1-6/+0
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold1-1/+1
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla1-0/+1
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2-5/+4
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-2/+16
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+151
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold2-5/+5
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-7/+62
2007-09-20PNX0101: new register names and polishing support for Clock Generation UnitTomasz Malesinski1-76/+35
2007-09-13Accept FS#7765 by Catalin Patulea, fixes an incorrect struct definitionNils Wallménius1-1/+1
2007-09-11Accept patch in FS#7751 by Catalin Patulea, move ifp port specific pcm code t...Nils Wallménius1-0/+161
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman1-2/+2
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold1-0/+53
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold1-11/+2
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis1-2/+2
2007-04-19move to target treeMarcoen Hirschberg1-0/+22
2007-04-19move the iriver ifp7xx and other pnx0101 related files together in the target...Marcoen Hirschberg13-0/+1274