summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/iriver/h10
AgeCommit message (Expand)AuthorFilesLines
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-1/+1
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-39/+75
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-75/+39
2008-03-27Make H10 bootloader successfully boot the OF again.Barry Wardell1-0/+4
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-39/+75
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-75/+39
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2-30/+2
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-39/+75
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-75/+39
2008-02-01H10-20GB: Commit the first patch in FS#8533 to fix the mpegplayer display pro...Michael Sevakis1-8/+16
2008-01-26H10 20GB: Assembly YUV blitting and dithering.Michael Sevakis2-145/+586
2008-01-25H10 20GB: Hopefully fix the issue on FM not operating at 80MHz CPU frequency ...Michael Sevakis1-0/+2
2008-01-12- share adc reading code between h10 and mrobe100Robert Kukla1-141/+0
2007-11-27H10 button driver: Use atomic GPIO bit manipulation.Jens Arnold1-7/+7
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold1-6/+15
2007-11-11FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell2-2/+206
2007-11-03Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...Jens Arnold1-3/+2
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell4-44/+79
2007-10-12H10 LCD driver size reductions: Un-inline a function for H10 20GB, and introd...Jens Arnold2-16/+16
2007-10-12PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...Jens Arnold2-95/+70
2007-08-21H10: add more time between enabling touch-pad and reading ADC. Greatly improv...Peter D'Hoye2-2/+7
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold1-0/+71
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold1-20/+4
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis1-0/+5
2007-07-26H10: Speed up LCD updates significantly (~+80% when boosted).Jens Arnold2-1/+3
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis1-2/+2
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-1/+0
2007-03-16Fix problem where power_off() on the H10 returns before the device is actuall...Barry Wardell1-0/+1
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold1-2/+2
2007-01-20On the H10 when we power the disk on again after spindown and poweroff we nee...Barry Wardell1-0/+1
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2006-12-20Combine USB code for all PortalPlayer targets since they most likely all use ...Barry Wardell1-58/+0
2006-12-05Recent fix "Prevent the click of death when connecting an ipod to usb." is us...Barry Wardell1-0/+2
2006-11-11Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell1-0/+6
2006-11-10Forgot to add new files for iFP move to target tree.Tomasz Malesinski2-52/+0
2006-10-02Enable ATA poweroff option on H10 for a nice increase in battery life.Barry Wardell1-4/+6
2006-09-29Add support for H10 remote. Remote buttons have the same keymappings as their...Barry Wardell4-10/+59
2006-09-28Apply Mike Sevakis' recent sleep/contrast fixes for the X5 LCD driver to the ...Barry Wardell1-6/+15
2006-09-25Fix "Upside down" behaviour on H10. We need to flip horizontally as well as v...Barry Wardell1-1/+3
2006-09-23Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when ...Barry Wardell1-15/+6
2006-09-20Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell2-61/+7
2006-09-13Fix behaviour of "Backlight (On Hold Key)" for H10. Make sure button GPIO por...Barry Wardell1-2/+13
2006-09-10Fix H10 bootloader build error introduced in last commit.Barry Wardell1-0/+2
2006-09-10Make "Backlight (On hold key)" option work.Barry Wardell1-3/+1
2006-09-09H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Impro...Barry Wardell3-83/+640
2006-09-04Fix display bugs with H10 LCDs (both 20GB and 5/6GB models). The 20GB LCD is ...Barry Wardell1-11/+55
2006-09-04Basic support for the H10 scrollpad.Barry Wardell1-4/+17
2006-09-01Add backlight support for H10Barry Wardell2-17/+2
2006-08-31H10 changes: power_off() now actually powers off. Fix wrong bitwise operation...Barry Wardell1-7/+4
2006-08-31Make LCD writing functions inline for ~33% performance increase. Add lcd_yuv_...Barry Wardell1-12/+162