summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-06-21Fix more missing mutex_init calls.Bertrik Sikken2-0/+4
2009-06-21Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyw...Rafaël Carré2-12/+8
2009-06-21Fix missing i2c mutex initialisation for telechips.Bertrik Sikken1-1/+1
2009-06-20c200v2 : fix FM radio, the c200v2 uses the internal oscillator like others Sa...Rafaël Carré1-1/+1
2009-06-20Sansa c200v1 & c200v2 LCD: higher performance when writing pixelsRafaël Carré1-15/+23
2009-06-20Fix delays in generic i2c driver, reduce delays in ams sansa fmradio i2c driv...Bertrik Sikken2-3/+2
2009-06-20Fix e200v2 radio problem (missing Si4702 initialisation)Bertrik Sikken1-2/+3
2009-06-20Make ATA poweroff an advanced build option for the Player.Jens Arnold1-4/+0
2009-06-20Enable charging on the Sansa Fuze (charging/discharging curves are still unca...Bertrik Sikken4-3/+66
2009-06-20* Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX74...Maurus Cuelenaere4-11/+22
2009-06-19Philips SA9200: 1) reset all devices in system_init, 2) revert an earlier cha...Mark Arigo4-44/+86
2009-06-19Philips SA9200: Working touchpad and button lights! Also, improvements to the...Mark Arigo9-33/+159
2009-06-19Clean up the Synaptics touchpad driver.Mark Arigo8-238/+250
2009-06-18Sansa AMS: fix yellow for models with buttonlight & without multivolumeRafaël Carré1-1/+1
2009-06-18Apply FS#10306 to Sansa c200v2 (fix build in the same time)Rafaël Carré1-1/+11
2009-06-18FS#10306 by Thomas Martitz : button light doesn't change on SD transfers on S...Rafaël Carré2-7/+29
2009-06-18Confirm USB VID/PID of Samsung YH920Rafaël Carré1-1/+0
2009-06-18Fix redMaurus Cuelenaere1-18/+10
2009-06-18Ingenic Jz4740: enable IRAM (only core, without ibss)Maurus Cuelenaere3-34/+15
2009-06-18Sansa c200v2 : support more hardwareRafaël Carré4-57/+34
2009-06-17Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driverRafaël Carré7-594/+282
2009-06-16Make some asm() statements volatileMaurus Cuelenaere2-2/+2
2009-06-16Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere2-79/+59
2009-06-16Onda VX747: fix backlight driver so it doesn't 'flicker' upon initMaurus Cuelenaere1-9/+2
2009-06-15Onda VX747: clean up SD GPIO initializationMaurus Cuelenaere1-8/+0
2009-06-13Sansa AMS: add a comment in sdram_init(), and use inline asm to set the SDRAM...Rafaël Carré1-3/+5
2009-06-13M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake in...Karl Kurbjun3-159/+150
2009-06-13Fix bug in earlier commit of FS#10317: don't mix TIMER1 and TIMER2 settingsBertrik Sikken1-1/+1
2009-06-12FS#10317 - Sansa AMS 32-bit timers. Configure the timers for 32-bit mode inst...Bertrik Sikken2-30/+16
2009-06-12Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audi...Jens Arnold9-313/+45
2009-06-11Commit FS#10285 - Sansa Clip alternative button driver. This driver alternate...Bertrik Sikken1-34/+67
2009-06-11Minor nitpick: don't do |= on the write-only GPIOA_IC registerBertrik Sikken1-1/+1
2009-06-11Sansa AMS storage driver: restart bank selection if data transfer failed, and...Rafaël Carré1-34/+39
2009-06-11FS#10309 : Sets reasonable timeouts for data access in the SD driverRafaël Carré1-2/+10
2009-06-10Onda VX747: support FAT16Maurus Cuelenaere1-1/+4
2009-06-09Correct some comments (no functional changes)Maurus Cuelenaere1-2/+2
2009-06-09Properly implement backlighting on Onda VX7x7 (using PWM).Maurus Cuelenaere2-72/+34
2009-06-09Alright, revert r21229 for now. Stupid me forgetting about the inclusion sequ...Thomas Martitz1-2/+2
2009-06-09Sansa AMS: make the UNCACHED_ADDR macro work for any type of pointer, and onl...Rafaël Carré2-2/+2
2009-06-08Use the AMS_LOWMEM define to indicate memory size as the .lds files do in con...Thomas Martitz1-2/+2
2009-06-08FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed upRafaël Carré11-48/+76
2009-06-08Sansa fuze: don't configure GPIO A7 in the LCD driver, this pin is used for f...Bertrik Sikken1-2/+1
2009-06-08Sansa e200v2: use = instead of |= when setting GPIO levelBertrik Sikken1-5/+5
2009-06-08VX767: cleanup LCD driver a bit + add forgotten backlight-target.hMaurus Cuelenaere2-7/+36
2009-06-08M:Robe 500: Add missing file.Karl Kurbjun1-0/+23
2009-06-08Fix Creative ZVM buildKarl Kurbjun1-0/+1
2009-06-08M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun12-56/+1048
2009-06-07FS#10273 : Power Sansa Clip screen for some models needing as3514's DCDC15Rafaël Carré1-1/+9
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold4-10/+10
2009-06-06Fix some delays in generic_i2cBertrik Sikken1-8/+5