summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2004-11-25Remote control working againJens Arnold1-1/+1
2004-11-23Retry initializing the harddisk with hard reset in case the first try fails. ...Jens Arnold1-29/+40
2004-11-22Renamed has_new_lcd() to is_new_player(), and got rid of the aliasJens Arnold2-4/+4
2004-11-22The player also has MAS poweron reset, handle it.Jens Arnold1-3/+12
2004-11-21Code cleanupJens Arnold1-3/+3
2004-11-20Fixed a warningJens Arnold1-0/+1
2004-11-20Moved player ATA power handling to the correct functionsJens Arnold2-9/+33
2004-11-20New players: switch on the HD in ata_init()Jens Arnold1-0/+9
2004-11-18Added iRiver ADC tick taskLinus Nielsen Feltzing1-0/+15
2004-11-18Added iRiver button handlingLinus Nielsen Feltzing1-5/+119
2004-11-17Fix: my previous adjustments broke access to external MMC on newer Ondio mode...Jens Arnold1-1/+1
2004-11-17Ondio: adjustments for models with mask bit 2 == 0 (different MMC clock selec...Jens Arnold1-4/+6
2004-11-16iRiver: Now sets the LCD RESET pin correctlyLinus Nielsen Feltzing1-4/+4
2004-11-14Increased MMC init timeout (again), and sleep() between consecutive tries.Jens Arnold1-2/+6
2004-11-14Increased init timeout to account for some very slow (SD) cardsJens Arnold1-4/+4
2004-11-11Fixed the player sim. There is no SH1 hardware in the simulator...Jens Arnold1-1/+7
2004-11-11Important step towards player flashing: LCD inits for both new LCD (confirmed...Jens Arnold1-2/+109
2004-11-07Unique error codesJens Arnold1-7/+5
2004-11-04Removed #include math.hLinus Nielsen Feltzing1-1/+0
2004-11-03Ported to iRiver (unfinished)Linus Nielsen Feltzing1-1/+88
2004-11-02Adjusted for iriverLinus Nielsen Feltzing1-2/+2
2004-10-26New LCD driver for iRiver H100Linus Nielsen Feltzing1-0/+915
2004-10-26Ported to iRiver H100Linus Nielsen Feltzing1-1/+53
2004-10-17Philips tuner supportedJörg Hohensohn1-7/+172
2004-10-17bugfix for OndioFM tuner powerJörg Hohensohn1-5/+5
2004-10-17moved and renamed fmradio_set/get_status to power.c, where it now additionall...Jörg Hohensohn2-11/+31
2004-10-15Philips tuner prepared, new middle layer to abstract which tuner is usedJörg Hohensohn1-0/+41
2004-10-15Logarithmic scroll speed setting: speed doubles every 3 steps.Jens Arnold2-7/+19
2004-10-14cleaned out parts of bpb which we don't useJörg Hohensohn1-45/+3
2004-10-13Disabled charger detection and ide_power_enable() for Ondio; some cleanupJens Arnold1-5/+11
2004-10-12Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ...Linus Nielsen Feltzing1-5/+6
2004-10-10MMC hotswap handling in USB modeJens Arnold1-4/+7
2004-10-10First part of MMC hotswap handling; removed unnecessary MMC threadJens Arnold1-30/+46
2004-10-09Fixed busy timeout handling; better commentsJens Arnold1-4/+6
2004-10-09Major MMC driver rework: DMA for sector transfers (except for single sector w...Jens Arnold1-68/+192
2004-10-08Fixed warning when compiling with PREFER_C_WRITINGJens Arnold1-1/+1
2004-10-08Button flip enabled on OndioJens Arnold1-0/+3
2004-10-07Correct CPU type handlingLinus Nielsen Feltzing1-2/+2
2004-10-06Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed vol...Jens Arnold1-87/+107
2004-10-05Compile ata_mmc.c for targets with mmc, ata.c for all others.Björn Stenberg2-10/+0
2004-10-05panic on write behind partition, tooJörg Hohensohn1-7/+9
2004-10-04(Re-)added the delayed write feature to avoid wearing the flash unnecessarilyJens Arnold1-4/+24
2004-10-04MMC: 10 % faster reading and 15 % faster writingJens Arnold1-5/+13
2004-10-03Removed disabled code.Jens Arnold1-33/+0
2004-10-03Implemented multiple block reading and writing. Significant speedup.Jens Arnold1-30/+104
2004-10-01Some cleanup, and a quick fix to make battery status reading and idle powerof...Jens Arnold1-8/+2
2004-10-01Fix: card initialization on card_select()Jens Arnold1-9/+8
2004-10-01Ondio PACR inits for cold startJörg Hohensohn1-0/+4
2004-10-01We must sleep 2 ticks to be really sure that all A/D channels have been conve...Linus Nielsen Feltzing1-1/+1
2004-09-29Writing to mmc does work now, but not always correct yet. It caused a corrupt...Jens Arnold1-5/+11