summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk/sansa-e200/lcd-e200.c (follow)
Commit message (Expand)AuthorAge
* kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz2014-03-03
* Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis2011-12-16
* Fix r31311 red and yellow.Michael Sevakis2011-12-15
* Collect some of the memory frame LCD C code.Michael Sevakis2011-12-15
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* fix more redNils Wallménius2009-08-19
* Remove that orphaned and wrong #ifThomas Martitz2009-03-30
* Fix yellow.Thomas Martitz2009-03-30
* Correct some preprocessor checks.Thomas Martitz2009-03-29
* Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz2009-03-17
* Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz2009-03-17
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis2008-05-28
* e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.Michael Sevakis2008-04-06
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2008-03-24
* Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis2007-11-08
* Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.Barry Wardell2007-11-05
* Fix red.Barry Wardell2007-11-05
* Get rid of some more inl/outl and use the new GPO32 define instead.Barry Wardell2007-11-05
* e200: shorten some delays so the backlight turn on is snappier. Values seem t...Michael Sevakis2007-10-28
* Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell2007-10-16
* Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the ...Michael Sevakis2007-10-04
* PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis2007-10-04
* Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis2007-09-25
* Faster video rendering for e200 and Gigabeat.Michael Sevakis2007-09-12
* Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan Bac...Michael Sevakis2007-09-05
* Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis2007-07-31
* e200: Remove all that inlining in the display driver to get rid of the bloat....Michael Sevakis2007-07-09
* e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...Michael Sevakis2007-07-08
* e200: Better sync of display enabling and display update. The display would b...Michael Sevakis2007-06-07
* e200: Add register defines for the LCD driver IC.Michael Sevakis2007-05-01
* FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when ba...Barry Wardell2007-04-23
* clean up some #include'sChristian Gmeiner2007-04-22
* e200: Use cached memory for the yuv chroma buffer. Gives some speedup. Align ...Michael Sevakis2007-04-14
* Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis2007-04-13
* Optimized lcd_yuv_blit() (used by mpegplayer) for the Sansa E200. This is ju...Dave Chapman2007-04-06
* Fix blitting on Sansa so Mpegplayer works againDaniel Ankers2007-03-21
* Sansa LCD: Make the second framebuffer staticDaniel Ankers2007-03-20
* Improved LCD driver for Sansa. Uses double-buffering to cure the flickering....Daniel Ankers2007-03-20
* Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell2007-03-03
* FS#6675: Add lcd_yuv_blit() for the Sansa. Thanks to Rene Peinthor. This make...Barry Wardell2007-02-19
* Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers2006-11-22
* Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. A...Daniel Ankers2006-10-16
* better names for the target-specific files and define PP5024 properlyDaniel Stenberg2006-08-01