summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-09-19Remove dead or useless defines: HAVE_ONDIO_IC was replaced by CONFIG_I2C but ...Marianne Arnold5-11/+0
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 Chapman3-3/+18
2009-09-17Add PLL2 definitions for the S5L8701, plus some config file tweaks for the Na...Dave Chapman3-14/+9
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-13Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz1-2/+0
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-06move the CONFIG_LED #define out into config.h as all but 3 targets actually h...Jonathan Gordon47-140/+2
2009-09-06Make the e200 compile the vled for the sim... other targets are probably doin...Jonathan Gordon1-2/+4
2009-09-06Sansa c200v2: fix si4700 tuner initialisation to make it work for the c200v2Bertrik Sikken1-1/+1
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-04Fix typos in the commentAlexander Levin1-2/+2
2009-09-04Const police raid\!Nils Wallménius2-10/+13
2009-09-04iaudio7: Implement udelay, mostly based on D2 port, except Z-clock initializa...Vitja Makarov3-7/+17
2009-09-04Explain the stride and fix the player.Karl Kurbjun1-19/+62
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun2-5/+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-02Update Vertical stride so that it's oriented left to right in the destination.Karl Kurbjun1-25/+22
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 Purchase4-1/+9
2009-09-01Fixed checkwps build warnings. Updated checkwps makefile to be closer to main.Björn Stenberg1-0/+4
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-01Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCESKarl Kurbjun1-0/+4
2009-09-01Initial vertical stride LCD driver. Backdrop is inverted with it currently.Karl Kurbjun1-0/+923
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 Martitz2-17/+46
2009-08-30Fix Onda VX777 boot extensionMaurus Cuelenaere1-0/+2
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 Martitz2-23/+34
2009-08-29Add stride defines to support vertical stridesKarl Kurbjun2-0/+11
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-21A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere4-81/+147
2009-08-21Add a BTN_MASK for the VX777 (aka fix red)Maurus Cuelenaere1-3/+8