summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-06-30fix a stray yellowFrank Gevaerts1-0/+1
2008-06-29Don't handle a touchscreen press when backlight is offMaurus Cuelenaere1-1/+4
2008-06-29Colour targets: Revert an optimisation from almost 18 months ago that actuall...Jens Arnold1-33/+9
2008-06-29Move declaration of button_int and clickwheel_int to the proper header file i...Bertrik Sikken3-6/+5
2008-06-29fix FS#8187 - charging breaks sleep timer. Now if the timer goes off and the ...Jonathan Gordon1-4/+6
2008-06-28Moved microsd_int declaration from system-pp502x.c to ata-sd-target.hBertrik Sikken2-1/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg709-1420/+2838
2008-06-28fix typoMarcoen Hirschberg1-1/+1
2008-06-28set the s5l8700 i2c define to a unique numberMarcoen Hirschberg1-1/+1
2008-06-27remove leftover debug stuffMarcoen Hirschberg2-8/+0
2008-06-27initial Meizu M6SL port (take 2)Marcoen Hirschberg17-2/+1624
2008-06-27make mrobe100 touchstrip driver less sensitive by checking for the finger bit...Dominik Wenger1-23/+46
2008-06-27My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). ...Mark Arigo13-0/+845
2008-06-27D2: Small optimisation to the PCM FIQ (only stack registers when necessary).Rob Purchase1-6/+7
2008-06-27D2: Make the nand driver's sanity checks a little more... sane. This should a...Rob Purchase1-7/+4
2008-06-24D2: Editing config.h wasn't enough to fully disable IRAM - also disable it in...Rob Purchase1-3/+6
2008-06-23Disable IRAM usage on TCC780x, giving at least a 2x speedup in codecs and els...Rob Purchase1-1/+0
2008-06-23D2: Take notice of the hold button.Rob Purchase1-0/+2
2008-06-23Fix the D2 click/popping every second. Lesson from PCM-driver 101: don't disa...Rob Purchase1-1/+1
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon15-158/+35
2008-06-22Oops, fix red.Rob Purchase1-1/+5
2008-06-22Initial D2 sound playback support (known issues to follow on the CowonD2Info ...Rob Purchase8-91/+383
2008-06-21Hopefully update the keywords. Thanks bluebrother.Marc Guay6-6/+6
2008-06-21Forgot the export/config file.Marc Guay1-0/+121
2008-06-21Add the Sansa c100 as a build target with basic drivers.Marc Guay10-7/+648
2008-06-14Commit FS#9076, unification of PCF-initialization for iPod Video and nano. Th...Andree Buschmann1-10/+25
2008-06-12Blind-add some code from ipodlinux that hopefully fixes the colour problem on...Jens Arnold1-0/+11
2008-06-10D2: Configure NAND GPIO lines /before/ attempting to use them. Should fix 16G...Rob Purchase1-3/+3
2008-06-09D2: Fixes for 16Gb models with four NAND banks: update MAX_BANKS, configure t...Rob Purchase1-17/+19
2008-06-07Update the LV24020 FM driver so that it can be used on the D2. Register read/...Rob Purchase1-15/+32
2008-06-05corrected sign of error return valueFrank Gevaerts1-1/+1
2008-06-04add usb_allowed_current() function, so powermanagement code can know when it'...Frank Gevaerts2-0/+18
2008-06-03Oops. Lost sync on a few instances and 'HI' registers.Michael Sevakis4-5/+5
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis11-23/+23
2008-06-03Reinstate the awful ATA hack that has no proper reason to exist for iPod 5.5g...Michael Sevakis2-2/+80
2008-05-31D2: Stop panic screen from crashing instantly (seems this has been broken for...Rob Purchase2-1/+10
2008-05-31Commit FS#9024 - apply proper line-in gain for h10's radio by Przemyslaw Holu...Michael Sevakis1-2/+5
2008-05-29Simplify the button handling code on the Gigabeat F/X a bit for the side butt...Karl Kurbjun2-23/+9
2008-05-29Fix FS #8840 for irivers by slowing down the driver some more. Signal quality...Jens Arnold2-8/+24
2008-05-29Gigabeat F/X:Michael Sevakis3-11/+43
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye3-3/+3
2008-05-29move the HAS_BUTTONBAR define to the config-<target>.h filesJonathan Gordon3-0/+6
2008-05-29Add the ADC_ACCESSORY channel on the ipod, to allow for accessory detection o...Linus Nielsen Feltzing2-1/+4
2008-05-28Fix yellow.Michael Sevakis1-1/+1
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis10-0/+33
2008-05-26Increased MAX_SYS_EVENTS from 10 to 16, since there are potentially more than...Bertrik Sikken1-1/+1
2008-05-25Accept FS #9021 by James Vasile and apply the fix to the other drivers that h...Peter D'Hoye6-2/+10
2008-05-25Fix a comment since it was very wrong.Michael Sevakis1-1/+1
2008-05-25Gigabeat S: Add charge current and battery temp readout in power management a...Michael Sevakis2-0/+69
2008-05-24Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update freq...Jens Arnold2-45/+94