summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iriver
AgeCommit message (Expand)Author
2007-06-19Fix iriver H100 i2c driver which was broken by the switch to build with -Os. ...Nils Wallménius
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis
2007-04-21Coldfire targets: Adjusted PLL settings (lowest possible VCO clock for each s...Jens Arnold
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold
2007-04-11Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis
2007-03-04iRiver H100 series: Catching up on old work. Use a better way to keep playbac...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-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold
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-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold
2007-02-18CONFIG_CHARGINGJonathan Gordon
2007-02-18Do the CONFIG_USBOTG define correctlyJonathan Gordon
2007-02-18CONFIG_USBOTG fixesJonathan Gordon
2007-02-17Keep delay loop from being optimized away.Magnus Holmgren
2007-02-05New PLL calculations to make sure that PLLDIV != 0. This seems to solve the p...Linus Nielsen Feltzing
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-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis
2006-12-08iRiver: Clearing CRSEL bit when using default CPU frequency caused audio chip...Michael Sevakis
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg
2006-12-06PLL was incorrectly initialized causing system to crash when ran fromMiika Pekkarinen
2006-12-05H1x0: Enable optical output to be switched on or off during playback and reco...Michael Sevakis
2006-11-27iRiver: Channel 2 shouldn't be monitored except for radio playback.Michael Sevakis
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold
2006-11-24The ADC GPIO init code for the H100 was accidentally put in the H300 driver w...Linus Nielsen Feltzing
2006-11-23iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...Michael Sevakis
2006-11-21H100 series: Adjusted gray scale balance and default contrast for more linear...Michael Sevakis
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis
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-10H100/120: Split lcd driver into pixel format and device specific parts. Adjus...Michael Sevakis
2006-11-08Forgot to cvs add lcd-as-h100.S.Michael Sevakis
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...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 coldfire ata defines to a shared ata-target.hMarcoen Hirschberg
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