summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold10-44/+44
2007-10-07Fix red bootloader build.Jens Arnold1-0/+2
2007-10-07c200: Make the backlight react on unlocking hold as intended.Jens Arnold1-0/+3
2007-10-07c200: Switch the 'menu' button light as well.Jens Arnold1-1/+7
2007-10-07Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should...Michael Sevakis3-16/+56
2007-10-07Oops. Correct reversed DSP mode A/B bits for WM8731/21.Michael Sevakis2-4/+4
2007-10-07Remove a setting of a register during H10 reset that shouldn't have been incl...Michael Sevakis1-1/+0
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis21-1581/+1514
2007-10-06Discontinue any use of 'swp(b)' on PP5020. While clocking is stable, some tes...Michael Sevakis1-1/+1
2007-10-06TAB policing - no code changesDave Chapman1-17/+17
2007-10-05Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interr...Michael Sevakis4-45/+47
2007-10-04Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the ...Michael Sevakis1-2/+2
2007-10-04The UNCACHED_ADDR macro should not adjust addresses in the bootloader.Michael Sevakis1-0/+6
2007-10-04Fix up the recording monitoring for e200 and I expect for c200 as well whenev...Michael Sevakis1-0/+11
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis6-79/+62
2007-10-03I2S buffer level adjustment is not necessary on c200 as there is no memory ma...Jens Arnold2-3/+3
2007-10-03Get the main build actually compiling - remove the RTC for now since it break...Karl Kurbjun1-1/+1
2007-10-03Missing keymap commitKarl Kurbjun1-1/+3
2007-10-02Commit FS #7881 by Mark Arigo - enable radio on the Sansa c200. It seems that...Marianne Arnold2-2/+10
2007-10-02Fix a little bug I introduced earier than can cause i2s to fail to start with...Michael Sevakis1-6/+2
2007-10-02Fix 64 bit simulator warning.Jens Arnold1-1/+1
2007-10-02Correct a dodgy logf call.Nicolas Pennequin1-1/+1
2007-10-02Ok. Really fix redMichael Sevakis2-28/+25
2007-10-02Fix red. Finish adding the remaining file.Michael Sevakis2-1/+109
2007-10-02Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533Steve Bavin4-8/+18
2007-10-02Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis9-209/+522
2007-10-02Make codepage Win-1250 actually work on charcell.Jens Arnold1-1/+1
2007-10-02Enable lcd contrast adjustment on Sansa c200Mark Arigo2-10/+10
2007-10-01FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) addedMarcoen Hirschberg1-5/+6
2007-10-01touchpad calibration (very simple calibration screen is in mrobe500.c Jonathan Gordon2-1/+39
2007-10-01minor style/comment policingJonathan Gordon5-35/+37
2007-10-01spi is shared between the rtc and tsc2100Jonathan Gordon8-19/+95
2007-10-01Watch out for uninitialized threads[] in init_threads() which can cause big h...Catalin Patulea1-0/+7
2007-09-30Fix zeroing out some variable spaceKarl Kurbjun1-1/+3
2007-09-30Woops, forgot to change it here too.Antoine Cellerier1-8/+0
2007-09-30Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers)Antoine Cellerier6-19/+10
2007-09-30Save a few bytes in the line selector style handling code.Antoine Cellerier4-36/+39
2007-09-30Trying to get the main FW to bootKarl Kurbjun1-3/+9
2007-09-30Enable auto reply for queue messages sent with queue_send. It's only nescessa...Michael Sevakis2-9/+18
2007-09-30Fix the bootloader, and give the M:Robe it's own scrambleKarl Kurbjun2-2/+2
2007-09-30Move some more filesKarl Kurbjun6-5/+5
2007-09-30Move some more files around and get the main build compilingKarl Kurbjun21-15/+297
2007-09-30Remove the PCMREC_PARANOID support since the issues have been identified and ...Michael Sevakis3-180/+49
2007-09-30first part of usbstack patches -> show and use selection of usb stack mode on...Christian Gmeiner3-36/+11
2007-09-30IRQ driven touchpad driver, crude but workingJonathan Gordon2-3/+41
2007-09-30Oops. Don't use outl with the defined register.Michael Sevakis1-1/+1
2007-09-30Add some defines for pp502x. No guarantee as to full accuracy yet but that's ...Michael Sevakis3-41/+74
2007-09-30I got bullied in IRC by linuxstb and markun... Jonathan Gordon24-14/+14
2007-09-30slow - but working - IRQ based uart/button driver.Jonathan Gordon3-17/+59
2007-09-29Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...Nicolas Pennequin8-0/+32