summaryrefslogtreecommitdiffstats
path: root/firmware/backlight.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman1-0/+4
2006-01-19Patch #1404233 by Peter D'Hoye: H300 brightness bugfixHristo Kovachev1-4/+20
2006-01-16The Code Police struck againLinus Nielsen Feltzing1-5/+4
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+4
2005-12-22Oops:) Make the brightness setting purely numericalHristo Kovachev1-0/+2
2005-12-22Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300Hristo Kovachev1-0/+14
2005-12-20patch #1385256 by Hristo Kovachev - Turn off H300 LCD while backlight is offLinus Nielsen Feltzing1-0/+5
2005-11-23Replaced the booolean 'Backlight On When Plugged' setting with a complete alt...Jens Arnold1-39/+40
2005-11-22Fix iriver bootloader builds.Jens Arnold1-0/+11
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold1-117/+161
2005-11-16Always turn on the backlight in the H300 boot loaderLinus Nielsen Feltzing1-1/+8
2005-11-16Reverted erroneous commitLinus Nielsen Feltzing1-8/+1
2005-11-16Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing1-1/+8
2005-11-14H300 backlightLinus Nielsen Feltzing1-5/+13
2005-11-14iPod: Add backlight functions for NanoDave Chapman1-0/+12
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-0/+10
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold1-1/+1
2005-08-15iriver: Always turn on the backlight in backlight_init()Linus Nielsen Feltzing1-0/+1
2005-08-11Backlight dimming: Don't unboost the CPU from within the isr.Jens Arnold1-2/+9
2005-08-11Backlight dimming: Protect from extraneous calls with the same target value. ...Jens Arnold1-0/+4
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold1-56/+45
2005-07-04Disable backlight in the bootloaderLinus Nielsen Feltzing1-1/+1
2005-07-02Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold1-10/+10
2005-06-20The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold1-8/+2
2005-06-20Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen1-3/+8
2005-06-20Backlight dimming is now flicker free on all situations.Miika Pekkarinen1-0/+5
2005-06-20Iriver: Backlight fading is now configurable. Added a function to stop the ba...Jens Arnold1-131/+65
2005-06-19Only stop backlight pwm timer if display is fully dimmed eitherMiika Pekkarinen1-2/+3
2005-06-18Initial support for iriver backlight dimming. Unfortunately dimmingMiika Pekkarinen1-0/+213
2005-05-30Added dummy function and simulator stub.Jens Arnold1-0/+1
2005-05-30Remote LCD: added own backlight timeout stuffChristian Gmeiner1-2/+12
2005-05-08More dead code...Jens Arnold1-1/+2
2005-04-22typo (ok, my commits get trivial)Jörg Hohensohn1-1/+1
2005-04-15iRiver: Independent backlight timers for the main and remote LCDLinus Nielsen Feltzing1-9/+56
2005-04-15IRiver: added remote backlight handling into backlight threadChristian Gmeiner1-0/+12
2005-02-06Aligned thread stackLinus Nielsen Feltzing1-1/+1
2005-02-05backlight driver for GminiJean-Philippe Bernardy1-0/+6
2004-12-18multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, all...Jörg Hohensohn1-20/+18
2004-11-20Player: initialize backlight control pin (for coldstart)Jens Arnold1-0/+5
2004-11-18Correct polarity for the iRiver backlight pinLinus Nielsen Feltzing1-2/+2
2004-10-09Removed backlight handling remains for platforms with no backlight (Ondio)Jens Arnold1-2/+2
2004-10-07Ported to iRiver H100Linus Nielsen Feltzing1-23/+39
2004-09-10no backlight for OndioJörg Hohensohn1-5/+21
2004-08-03More const policeing step 3Jens Arnold1-1/+1
2004-07-22It turns out that the backlight port pin on the player can be set to an input...Linus Nielsen Feltzing1-7/+3
2004-01-30hope I killed that warning nowJörg Hohensohn1-1/+1
2004-01-30inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn1-2/+2
2003-11-07The code police strikes backLinus Nielsen Feltzing1-4/+7
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn1-4/+5
2003-07-28TP Diffenbach pointed out the risk here. Added a check for bad input valuesDaniel Stenberg1-3/+6