summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tcc780x/cowond2
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase1-2/+1
2008-04-27Enable 'touchscreen areas' on the D2, based on JdGordon's m:robe code. Disabl...Rob Purchase3-10/+144
2008-04-21A few preparations for the D2 PCM driver: move driver up to TCC780x level, mo...Rob Purchase1-86/+0
2008-04-15woops... fix red and some svn keywords.Jonathan Gordon2-5/+16
2008-04-15Setup the touchpads to have two modes - stylus and button - and set them in b...Jonathan Gordon1-6/+17
2008-04-12Fix cut'n'pasterelated yellows.Rob Purchase1-1/+1
2008-04-12D2: Charging detection, plus basic PCF50606 interrupt handler.Rob Purchase1-0/+40
2008-04-12D2: Implement battery voltage readout from PCF50606 (levels not yet calibrate...Rob Purchase1-11/+34
2008-04-11D2: Remove USB detection as it's not actually on GPIOC26 (that's a charging i...Rob Purchase1-5/+2
2008-04-08D2: Implement power-off by putting the PCF50606 to sleep (and reduce timeout ...Rob Purchase2-9/+14
2008-04-04D2: Adjustable backlight brightness (sometimes fails when boosted, suggests I...Rob Purchase3-40/+63
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis1-1/+1
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-13/+1
2008-03-23D2: Implement LCD driver framebuffer as per E200/Gigabeat F. Kill a few warni...Rob Purchase1-22/+117
2008-03-22D2: Implement HAS_BUTTON_HOLD.Rob Purchase2-7/+11
2008-03-22D2: Fix inverted USB detection.Rob Purchase1-2/+2
2008-03-05D2: Make lcd_init_device() actually turn on the LCD, in preparation for booti...Rob Purchase1-9/+18
2008-02-16a very basic power_off functionChristian Gmeiner1-1/+5
2008-02-16I need to overwork this - sorryChristian Gmeiner1-16/+0
2008-02-16Shutdown needs about 2 seconds, but it seems to work :)Christian Gmeiner1-2/+16
2008-01-22Fix typo (and update the build table...)Rob Purchase1-1/+1
2008-01-14Initial Cowon D2 commit:Rob Purchase10-0/+833