summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-10-01get rid of one hardcoded 512. SECTOR_SIZE is still there. It should probably ...Frank Gevaerts1-1/+1
2009-10-01FS#10226 - isp1583.c code cosmeticsTomer Shalev1-65/+71
2009-10-01FS#9157 - Tidy up some MAS35XX constantsTomer Shalev2-19/+32
2009-10-01AMS Sansa: Replace another simple delay with a more intelligent MCI FIFO sta...Jack Halpin1-2/+3
2009-10-01e200v2/Fuze: Improve scrollwheel a little bit by assuming the previous wheel ...Thomas Martitz1-9/+18
2009-09-30AMS Sansa: Rename variable sdhc to sd_v2 to more accurately reflect the info...Jack Halpin1-5/+5
2009-09-30Fix "lcd driver speed up" on e200v2Rafaël Carré1-9/+11
2009-09-30Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev14-77/+322
2009-09-29AMS Sansa: Replace simple write delay with a smarter check on status of MCI ...Jack Halpin1-6/+2
2009-09-27Clean up duplicate #includesBertrik Sikken3-3/+0
2009-09-27Fix delta from r22843, due to unintended FP usageRob Purchase1-2/+2
2009-09-26Add a few pixels "dead zone" between the touchscreen grid "buttons", to avoid...Rob Purchase1-3/+30
2009-09-26Improved Cowon D2 touchscreen driver.Rob Purchase3-55/+86
2009-09-26Add missing parentheses to fix redNils Wallménius1-2/+2
2009-09-26FS#10569 RTC driver cleanupNils Wallménius15-363/+450
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-24FS#9824: Fix FM channel spacing for EuropeBertrik Sikken2-4/+16
2009-09-23Fix red for HAS_SERIAL_REMOTEThomas Martitz1-1/+1
2009-09-23Fix non-hold button and headphone detection target sims.Thomas Martitz1-1/+1
2009-09-23Rework the simulators button reading to not implement it's own complete driver.Thomas Martitz1-8/+19
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-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