summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk/sansa-e200
AgeCommit message (Expand)Author
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-08-19fix more redNils Wallménius
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken
2009-03-30Remove that orphaned and wrong #ifThomas Martitz
2009-03-30Fix yellow.Thomas Martitz
2009-03-29Correct some preprocessor checks.Thomas Martitz
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2009-01-11c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis
2008-06-29Move declaration of button_int and clickwheel_int to the proper header file i...Bertrik Sikken
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-05-12Undo r17470 because of regressions in some debug menus.Andree Buschmann
2008-05-12Fix for FS#5162. Being able to read scrollwheel action via button_read_device...Andree Buschmann
2008-04-06e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.Michael Sevakis
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold
2008-01-20Commit FS#8480 by Andree Buschmann. Updates battery calibration for the Sans...Michael Giacomelli
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis
2007-11-05Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.Barry Wardell
2007-11-05Fix red.Barry Wardell
2007-11-05Get rid of some more inl/outl and use the new GPO32 define instead.Barry Wardell
2007-10-28e200: shorten some delays so the backlight turn on is snappier. Values seem t...Michael Sevakis
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold
2007-10-04Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the ...Michael Sevakis
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis
2007-09-18Kick the idle poweroff timer on wheel activity. Should fix FS #7786Peter D'Hoye
2007-09-12Faster video rendering for e200 and Gigabeat.Michael Sevakis
2007-09-06Move files that will be common to the Sansa e200 and c200Mark Arigo
2007-09-05Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan Bac...Michael Sevakis
2007-08-22FS#7634: Add support for high capacity microSD cards (SDHC). We now support S...Barry Wardell
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