summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-07-03Also enable frequency switching on Onda VX767Maurus Cuelenaere1-2/+1
2009-07-03Ingenic Jz4740: add basic frequency switchingMaurus Cuelenaere3-6/+25
2009-07-03Ingenic Jz4740 PCM driver: add some locking here and there (doesn't fix all P...Maurus Cuelenaere1-57/+64
2009-07-03Ingenic Jz4740: remove some unneeded stuff and simplify SD driver (also thank...Maurus Cuelenaere2-462/+67
2009-07-02Fix DEBUG builds when CONFIG_CPU != SH7034 and HAVE_GDB_API isn't definedRafaël Carré1-4/+11
2009-07-01Move sd_get_info() into common sd codeRafaël Carré4-53/+23
2009-07-01 * Move some more stuff to the general SD driverMaurus Cuelenaere4-81/+49
2009-07-01Ingenic jz4740 SD driver: remove custom list of SD commandsRafaël Carré2-429/+366
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré8-127/+113
2009-07-01card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré4-21/+26
2009-07-01Ingenic Jz4740 SD driver: remove some unneeded stuff + fill the OCR field in ...Maurus Cuelenaere1-9/+4
2009-07-01Ingenic Jz4740 SD driver: fix SD clock init (fixes problems with SDHC cards)Maurus Cuelenaere1-10/+11
2009-07-01Also cleanup Onda VX747 ata-sd-target.h fileMaurus Cuelenaere1-8/+0
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré10-122/+112
2009-07-01AMSSansa: Corrects bug introduced with r21577 causing random lockups on AMSSa...Jack Halpin1-3/+4
2009-07-01Philips SA9200. Add LCD features: enable, sleep, flip, contrast, and invert.Mark Arigo4-32/+258
2009-07-01Use the USB pid normally used by the OF when in UMS mode. This might make mis...Jonas Häggqvist1-1/+1
2009-06-30FS#10344 - AMSSansa Dynamically adjust core voltage to extend playtime.Jack Halpin3-7/+30
2009-06-291 mA gets rounded to 0 during computation, so use 2 mA as the default.Michael Giacomelli1-5/+5
2009-06-29Clean up nested defines in powermngt.h while I'm at it.Michael Giacomelli1-8/+4
2009-06-29Protect CURRENT_REMOTE define with an ifndef.Michael Giacomelli1-0/+2
2009-06-29Move Archos battery runtime estimation defines into config files instead of p...Michael Giacomelli5-7/+24
2009-06-29Sansa AMS : use the aligned buffer in bss for all DMA transfersRafaël Carré1-16/+11
2009-06-29Fix yellow introduced in r21561Alexander Levin1-3/+4
2009-06-29Build archos timer code for ONDIO (fix red)Rafaël Carré1-0/+1
2009-06-29Make the get_time on non-RTC sims behave like target, i.e. always return a co...Alexander Levin1-18/+30
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré32-353/+54
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