summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman1-13/+62
2006-02-02This should not have been recommitted (went undetected for quite a while).Jens Arnold2-10/+6
2006-02-02* Changed implementation of inverse bar: Instead of complementing all pixels ...Jens Arnold4-60/+23
2006-02-02iPod: Remove/reduce the udelay()s in the button driver. They were in the IPL...Dave Chapman1-2/+7
2006-01-31iPod: Fix the detection of lcd type for the iPod Photo - this should fix prob...Dave Chapman1-3/+1
2006-01-30iPod: Remove some iPod Photo lcd initialisation code that (when used in the b...Dave Chapman1-10/+0
2006-01-30iPod: Initial attempt at volume/bass/treble control - more work is needed, bu...Dave Chapman1-2/+13
2006-01-28Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...Linus Nielsen Feltzing1-0/+58
2006-01-27Fix red buildsBrandon Low1-1/+3
2006-01-27Detect USB charge state in Hxx0Brandon Low1-1/+2
2006-01-24Removed PP5020_ prefix from register defines and added/renamed someThom Johansen2-8/+7
2006-01-22Horizontal screen scrolling part 3 (by Shachar Liberman)Brandon Low3-57/+61
2006-01-22Horizontal scrolling patch by Shachar Liberman - Part 2 :)Tomas Salfischberger1-10/+33
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger3-21/+89
2006-01-19Fix red buildsBrandon Low1-1/+1
2006-01-19Start cleaning up some #ifdefs in charging codeBrandon Low1-11/+4
2006-01-19Patch #1404233 by Peter D'Hoye: H300 brightness bugfixHristo Kovachev1-22/+1
2006-01-19Charging state reporting on H3x0Brandon Low1-0/+6
2006-01-19Initialize the MBC to off, idle state JinCBrandon Low1-1/+2
2006-01-18iPod: Fix endian bug with disk reads and writes to a non-aligned memory buffer.Dave Chapman1-2/+2
2006-01-18Two files for the iFP port that I forgot to commitDave Chapman2-0/+476
2006-01-16Temp fix for iPod Nano. Disable ATA sleep, as this will hang disk accesses.Thom Johansen1-0/+4
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman5-2/+121
2006-01-11Enable the EXTON and CHG wakeup againLinus Nielsen Feltzing1-1/+4
2006-01-11Reverted the wakeup/debounce PCF50606 settings for nowLinus Nielsen Feltzing1-3/+0
2006-01-10H300: Bootloader USB mode detection on EXTON wakeupLinus Nielsen Feltzing1-0/+3
2006-01-09Don't init the lcd twice - once on lcd_init_device and the other one on first...Hristo Kovachev1-1/+4
2006-01-05iPod: Fix the bootloader so it can load and run the original Apple firmware a...Dave Chapman1-0/+2
2005-12-28Patch #1392287 by Brandon Low - faster LCD update for H300 with ASMLinus Nielsen Feltzing1-1/+30
2005-12-22H300: RTC supportLinus Nielsen Feltzing1-0/+30
2005-12-22Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300Hristo Kovachev1-1/+20
2005-12-22Reverted the H300 LCD DMA patch, since it iterfered with the recording DMALinus Nielsen Feltzing1-16/+5
2005-12-22iPod: Enable HAVE_SW_POWEROFF define and map power-off to a very long press o...Dave Chapman1-3/+9
2005-12-22Button driver would insert erronous events when wheel position overflowed, th...Thom Johansen1-6/+10
2005-12-21Remove unused variablesDave Chapman1-1/+0
2005-12-21Put the ipod into standby mode on shutdown. This is untested on the 5g, but ...Dave Chapman2-4/+47
2005-12-21H300: Roughly 20% faster LCD updates with DMALinus Nielsen Feltzing2-6/+17
2005-12-20patch #1385256 by Hristo Kovachev - Turn off H300 LCD while backlight is offLinus Nielsen Feltzing1-84/+260
2005-12-19Correctly attribute Bernard Leach as the (C) holder for code taken from ipodl...Dave Chapman6-11/+40
2005-12-19Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be iden...Dave Chapman1-4/+4
2005-12-18New target - iPod Video.Dave Chapman1-0/+195
2005-12-17Button and click wheel driver for iPod 4g and Nano.Thom Johansen1-1/+151
2005-12-16Squash compiler warningsDave Chapman1-3/+17
2005-12-16iPod - Initial skeleton of an audio driverDave Chapman1-0/+249
2005-12-15H300 FM radio support, with help from Peter D'HoyeLinus Nielsen Feltzing2-15/+44
2005-12-11iPod: Cleanup of i2c code and addition of RTC driverDave Chapman2-99/+182
2005-12-11Reworking of Archos RTC code to create a (slightly) more abstract RTC apiDave Chapman1-1/+31
2005-12-11Patch #1377879 by Anders Kagerin - faster lcd_update_rect() for h300Linus Nielsen Feltzing1-7/+15
2005-12-09PCF50606 I2C timing is now more on specLinus Nielsen Feltzing1-0/+2
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg6-188/+105