summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk
AgeCommit message (Expand)Author
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-08-06Hrmph. That was just weird to do that.Michael Sevakis
2007-08-06e200: Make sure backlight will never get stuck off for long periods from the ...Michael Sevakis
2007-08-04Oops. mvn is one's-complement, not two's. Correct the YUV calculation.Michael Sevakis
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis
2007-07-29Add a new timeout API to the kernel. Enable only for e200 right now since it'...Michael Sevakis
2007-07-25Some rewriting of the e200 ata driver. No more panicing. Faster card multiple...Michael Sevakis
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis
2007-07-14e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g...Michael Sevakis
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis
2007-07-12e200: This should stop lockups on sansa with struck SD card insert detection....Michael Sevakis
2007-07-12e200: adc_read needs mutex since it is accessed from multiple threads and yie...Michael Sevakis
2007-07-09e200: Remove all that inlining in the display driver to get rid of the bloat....Michael Sevakis
2007-07-08e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...Michael Sevakis
2007-07-07e200: Better power_off to lock the system down while waiting for PMU to cut p...Michael Sevakis
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis
2007-06-07e200: Better sync of display enabling and display update. The display would b...Michael Sevakis
2007-06-07increase the SD stack.Jonathan Gordon
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis
2007-06-03e200: Update the button init code to be more correct for using GPIO IRQs.Michael Sevakis
2007-06-03e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall...Michael Sevakis
2007-06-01e200: Use clocking set up by loader and skip setting the values for now. Chan...Michael Sevakis
2007-05-25Bring buttons back to the e200 bootloader?Michael Sevakis
2007-05-19Backlight=on as default for sansa bootlaoder/application. Allows instant Antonius Hellmann
2007-05-11Didn't even notice that Sansa bootloader warning until now. Fix it.Michael Sevakis
2007-05-11GPIO IRQ ready button driver for e200 series. Can't actually use them yet but...Michael Sevakis
2007-05-09display error/boot messages in the sansa bootloaderAntonius Hellmann
2007-05-06e200: set the default values to stop the backlight turning off on boot, regar...Jonathan Gordon
2007-05-01e200: Add register defines for the LCD driver IC.Michael Sevakis
2007-04-23FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when ba...Barry Wardell
2007-04-22clean up some #include'sChristian Gmeiner
2007-04-22fix bootloaderJonathan Gordon
2007-04-22e200: Make the wheel light timeout configurable (under settings > system) (FS...Jonathan Gordon
2007-04-19allow the backlight on hold setting to work correctly on sansaJonathan Gordon
2007-04-17hmm.... do it a bit nicerlyJonathan Gordon
2007-04-17Only trigger a wheel press once per click like the OFJonathan Gordon
2007-04-14e200: Use cached memory for the yuv chroma buffer. Gives some speedup. Align ...Michael Sevakis
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold
2007-04-06Optimized lcd_yuv_blit() (used by mpegplayer) for the Sansa E200. This is ju...Dave Chapman
2007-03-21Fix blitting on Sansa so Mpegplayer works againDaniel Ankers
2007-03-20Sansa LCD: Make the second framebuffer staticDaniel Ankers
2007-03-20Improved LCD driver for Sansa. Uses double-buffering to cure the flickering....Daniel Ankers
2007-03-15Fix problem where power_off() on the Sansa returns before the device is actua...Barry Wardell
2007-03-13Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off da...Barry Wardell
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers