summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tcc780x/cowond2
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Fix red/yellowMarcin Bukat1-1/+1
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat4-12/+12
2014-03-03Fix various reds. Some includes needed fixup.Thomas Martitz1-0/+2
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-10/+0
2012-01-07cowond2's power-target.h -> rename in pmu-target.hRafaël Carré5-4/+4
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-1/+1
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis2-141/+34
2011-11-15Commit FS#12352 by Stanislav Chizhik. Add support for the PCF50635. Enable...Michael Giacomelli1-2/+32
2010-08-01Various minor cleanups for cowon d2Bertrik Sikken1-0/+1
2010-07-11D2: Fix another timing loop that broke when we switched to the EABI compiler,...Rob Purchase1-2/+5
2010-06-13cowond2: make the code consistent with the comments and really clear the bitsRafaël Carré1-2/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-10-20D2: Remove the hardcoded driver-level touchscreen calibration, since it's don...Rob Purchase1-33/+3
2009-10-20Cleanup and expand D2 charger detection (not yet implemented for D2+).Rob Purchase1-2/+20
2009-10-16Fix logic error in D2+ touchscreen driver.Rob Purchase1-3/+3
2009-10-15Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...Rob Purchase5-137/+269
2009-10-10D2: Don't read touchscreen co-ordinates when hold is enabled.Rob Purchase1-0/+3
2009-10-10Initial support for runtime detection of the PMU used in newer D2+ models (PC...Rob Purchase4-26/+117
2009-10-08Remove an unused #defineRob Purchase1-3/+1
2009-10-08D2: Use a common function for reading ADC values from the PMURob Purchase2-31/+12
2009-09-26Improved Cowon D2 touchscreen driver.Rob Purchase3-55/+86
2009-08-19fix redNils Wallménius1-1/+2
2009-08-14Hopefully get all of the touchscreen drivers to act the same so release event...Karl Kurbjun1-4/+5
2009-07-26Re-work D2 power off behaviour.Rob Purchase1-8/+14
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase1-2/+15
2009-07-10D2: Remove unnecessary ide_power functions.Rob Purchase1-10/+0
2009-07-10D2: Update the battery discharge curve to observed values, and add a crude ru...Rob Purchase1-7/+7
2009-03-30TCC78x: Implement the user timer, rework some of the timer register #defines,...Rob Purchase1-30/+8
2009-03-24D2: Slightly reduce the number of incorrect touchscreen presses by busy-waiti...Rob Purchase1-1/+10
2009-03-21D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase1-0/+2
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-02-19Add generic touchscreen driver which allows calibration (apps/ layer will fol...Maurus Cuelenaere1-33/+4
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-27/+3
2008-12-01D2: Disable IRQs when writing to the LCD 3-wire interface, and re-instate the...Rob Purchase1-1/+5
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin1-10/+3
2008-11-17D2: Adjust the timing delay in ltv250qv_write() since several users still rep...Rob Purchase1-1/+1
2008-10-13Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by Fran...Rob Purchase1-1/+13
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere2-12/+12
2008-07-15Update lcd-as-memframe.S to only rotate YUV data for portrait LCDs (and remov...Rob Purchase1-82/+5
2008-07-09D2: A working implementation of lcd_blit_yuv() by Thibaut Girka.Rob Purchase1-8/+85
2008-07-09D2: Add the tuner_power() function which was missing from the previous FM com...Rob Purchase1-0/+49
2008-06-30fix a stray yellowFrank Gevaerts1-0/+1
2008-06-29Don't handle a touchscreen press when backlight is offMaurus Cuelenaere1-1/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg11-22/+44
2008-06-23D2: Take notice of the hold button.Rob Purchase1-0/+2
2008-06-23Fix the D2 click/popping every second. Lesson from PCM-driver 101: don't disa...Rob Purchase1-1/+1
2008-06-22Initial D2 sound playback support (known issues to follow on the CowonD2Info ...Rob Purchase2-2/+93
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-03More static / header file cleanup.Bertrik Sikken1-4/+1