summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-07-09Gigabeat: Squeeze down lcd_bitmap_transparent_part a bit. Let the compiler ch...Michael Sevakis1-22/+25
2007-07-09e200: Remove all that inlining in the display driver to get rid of the bloat....Michael Sevakis1-5/+7
2007-07-08Gigabeat: properly confined framebuffer copies and a few pendantic changes to...Michael Sevakis2-41/+146
2007-07-08e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...Michael Sevakis4-147/+452
2007-07-07Stop the crashes on some PP5022C targets (iPod Video, perhaps also Nano) intr...Jens Arnold1-2/+3
2007-07-07e200: Better power_off to lock the system down while waiting for PMU to cut p...Michael Sevakis1-2/+17
2007-07-06Gigabeat: oops, forgot to set correct timer prescaler limit.Michael Sevakis1-2/+3
2007-07-06Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...Michael Sevakis8-84/+265
2007-07-05Fix a (minor) disk corruption when moving directories around. Fixes FS #7359Peter D'Hoye1-5/+58
2007-07-05Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...Robert Keevil4-4/+8
2007-07-05Get rid of yellow plus an optimization I should have seen in the first place.Michael Sevakis2-34/+33
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis4-42/+174
2007-07-03Fix serious bug in FAT filename check, preventing most files from being creat...Magnus Holmgren1-38/+13
2007-07-03Proper filename checking in the FAT driver (FS#7222 and FS#6358)Jonathan Gordon1-26/+44
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman2-0/+4
2007-07-03More PP502x clock setup rework. This should fix the freezes on PP5020 once an...Jens Arnold5-13/+29
2007-07-02H1x0: Increase delay during button reads. Hopefully fixes the scroll down pro...Magnus Holmgren1-9/+9
2007-07-02Ooops.Jens Arnold1-1/+1
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold13-65/+54
2007-06-30Fix yellowNils Wallménius1-4/+4
2007-06-30Change unsigned long to uint32_t and long to int32_t to fix a crash in Nils Wallménius2-27/+31
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis17-502/+840
2007-06-29Shutdown and powermanagement cleanup: * Use the proper function for determini...Jens Arnold2-15/+1
2007-06-28FS#7361 by Rhino Tanga: Move the id3 tag buffer size into a #defineNicolas Pennequin1-1/+3
2007-06-27Forget all the nonsense with C delay loops. 'volatile' on the variable makes ...Michael Sevakis3-13/+49
2007-06-27Woops. Forgot to remove the param to fmradio_i2c_ack. It was always called wi...Michael Sevakis1-10/+3
2007-06-27Bit banged TEA5767 i2c driver was broken by -Os because delay loops were opti...Michael Sevakis1-13/+12
2007-06-26Fix up the ACK generation in the Coldfire i2c driver.Michael Sevakis1-16/+18
2007-06-26Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin con...Michael Sevakis4-92/+106
2007-06-25current_tick really does need to be volatile since gcc can optimize away chec...Michael Sevakis2-2/+2
2007-06-25Simple coldfire assembly strlen() function, 20-25% faster than the c Nils Wallménius2-1/+41
2007-06-25Gigabeat: Turn off more devices that aren't needed or not needed right away. ...Michael Sevakis1-13/+27
2007-06-24Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...Michael Sevakis2-26/+37
2007-06-24A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...Peter D'Hoye1-0/+5
2007-06-23only go into USB mode when the cradle is poweredMarcoen Hirschberg1-1/+1
2007-06-22Fixed missing semicolon in logf builds.Miika Pekkarinen1-1/+1
2007-06-22Fix FS#7336 - scrolling lines don't stay coloured.Jonathan Gordon2-7/+33
2007-06-19Fix iriver H100 i2c driver which was broken by the switch to build with -Os. ...Nils Wallménius1-1/+1
2007-06-18e200: Remove register fiddling in the tuner driver that has nothing to do wit...Michael Sevakis1-1/+0
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low3-7/+12
2007-06-17Fix up #endif.Steve Bavin1-4/+5
2007-06-17remove dead code and unmatched #endifMarcoen Hirschberg1-5/+0
2007-06-17add missing defineMarcoen Hirschberg1-0/+1
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis3-4/+8
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius3-5/+5
2007-06-13now back to greenChristian Gmeiner1-4/+2
2007-06-13fix redChristian Gmeiner1-1/+0
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner15-38/+31
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner15-25/+16
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis12-43/+53