summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2-0/+60
2009-07-17remove nand_soft_reset and nand_disk_is_active already voided in storage.hRafaël Carré1-12/+0
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré1-0/+28
2009-07-17Onda VX747: add dual-boot capability + make it possible to permanently 'stick...Maurus Cuelenaere2-4/+4
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré1-28/+0
2009-07-05Onda VX747 backlight: use a higher frequency to reduce flickeringMaurus Cuelenaere1-3/+2
2009-07-03Ingenic Jz4740: add basic frequency switchingMaurus Cuelenaere1-3/+20
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 Cuelenaere1-460/+63
2009-07-01Move sd_get_info() into common sd codeRafaël Carré1-18/+0
2009-07-01 * Move some more stuff to the general SD driverMaurus Cuelenaere1-55/+36
2009-07-01Ingenic jz4740 SD driver: remove custom list of SD commandsRafaël Carré1-425/+362
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré1-11/+14
2009-07-01card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré1-5/+5
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é2-16/+4
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré1-29/+0
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2-16/+3
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-1/+1
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré2-9/+8
2009-06-24Onda VX747: make backlight setting range from 1->16 instead of 0->15Maurus Cuelenaere1-1/+1
2009-06-24Use a logarithmic scale for the Onda VX747 backlight (thanks to Bertrik Sikken)Maurus Cuelenaere1-11/+11
2009-06-20* Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX74...Maurus Cuelenaere1-6/+9
2009-06-18Fix redMaurus Cuelenaere1-18/+10
2009-06-18Ingenic Jz4740: enable IRAM (only core, without ibss)Maurus Cuelenaere2-32/+12
2009-06-16Make some asm() statements volatileMaurus Cuelenaere2-2/+2
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-09Correct some comments (no functional changes)Maurus Cuelenaere1-2/+2
2009-06-09Properly implement backlighting on Onda VX7x7 (using PWM).Maurus Cuelenaere1-64/+29
2009-06-08VX767: cleanup LCD driver a bit + add forgotten backlight-target.hMaurus Cuelenaere2-7/+36
2009-06-04Ingenic Jz4740: fix debug messages not being readable due to backdropMaurus Cuelenaere1-0/+1
2009-06-04Fix RoLo on MIPS targetsMaurus Cuelenaere1-0/+1
2009-06-03Ingenic Jz4740: should fix timer (thanks to Rafaël Carré)Maurus Cuelenaere2-27/+27
2009-06-03Ingenic Jz4740: add extended exception debug reporting optionMaurus Cuelenaere1-1/+36
2009-06-01Fix reds & yellowMaurus Cuelenaere3-0/+44
2009-06-01Onda VX747: try at implementing FM tuner supportMaurus Cuelenaere3-19/+124
2009-05-26Fix audio on Onda VX747Maurus Cuelenaere3-103/+109
2009-05-21Remove some unused declarationsBertrik Sikken1-2/+0
2009-05-21Replace some TABs with spaces (no functional changes)Maurus Cuelenaere1-79/+79
2009-05-20Onda VX747: improve the USB insertion detectionMaurus Cuelenaere1-1/+7
2009-05-20Speed up LCD driver on Ingenic Jz4740 by doing some sort of partial LCD updates.Maurus Cuelenaere1-5/+3
2009-05-20Fix Ingenic Jz4740 USB driver (USB IN <-> OUT) and some whitespace cleaningMaurus Cuelenaere1-122/+122
2009-05-17Ingenic Jz4740 PCM driver: set correct sample rateMaurus Cuelenaere1-1/+1
2009-05-17Don't define LOGF_ENABLE..Maurus Cuelenaere1-1/+1
2009-05-17Get interrupt endpoints fully working on Ingenic Jz4740 targetsMaurus Cuelenaere1-4/+12
2009-05-16Try at implementing interrupt endpoints in the Ingenic Jz4740 USB driverMaurus Cuelenaere1-10/+15