summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-07-07Philips SA9200: fix the buttons to work with flip screen mode (does anyone us...Mark Arigo3-8/+22
2009-07-06Sansa AMS: display the virtual led icon on disk transfersRafaël Carré2-10/+8
2009-07-06sAMSa: Turn the backlight off before rebooting to avoid irritating lcd flash.Thomas Martitz1-0/+2
2009-07-06Samsa: fix red for clip/m200v4/c200v2 (typo)Rafaël Carré3-3/+3
2009-07-06Samsa SD driver : acknowledge USB events, now reboots on USB insertionRafaël Carré1-2/+2
2009-07-06Samsa AMS: start of an USB driver (nothing working atm)Rafaël Carré8-15/+319
2009-07-06DM320: Add the same fix from r21647Karl Kurbjun1-1/+2
2009-07-06Sansa AMS: Disable voltage scaling for now until we found a way to make it re...Thomas Martitz1-3/+4
2009-07-05S35390a RTC: fix duplicate i2c initialisationBertrik Sikken1-1/+0
2009-07-05s5l8700: fix off-by-one error in DMA countBertrik Sikken1-1/+1
2009-07-05S5L8700: implement kernel timerBertrik Sikken3-0/+64
2009-07-05Onda VX747 backlight: use a higher frequency to reduce flickeringMaurus Cuelenaere1-3/+2
2009-07-05S5L8700: initial framework for PCM (using DMA transfers)Bertrik Sikken3-0/+436
2009-07-05Sansa AMS : don't reinvent adc_read(), patch by FlynDiceRafaël Carré1-4/+5
2009-07-05ARM922T's icache isn't coherent with its dcache, so we need to ensure that it...Michael Giacomelli2-0/+6
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