summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc780x
AgeCommit message (Expand)Author
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré
2009-11-26Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz
2009-10-31Remove svn:executable from firmwareMichael Chicoine
2009-10-29Make the TCC78x HW debug screen yield by including a button wait timeout.Rob Purchase
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-10-20D2: Remove the hardcoded driver-level touchscreen calibration, since it's don...Rob Purchase
2009-10-20Cleanup and expand D2 charger detection (not yet implemented for D2+).Rob Purchase
2009-10-16Fix logic error in D2+ touchscreen driver.Rob Purchase
2009-10-15Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...Rob Purchase
2009-10-10D2: Don't read touchscreen co-ordinates when hold is enabled.Rob Purchase
2009-10-10Initial support for runtime detection of the PMU used in newer D2+ models (PC...Rob Purchase
2009-10-08Remove an unused #defineRob Purchase
2009-10-08D2: Use a common function for reading ADC values from the PMURob Purchase
2009-09-26Improved Cowon D2 touchscreen driver.Rob Purchase
2009-09-01D2: Obey the SD card write-protect tabRob Purchase
2009-09-01D2: Enable ARM cache coherency functions (eg. during codec load), which shoul...Rob Purchase
2009-08-19fix redNils Wallménius
2009-08-14Hopefully get all of the touchscreen drivers to act the same so release event...Karl Kurbjun
2009-07-26Re-work D2 power off behaviour.Rob Purchase
2009-07-25D2: Fix the POWER button check after an exception/panic. Make this power the ...Rob Purchase
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase
2009-07-10D2: Remove unnecessary ide_power functions.Rob Purchase
2009-07-10D2: Update the battery discharge curve to observed values, and add a crude ru...Rob Purchase
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré
2009-06-29Move SH7034 timer code in the target treeRafaël Carré
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré
2009-06-24TCC78x: Enable interrupts/threading in the bootloader (required now that the ...Rob Purchase
2009-03-30TCC78x: Implement the user timer, rework some of the timer register #defines,...Rob Purchase
2009-03-24D2: Slightly reduce the number of incorrect touchscreen presses by busy-waiti...Rob Purchase
2009-03-21D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase
2009-03-20Implement udelay() for D2 and remove the old hacks from USB & FM drivers.Rob Purchase
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2009-02-19Add generic touchscreen driver which allows calibration (apps/ layer will fol...Maurus Cuelenaere
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis
2008-12-01D2: Disable IRQs when writing to the LCD 3-wire interface, and re-instate the...Rob Purchase
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin
2008-11-17D2: Adjust the timing delay in ltv250qv_write() since several users still rep...Rob Purchase
2008-10-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis
2008-10-13Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by Fran...Rob Purchase
2008-09-22Add some missed bits + change MODE to TMODEVitja Makarov
2008-09-06Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite...Dave Chapman
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere
2008-07-15Update lcd-as-memframe.S to only rotate YUV data for portrait LCDs (and remov...Rob Purchase
2008-07-12Make the TCC780x NAND driver also build for 77x targets. This is work-in-prog...Rob Purchase
2008-07-09D2: A working implementation of lcd_blit_yuv() by Thibaut Girka.Rob Purchase