summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/iriver/h300
AgeCommit message (Expand)AuthorFilesLines
2009-10-11H300 LCD update: Use interrupt driven background DMA transfers, giving other ...Jens Arnold1-35/+78
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken1-0/+1
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-10/+43
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg12-24/+48
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis3-6/+5
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-16/+1
2008-02-03fix h300 redRobert Kukla1-1/+1
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold2-6/+35
2007-10-14H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold2-53/+121
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman1-2/+3
2007-08-17H300: Read battery voltage with 10bit precision.Jens Arnold2-7/+10
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold1-0/+58
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold1-10/+2
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis1-0/+5
2007-07-30H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio A...Jens Arnold2-30/+7
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis1-2/+2
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis1-1/+1
2007-03-02H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging s...Linus Nielsen Feltzing1-1/+4
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla1-0/+105
2007-02-22Move the MPARK init to system_init()Linus Nielsen Feltzing1-2/+0
2007-02-22Correct LCD DMA init on the H300Linus Nielsen Feltzing1-0/+2
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold1-2/+2
2007-02-18CONFIG_CHARGINGJonathan Gordon1-1/+1
2007-02-02Corrected the comments regarding USB chargingLinus Nielsen Feltzing1-2/+6
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin1-0/+26
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen1-1/+3
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2006-11-24The ADC GPIO init code for the H100 was accidentally put in the H300 driver w...Linus Nielsen Feltzing1-8/+0
2006-11-10Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai...Michael Sevakis1-0/+7
2006-11-10H300/X5: Moved backlight brightness code to target tree. Created __backlight_...Michael Sevakis1-0/+10
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis1-0/+425
2006-11-04H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...Jens Arnold1-226/+120
2006-11-02H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC...Jens Arnold1-96/+0
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon5-0/+330
2006-10-29Removed unnecessary #include s.Jens Arnold1-4/+0
2006-10-29H300: Don't read the button ADC as long as no button is pressed, utilising th...Jens Arnold2-4/+76
2006-10-29move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon1-0/+246
2006-10-25Moved pcf50606 stuff to target directory.Michael Sevakis1-0/+52
2006-08-23H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% ...Jens Arnold1-0/+385