summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Fuze v2: Do button reading more efficiently by mapping button codes directly ...Michael Sevakis2-23/+10
2011-01-20Fuze V2: Fix hold switch behavior. Add a GPIOx_PIN_MASK macro to AS3525.Michael Sevakis2-22/+15
2011-01-20PP502x USB: It seems r29087 introduced additional parasitic current consumpti...Michael Sevakis1-23/+22
2011-01-19Enable AB repeat for the Gigabeat S, this will break lang string/voice clip o...Nils Wallménius1-0/+2
2011-01-19AS3525: Implement a true audio pause and full-resolution audio tick. Take car...Michael Sevakis3-30/+85
2011-01-19Reset USB devices before turning them off or else presumably the PHY is still...Michael Sevakis1-0/+2
2011-01-18Fix colors from r29084. Had some things in the wrong preprocessor blocks.Michael Sevakis1-40/+40
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis10-299/+326
2011-01-18Fix Onda VX777 LCD not working on bootMaurus Cuelenaere1-5/+14
2011-01-18Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji1-1/+1
2011-01-17One change in r29068 wasn't right. Clarify comments on why it's the way it is...Michael Sevakis1-4/+5
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis7-18/+43
2011-01-17Convert PortalPlayer iRivers to use USB-mode enabled bootloader. The H10 5/6G...Michael Sevakis7-90/+38
2011-01-16Fix r29062 warning.Michael Sevakis1-2/+0
2011-01-16e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...Michael Sevakis5-136/+150
2011-01-15Fix problem with AMS PCM driver that caused mpegplayer lockup. It pre-decreme...Michael Sevakis1-4/+16
2011-01-15Oops...have to mind the boot.lds variation in /firmware/target/arm/philips by...Michael Sevakis1-0/+69
2011-01-15Get the last warning for vibe 500 bootloader.Michael Sevakis1-0/+1
2011-01-15Fix r29053 red and a leftover use of 'usb' variable as a bool rather than int...Michael Sevakis3-3/+6
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis25-139/+718
2011-01-12Fix warning when linking booltoaders with the new toolchain by marking .bss s...Nils Wallménius3-3/+3
2011-01-12Fix FS#11820. Implement LCD shutdown for iPod Photo/Color and iPod nano 1G. T...Andree Buschmann4-20/+53
2011-01-11SA9200: Adjust touchpad sensitivities so that actual contact with the player ...Michael Sevakis4-2/+80
2011-01-11SA9200: Implement the backlight hold handling.Michael Sevakis1-3/+17
2011-01-11SA9200: Give LCD about an 8% speedup. Sync optional LCD settings to defaults ...Michael Sevakis1-10/+37
2011-01-11SA9200: Add YUV blitting, do full-screen updates more efficiently and properl...Michael Sevakis3-15/+687
2011-01-10Revert unneeded change from r29026.Andree Buschmann1-0/+1
2011-01-10iPod Video LCD: Avoid white flash when entering sleep mode or shutting off.Andree Buschmann2-1/+4
2011-01-10HD300 - adjust default battery capacity (based on battery benches)Marcin Bukat1-2/+1
2011-01-08Fix iPod Classic LCD problemsMichael Sparmann1-34/+33
2011-01-08Some static data is only used by .init functions. Add .initdata to declare su...Michael Sevakis5-6/+5
2011-01-08Adjust iPod Classic CPU clock speed constants to at least roughly correct valuesMichael Sparmann2-6/+6
2011-01-07Oops, that didn't belong in there.Michael Sparmann2-153/+1
2011-01-07Fix CS42L55 (iPod Classic) tone controlMichael Sparmann4-9/+198
2011-01-07Implement hold switch and headphone detection on iPod ClassicMichael Sparmann1-3/+2
2011-01-07HD300 - calibrate discharge curveMarcin Bukat1-1/+1
2011-01-07Gigabeat S/i.MX31: Take care of an interrupt priority inversion that can happ...Michael Sevakis6-16/+65
2011-01-07Add LCD type to iPod Classic HW debug screenMichael Sparmann1-0/+4
2011-01-07iPod Classic: Fix remaining PCM issues and add DMA information to the HW debu...Michael Sparmann3-37/+93
2011-01-07Fix yellowMichael Sparmann1-1/+1
2011-01-07Fix iPod Classic playback slownessMichael Sparmann1-3/+4
2011-01-07Fix iPod Classic tick timer (still not 100% calibrated, but close enough for ...Michael Sparmann1-1/+1
2011-01-07Fix iPod Classic USEC_TIMERMichael Sparmann1-1/+1
2011-01-06iPod Classic: Unmute amplifiers when setting volume (fixes resuming paused pl...Michael Sparmann1-4/+6
2011-01-06Fix volume control on iPod ClassicMichael Sparmann2-12/+14
2011-01-05Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr...Michael Sevakis4-39/+90
2011-01-04Fix USB storage driver. ata_get_info was no longer filling-in num_sectors aft...Michael Sevakis1-0/+1
2011-01-03Remove files accidentally commited in 28953Michael Sparmann2-119/+0
2011-01-03Fix regression from r28950: ATA broken on MPIO and possibly other targetsMichael Sparmann1-4/+4
2011-01-03Remove unneeded check for swapping in iPod nano1G/color LCD driver. For nano1...Andree Buschmann1-8/+2