summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2009-09-27Clean up duplicate #includesBertrik Sikken2-2/+0
2009-09-26Improved Cowon D2 touchscreen driver.Rob Purchase3-55/+86
2009-09-26Sansa Fuze/e200v2: protect lcd a little better against concurrent accessBertrik Sikken2-4/+10
2009-09-25AMS Sansa: Add delay for µSD writes to fix CRC failures with class 6 µSD c...Jack Halpin1-0/+8
2009-09-21ata-nand-telechips: tcc77x have now USEC_TIMERVitja Makarov1-2/+0
2009-09-20i7: pcm-telechips fix sampling rate that was about 40000 instead of 44100Vitja Makarov1-74/+12
2009-09-18i7: _backlight_init() turn backlight on, as we can miss panic messageVitja Makarov1-0/+2
2009-09-18tcc77x: add tcc77x_cscfg_bw() helper for external memory bus width setupVitja Makarov3-2/+15
2009-09-17i7: Fix memory bus initialization, thanks to Genia Bezman!Vitja Makarov1-1/+1
2009-09-17Fix a comment so that it matches the codeDave Chapman1-1/+1
2009-09-17Fix unreliable LCD updates on the "type 0" LCD. Plus add some comments and a...Dave Chapman1-2/+18
2009-09-17TIMERB is in a different location on the S5L8701Dave Chapman2-3/+13
2009-09-17Add an app.lds and some stub functions for the Nano 2G - this isn't enough to...Dave Chapman5-0/+377
2009-09-12AMS Sansa: Adjust View HW info page to display SD and uSD MCICLK freqs insteadJack Halpin1-36/+66
2009-09-08Samsung YH925: Reset the LCD orientation to what the OF expects before branch...Thomas Martitz1-0/+12
2009-09-07Higher the button delay on the fuze a bit more, the wrong hold button reads a...Thomas Martitz1-1/+1
2009-09-07M:Robe 500: Fix glitches when using DMA for LCD updates.Karl Kurbjun1-6/+37
2009-09-05Sansa c200v2: update DBOP button reading mechanism, this enables readout of t...Bertrik Sikken2-47/+62
2009-09-05Increase the button delays slightly to aid against sporadic missreads of the ...Thomas Martitz1-2/+2
2009-09-05Make the Fuze usable again by inserting a few delays in the lcd functions, co...Thomas Martitz1-17/+21
2009-09-05Fix display bug in the Samsung YH-920 on partial lcd updates.Mark Arigo1-1/+1
2009-09-04iaudio7: Implement udelay, mostly based on D2 port, except Z-clock initializa...Vitja Makarov2-0/+17
2009-09-02i7: Notify the backlight driver when the HOLD button is toggled, same as D2Vitja Makarov1-0/+12
2009-09-02M:Robe 500: fix warningKarl Kurbjun1-0/+4
2009-09-02M:Robe 500: Add low-level support for vertical stridesKarl Kurbjun1-198/+113
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-09-01YH920 : enable battery reading (uncalibrated yet)Rafaël Carré1-2/+1
2009-09-01Enable sound on the Samsung YH-920Mark Arigo1-0/+5
2009-09-01Move the FIFO emptying up, as having it after lcd_write_single_data16() cause...Thomas Martitz2-10/+10
2009-09-01Fuze/e200v2: Speed up the LCD further by letting the FIFO fill until it's ful...Thomas Martitz3-13/+19
2009-08-31Apply the lcd speed fix from fuze also to e200v2. Improves speed by a factor ~2.Dominik Wenger1-9/+30
2009-08-31Speed up the Fuze's LCD by a factor of ~2.1 (lcd_update()) by using 32bit tra...Thomas Martitz1-16/+42
2009-08-30Fix x_offset for YUV blitting.Thomas Martitz1-0/+2
2009-08-30Dreaded last minute changes at 4am :( Fix red.Thomas Martitz1-1/+1
2009-08-30Samsung YH925: Implement lcd flipping. Although it's a questionable feature, ...Thomas Martitz1-22/+33
2009-08-24Meizu M6SP: initial LCD driver (compiles but is untested)Bertrik Sikken1-101/+413
2009-08-24Samsung YH925: Correct a typo in the battery calibration.Thomas Martitz1-1/+1
2009-08-21Add a BTN_MASK for the VX777 (aka fix red)Maurus Cuelenaere1-3/+8
2009-08-21 * Onda VX777: add support for its single physical buttonMaurus Cuelenaere2-49/+55
2009-08-20fix yellowNils Wallménius1-1/+2
2009-08-20M:Robe 500: Add support for DMA based LCD updates when in Portrait mode. Tes...Karl Kurbjun1-31/+281
2009-08-19fix svn propertiesNils Wallménius7-1/+1
2009-08-19fix more redNils Wallménius1-0/+1
2009-08-19fix redNils Wallménius8-2/+15
2009-08-19Onda's: add touchscreen boot menu for targets without/not much physical butto...Maurus Cuelenaere1-0/+3
2009-08-15Samsung YP-S3: add backlight-target.h for the YP-S3 (contains target specific...Bertrik Sikken2-2/+34
2009-08-15Sansa Clip & m200v4 : calls backlight_hold_changed() when hold button is toggledRafaël Carré2-5/+38
2009-08-14Fix YellowKarl Kurbjun1-2/+2
2009-08-14Hopefully get all of the touchscreen drivers to act the same so release event...Karl Kurbjun3-5/+15