summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tcc780x
AgeCommit message (Expand)AuthorFilesLines
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré1-1/+1
2009-11-26Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz1-6/+5
2009-10-31Remove svn:executable from firmwareMichael Chicoine1-0/+0
2009-10-29Make the TCC78x HW debug screen yield by including a button wait timeout.Rob Purchase1-9/+6
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-09-01D2: Obey the SD card write-protect tabRob Purchase1-0/+7
2009-09-01D2: Enable ARM cache coherency functions (eg. during codec load), which shoul...Rob Purchase2-1/+3
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-25D2: Fix the POWER button check after an exception/panic. Make this power the ...Rob Purchase1-2/+7
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase1-2/+15
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts1-4/+3
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase1-0/+835
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-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré1-27/+0
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2-16/+3
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-1/+1
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré2-9/+8
2009-06-24TCC78x: Enable interrupts/threading in the bootloader (required now that the ...Rob Purchase4-53/+45
2009-03-30TCC78x: Implement the user timer, rework some of the timer register #defines,...Rob Purchase6-52/+74
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-20Implement udelay() for D2 and remove the old hacks from USB & FM drivers.Rob Purchase2-0/+10
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
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+5
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-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis1-14/+1
2008-10-13Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by Fran...Rob Purchase1-1/+13
2008-09-22Add some missed bits + change MODE to TMODEVitja Makarov1-1/+1
2008-09-06Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite...Dave Chapman1-314/+0
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-12Make the TCC780x NAND driver also build for 77x targets. This is work-in-prog...Rob Purchase2-867/+9
2008-07-09D2: A working implementation of lcd_blit_yuv() by Thibaut Girka.Rob Purchase1-8/+85