summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iriver/h300
AgeCommit message (Expand)Author
2011-06-17Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis
2010-08-01More minor const/static/include fixes.Bertrik Sikken
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-10-11H300 LCD update: Use interrupt driven background DMA transfers, giving other ...Jens Arnold
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold
2008-02-03fix h300 redRobert Kukla
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold
2007-10-14H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman
2007-08-17H300: Read battery voltage with 10bit precision.Jens Arnold
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis
2007-07-30H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio A...Jens Arnold
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis
2007-03-02H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging s...Linus Nielsen Feltzing
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla
2007-02-22Move the MPARK init to system_init()Linus Nielsen Feltzing
2007-02-22Correct LCD DMA init on the H300Linus Nielsen Feltzing
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold
2007-02-18CONFIG_CHARGINGJonathan Gordon
2007-02-02Corrected the comments regarding USB chargingLinus Nielsen Feltzing
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-11-24The ADC GPIO init code for the H100 was accidentally put in the H300 driver w...Linus Nielsen Feltzing
2006-11-10Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai...Michael Sevakis
2006-11-10H300/X5: Moved backlight brightness code to target tree. Created __backlight_...Michael Sevakis
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis
2006-11-04H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...Jens Arnold
2006-11-02H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC...Jens Arnold
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon
2006-10-29Removed unnecessary #include s.Jens Arnold
2006-10-29H300: Don't read the button ADC as long as no button is pressed, utilising th...Jens Arnold
2006-10-29move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon
2006-10-25Moved pcf50606 stuff to target directory.Michael Sevakis
2006-08-23H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% ...Jens Arnold