summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré26-208/+44
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré16-48/+23
2009-06-29Move PP (last target) timer code in target treeRafaël Carré5-67/+154
2009-06-29Move SH7034 timer code in the target treeRafaël Carré14-67/+147
2009-06-29Move coldfire timer code in the target treeRafaël Carré5-85/+164
2009-06-29Move PNX0101 timer code in the target treeRafaël Carré5-52/+125
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré17-78/+68
2009-06-29Move Sansa AMS timer code in the target treeRafaël Carré3-35/+69
2009-06-29Sansa AMS: correct sd_select_bank() in SD driverRafaël Carré1-8/+15
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken7-39/+183
2009-06-28Add RTC driver for Seiko S35390A (used in the Meizu M3 and possibly other Mei...Bertrik Sikken3-2/+97
2009-06-27S5L8700: implement i2c driver (used for communicating with the RTC and the co...Bertrik Sikken3-0/+170
2009-06-27Meizu M3: implement logarithmic brightness curve (curve provided by markun) a...Bertrik Sikken2-5/+7
2009-06-26ignore write data if the length doesn't match what we expect. This avoids the...Frank Gevaerts1-0/+1
2009-06-24Also fix the iRiver H10Maurus Cuelenaere1-2/+2
2009-06-24Fix some forgotten OR's in some button-target.h filesMaurus Cuelenaere2-3/+3
2009-06-24Onda VX747: fix DEFAULT_BRIGHTNESS_SETTINGMaurus Cuelenaere1-1/+1
2009-06-24Onda VX747: make backlight setting range from 1->16 instead of 0->15Maurus Cuelenaere2-3/+3
2009-06-24Use a logarithmic scale for the Onda VX747 backlight (thanks to Bertrik Sikken)Maurus Cuelenaere2-14/+14
2009-06-24TCC78x: Enable interrupts/threading in the bootloader (required now that the ...Rob Purchase5-54/+46
2009-06-24Fix an error in the TCC NAND driver which caused a panic on startup for certa...Rob Purchase1-5/+7
2009-06-24Fix RedKarl Kurbjun1-3/+3
2009-06-24M:Robe 500: RTC is now working, Added some SPI flexibility per end device and...Karl Kurbjun6-27/+44
2009-06-23Implement PWM backlight driver for the Meizus. Update Meizu M3 bootloader to ...Bertrik Sikken7-67/+121
2009-06-23Sansa AMS debug: small fixesRafaël Carré1-10/+8
2009-06-22Actually adapt SOURCES too.Thomas Martitz1-2/+2
2009-06-22FS#10284 - "Sansa e200v2 & Fuze: Merge the button driver into 1 file" by Dust...Thomas Martitz2-283/+86
2009-06-22Meizu lcd-m3: whitespace fixesBertrik Sikken1-106/+106
2009-06-22TCC78x: Make the NAND driver yield during reads (thanks to bertrik for spotti...Rob Purchase1-0/+11
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