summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken6-9/+12
2009-01-29Get checkwps working againMaurus Cuelenaere2-2/+4
2009-01-29Hopefully make some progress against FS#9831. iPod Video seems fine now under...Michael Sevakis3-9/+14
2009-01-27Redo some parts of my previous commit, thanks Jens and DaveThomas Martitz6-96/+12
2009-01-27I wonder how that got it...Thomas Martitz1-1/+0
2009-01-27Fix yellowThomas Martitz1-2/+1
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz8-8/+161
2009-01-27Make the Philips HDD1630 ADC work: it needs a slightly different init sequenc...Mark Arigo2-3/+21
2009-01-27Move the PP5020 ADC defines to the c-file instead of repeating them across th...Mark Arigo7-131/+7
2009-01-27Onda VX747:Maurus Cuelenaere13-101/+467
2009-01-27Fix red once more :/Thomas Martitz1-3/+2
2009-01-26Fix redThomas Martitz1-1/+1
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz27-135/+150
2009-01-25Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...Jens Arnold1-0/+1
2009-01-24Accept FS#9717 by Akio Idehara with a small change suggested by Rafaël CarrÃ...Nils Wallménius1-0/+12
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis1-0/+1
2009-01-23Gigabeat S: Make sure the hold button on the remote is independent of the mai...Michael Sevakis1-1/+7
2009-01-23Gigabeat S: Add remote control reading and proper headphone insert detection....Michael Sevakis5-23/+226
2009-01-23Philips HDD1630: add ADC info to debug screen. Make button_click work again (...Mark Arigo1-1/+1
2009-01-23Gigabeat S: Implement a genuine udelay function. Timer is gated to not run in...Michael Sevakis4-19/+123
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis15-179/+332
2009-01-22Rename software backlight fading files, as we don't call it thread fading. Co...Thomas Martitz4-4/+4
2009-01-22Onda VX747: get NAND driver workingMaurus Cuelenaere3-54/+66
2009-01-21Onda VX747: disable DMA for now on NAND for performanceMaurus Cuelenaere1-1/+25
2009-01-21Onda VX747:Maurus Cuelenaere14-230/+449
2009-01-21Fix RAM disk when no audio buffer is availableMaurus Cuelenaere1-1/+5
2009-01-21Commit stable parts of FS#9611 - Sansa Clip radio codeBertrik Sikken4-8/+10
2009-01-21USB storage driver:Maurus Cuelenaere1-2/+2
2009-01-21Unify kernel list management for ticks, registered queues and timeout objects...Michael Sevakis5-120/+122
2009-01-21Philips HDD1630 lcd work: register defines and enable contrast, flip, and inv...Mark Arigo2-25/+85
2009-01-20cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from ...Christian Gmeiner9-31/+2
2009-01-20PortalPlayer: Implement irq_handler() directly in C code rather than dispatch...Michael Sevakis3-15/+2
2009-01-19This should take care of resetting when unplugging on e200 as reported in FS#...Michael Sevakis1-2/+7
2009-01-19Fix up ZVM builds. It appeared to share common definitions with PP502x target...Michael Sevakis3-6/+19
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis17-143/+276
2009-01-18Commit battery discharge curve for c200v1 by BertrikSikken. The old one wasn...Michael Giacomelli1-3/+3
2009-01-18Commit battery discharge curve for the Ipod Photo. We still need one for the...Michael Giacomelli1-1/+4
2009-01-18Commit second part of FS#9663 by Thomas Martitz. Enable button light on fuze...Michael Giacomelli4-4/+14
2009-01-18Commit part 1 of FS#9663 by Thomas Martitz. Enables backlight fading on the ...Michael Giacomelli4-17/+18
2009-01-18Submit FS#9749 by Boris Gjenero. Do not reset IDE0 on startup for iPod Video ...Andree Buschmann1-2/+2
2009-01-16SD driver cleanup by Thomas Martitz. Removes various magic numbers in favor ...Michael Giacomelli1-45/+35
2009-01-14Do penance. Fix yellow.Michael Sevakis1-2/+2
2009-01-14Gigabeat S has no need for a USB tick. Put in a simple framework that allows ...Michael Sevakis4-23/+57
2009-01-13Fixed broken boost on AMS.Björn Stenberg1-1/+1
2009-01-13Fix more red. Missed one other place it needed #ifdef HAVE_USB_POWER.Michael Sevakis1-0/+2
2009-01-13Fix red. Forgot to add a #ifdef HAVE_USB_POWER in one spot.Michael Sevakis1-0/+2
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis8-243/+243
2009-01-13Reverting parts of r19760 that was mistakenly committed.Björn Stenberg2-83/+81
2009-01-13Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume adjustment...Björn Stenberg3-81/+86
2009-01-13support pixel aspect ratio compensation in recalc_dimension, with PAR defined...Andrew Mahone6-0/+25