summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-04-16Optimized byte-swapping macros for ARMv6.Michael Sevakis1-0/+21
2008-04-16Fix yellowsMaurus Cuelenaere1-0/+2
2008-04-16Make usb stack back available to non-PP targets.Maurus Cuelenaere1-0/+2
2008-04-16Fix yellow. usb_strings needs to point to const data as well.Michael Sevakis1-1/+1
2008-04-16Simpilify the uncached buffer allocation for the USB stack using NOCACHEBSS_A...Michael Sevakis2-18/+14
2008-04-16Some general housekeeping. Fixed a few yellows, made the volume buttons work ...Will Robertson2-2/+3
2008-04-15m:robe 100 - enable setting for buttonlight brightnessRobert Kukla3-16/+15
2008-04-15Use real ARM 11 instructions for cache operations. Probably will factor out l...Michael Sevakis1-0/+50
2008-04-15FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken8-93/+98
2008-04-15Kill some D2 yellows with a simplistic Rolo implementation and NAND driver cl...Rob Purchase3-10/+19
2008-04-15Fixed FS#7849Bertrik Sikken1-1/+1
2008-04-15Fix some red.Steve Bavin1-1/+1
2008-04-15Kill warnings that annoy me when building for Gigabeat S.Michael Sevakis5-4/+21
2008-04-15Make the gigabeat S bootloader compile again. Don't know if it still works.Michael Sevakis1-2/+11
2008-04-15Make the transparent bitmaps work on Gigabeat S.Michael Sevakis2-12/+13
2008-04-15woops... fix red and some svn keywords.Jonathan Gordon2-5/+16
2008-04-15Setup the touchpads to have two modes - stylus and button - and set them in b...Jonathan Gordon5-10/+85
2008-04-14Undo r17095. A bug report clearly showed this power supply is also needed for...Andree Buschmann1-1/+1
2008-04-14Gigabeat S: Make ADC battery voltage reading correct. Tiny tweak to ADC drive...Michael Sevakis2-6/+3
2008-04-14Oops...simple math proves elusive at times. Get the array calcs right.Michael Sevakis1-11/+6
2008-04-13ADC driver for Gigabeat S - a bit on the general side for now. Needs to have ...Michael Sevakis5-56/+312
2008-04-13only reconnect mass storage if there is actually an active usb connection, wi...Frank Gevaerts1-3/+6
2008-04-13ASM optimization for fiq_playback(). Saves about 0.4MHz of CPU while playback...Andree Buschmann1-23/+61
2008-04-13Further power saving for iPod Video (FS#8603). Do not enable D2REGC1 voltage ...Andree Buschmann1-1/+1
2008-04-13Charger detection for Gigabeat SNils Wallménius4-3/+47
2008-04-12Refine information and macros for clock skipping. Not functional changes.Jens Arnold1-15/+14
2008-04-12Fix cut'n'pasterelated yellows.Rob Purchase1-1/+1
2008-04-12D2: Charging detection, plus basic PCF50606 interrupt handler.Rob Purchase3-1/+45
2008-04-12Make a couple of private functions staticNils Wallménius1-7/+7
2008-04-12Add GPIO manager. Get the PMIC interrupt handling working (along with power b...Michael Sevakis17-47/+655
2008-04-12D2: Implement battery voltage readout from PCF50606 (levels not yet calibrate...Rob Purchase3-16/+35
2008-04-12Move a function to gwps-common.c because it belongs thereNils Wallménius2-14/+4
2008-04-12LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...Jens Arnold7-120/+140
2008-04-12FS#8871 by Tomasz Wasilczyk, avoid negative runtime estimation (that would la...Nils Wallménius1-0/+4
2008-04-12Big oops. Fix enum spi_module_number to set right enum values. :p.Michael Sevakis1-1/+2
2008-04-11D2: Remove USB detection as it's not actually on GPIOC26 (that's a charging i...Rob Purchase1-5/+2
2008-04-11Add a "View I/O Ports" screen for imx31. Show all GPIO contents.Michael Sevakis4-3/+116
2008-04-11iPod Video 30Gig doesn't seem to need the ata locking hack so we'll just atte...Michael Sevakis2-2/+2
2008-04-11Serial driver for imx31. Perhaps not 100% but maybe 80-90% (future developmen...Michael Sevakis13-93/+864
2008-04-10Properly clear clear-on-write bits in the PP502x USB controllerBertrik Sikken1-6/+6
2008-04-09D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW t...Rob Purchase5-60/+264
2008-04-09Fix red + introduce new defines for DM320 targetsMaurus Cuelenaere1-158/+319
2008-04-09Add DM320 I²C driver, although not (yet) enabled in the sources.Maurus Cuelenaere2-42/+116
2008-04-08D2: Implement power-off by putting the PCF50606 to sleep (and reduce timeout ...Rob Purchase4-32/+38
2008-04-08D2: Update dual boot to use the hold switch. Update bootloader to show messag...Rob Purchase1-3/+3
2008-04-07Make the TCC780x ADC driver work again in the bootloader.Rob Purchase1-10/+11
2008-04-07Make the greyscale library work on the m:robe 100. Testing on target done by ...Jens Arnold3-20/+136
2008-04-07Some more debug output disabling.Nicolas Pennequin1-1/+1
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla8-1/+8
2008-04-07Remove some more simulator debugging output.Steve Bavin1-3/+3