summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-07-19iriver: let the boot loader decide when to power on the hard driveLinus Nielsen Feltzing1-3/+3
2005-07-16Fixed lcd_blit().Jens Arnold1-1/+1
2005-07-14Greyscale graphics driver: Added missing function.Jens Arnold1-0/+7
2005-07-12More atomic GPIOLinus Nielsen Feltzing1-2/+2
2005-07-12Atomic GPIO accessLinus Nielsen Feltzing3-36/+37
2005-07-12added uda1380_reset()Linus Nielsen Feltzing1-8/+11
2005-07-12Inverted S/PDIF control on H110Linus Nielsen Feltzing1-1/+5
2005-07-08Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold2-6/+6
2005-07-07Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold2-23/+31
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold2-86/+286
2005-07-04Converted to use the IRAM defines, and some small optimisations.Jens Arnold2-40/+40
2005-07-03Fixed pops when starting playback.Miika Pekkarinen1-3/+1
2005-07-03Use the central IDATA_ATTR define.Jens Arnold2-9/+2
2005-07-02Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold1-17/+17
2005-07-02A couple of optimisations.Jens Arnold3-34/+70
2005-07-01Fixed pops from headphone audio output.Miika Pekkarinen1-4/+2
2005-07-01Check for features, not for models.Jens Arnold1-1/+1
2005-07-01the h300 models have hold tooDaniel Stenberg1-1/+1
2005-07-01New config option for optical out on iriverLinus Nielsen Feltzing1-1/+1
2005-07-01- enable S/PDIF optical outputMarcoen Hirschberg2-1/+15
2005-06-30Graphics: Lowlevel block function are in IRAM now as they're called often. Sw...Jens Arnold3-24/+72
2005-06-30I believe this is more likely to reflect the h300 keypadDaniel Stenberg1-3/+2
2005-06-29Ooops...Jens Arnold3-3/+3
2005-06-29Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redund...Christi Scarborough1-1/+2
2005-06-29Oops, that was no optimisation, but a bug.Jens Arnold2-10/+6
2005-06-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold3-281/+385
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold2-342/+373
2005-06-27H1x0: Reordered lcd init sequence to match the datasheet, including the recom...Jens Arnold1-8/+10
2005-06-25Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back.Jens Arnold2-6/+6
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold2-10/+8
2005-06-24Fixed yellow FM builds, and changed the function type names according to the ...Jens Arnold2-14/+14
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold2-283/+478
2005-06-24BUTTON_RC_VOL relabeled as BUTTON_RC_MODE for consistency with main unit. RC...Christi Scarborough1-1/+1
2005-06-23Fixed a warning.Jens Arnold1-1/+1
2005-06-23Fix red builds.Jens Arnold1-0/+2
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold4-1322/+1214
2005-06-19iriver: Prescale the digital volume when boosting treble/bass by decreasing t...Jens Arnold1-3/+12
2005-06-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy1-1/+3
2005-06-18Made the (iriver) use of GPIO1 depend on the presense of a coldfire cpu insteadDaniel Stenberg1-9/+5
2005-06-18Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold1-20/+2
2005-06-17iriver: LCD flip for H1x0 remote, some code cleanup.Jens Arnold1-6/+40
2005-06-17Fixed graphical glitch occuring in flipped lcd mode.Jens Arnold1-0/+2
2005-06-17Proper handling of the UDA1380 RESET signalLinus Nielsen Feltzing1-0/+9
2005-06-16Let's actually take volume into account this time.Thom Johansen1-2/+2
2005-06-16Balance support for UDA1380 based players.Thom Johansen1-2/+21
2005-06-16uda1380: Added bass/treble and recording functionsAndy1-16/+111
2005-06-14Even more quiet audio initialization.Miika Pekkarinen1-8/+15
2005-06-14- add Andy Young's patch to make sound init more quietMarcoen Hirschberg1-3/+16
2005-06-08Hot-plug support for iriver remote.Jens Arnold1-49/+123
2005-06-08Corrected placement of parentheses.Jens Arnold1-2/+2