summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-11-14Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis1-1/+6
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold2-12/+209
2006-11-12Get rid of ages-old interdependency between ata.c and mas.cJens Arnold3-13/+8
2006-11-12Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing LCD...Jens Arnold1-1/+1
2006-11-12Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...Jens Arnold1-227/+3
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold8-315/+12
2006-11-10clean up some artifacts left behind from the hxxx move to target treeJonathan Gordon1-11/+0
2006-11-10H100/120: Split lcd driver into pixel format and device specific parts. Adjus...Michael Sevakis1-0/+1093
2006-11-09Target tree support for Iriver iFP.Tomasz Malesinski3-90/+2
2006-11-09Ondio: Better activity monitoring for 'ata' idle notification.Jens Arnold1-6/+8
2006-11-09Moved archos LCD aseembler code to target tree.Jens Arnold1-308/+0
2006-11-09Bah, Linus was right, trying to call the ata_idle callbacks on usb andJonathan Gordon2-11/+2
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis5-2180/+90
2006-11-08Missed one hotswap ifdef...Jens Arnold1-2/+4
2006-11-08Fix idle monitoring to not freeze the Ondio, and add it in a more elegant way...Jens Arnold1-17/+20
2006-11-08fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon2-0/+20
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon2-76/+20
2006-11-07dont spin up the disk to call the callbacks.Jonathan Gordon1-14/+16
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2-41/+88
2006-11-06adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon1-3/+12
2006-11-04H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...Jens Arnold1-5/+7
2006-11-02H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC...Jens Arnold1-13/+35
2006-10-30move coldfire ata defines to a shared ata-target.hMarcoen Hirschberg1-45/+1
2006-10-30remove some uneeded #ifdefsJonathan Gordon1-3/+0
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon2-145/+0
2006-10-29H300: Slight simplification of adc_scan(), ported from X5.Jens Arnold1-7/+7
2006-10-29move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon1-241/+12
2006-10-27cleanup ata.c a bit by moving portalplayer defines to target_tree and removin...Marcoen Hirschberg1-71/+0
2006-10-27Fixed FS#6034 - Voice isn't handled when FM radio in on. Leave DAC enabled wh...Michael Sevakis1-15/+16
2006-10-27Renamed the ipod_i2c functions to the more appropriate pp_i2cDaniel Stenberg4-30/+30
2006-10-25Removed unneeded pcf50606.c.Michael Sevakis1-538/+0
2006-10-25A better workaround due to ATA sleep bugs in the Ipod Nano. battery_bench and...Thom Johansen1-8/+9
2006-10-20generalise the wolfson codec code a bitMarcoen Hirschberg3-320/+83
2006-10-14Added a small interface to screens to translate colors into remote gray level...Michael Sevakis2-70/+82
2006-10-12Logf output on the serial port for h100 targetsLinus Nielsen Feltzing1-1/+25
2006-10-07Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and...Daniel Ankers1-12/+0
2006-10-05Fix warnings in player builds.Barry Wardell1-0/+1
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell3-500/+1
2006-09-26Fixed remote contrast settings. Maybe'll get some build errors here.Michael Sevakis1-4/+2
2006-09-26Add wheel_status() function to the ipod "4g" button driver (i.e. all ipods ex...Dave Chapman1-3/+29
2006-09-26Fixed tlv320 mute problem at least for digital audio path. Analog bypass muti...Michael Sevakis1-7/+16
2006-09-26Patch #6067 from Robert Keevil - enable headphone detection for the remaining...Dave Chapman1-0/+4
2006-09-26Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the head...Linus Nielsen Feltzing1-0/+28
2006-09-25Fix "Upside down" behaviour on H10. We need to flip horizontally as well as v...Barry Wardell1-0/+9
2006-09-25Fix them all.Miika Pekkarinen3-5/+5
2006-09-25Fixed the line scrolling not always being smooth.Miika Pekkarinen4-6/+6
2006-09-16Fixed the errors.Miika Pekkarinen1-1/+2
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen12-26/+25
2006-09-12Added the power off to x5 remote play button. 3s delay seems confortable and ...Michael Sevakis1-0/+2
2006-09-10Added remote backlight on hold option to players with remote hold switch. Dis...Michael Sevakis2-4/+8