summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525
AgeCommit message (Expand)AuthorFilesLines
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts1-1/+8
2009-07-18Commit FS#10413 by Michael Chicoine. Fixes upside down menu in mpegplayer wh...Michael Giacomelli1-5/+22
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-22/+36
2009-07-17Apply the same fix as r21930 did for the ramdisk for the AMS Sansa driver.Thomas Martitz1-1/+1
2009-07-12AMSSansa: Use single adc_read instead of multiple ascodec_reads to read volta...Jack Halpin1-3/+2
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold2-39/+39
2009-07-11fix yellow : panicf() is declared in panic.hRafaël Carré1-0/+1
2009-07-11Sansa AMS: panic with the PL180 controller status register in case of errorsRafaël Carré1-12/+14
2009-07-11Sansa AMS: handle properly SD transfer errorsRafaël Carré1-4/+8
2009-07-10Adding last minutes comments to explain things is only cool if you close it ...Thomas Martitz1-1/+2
2009-07-10Rearrange things a bit for less #ifdefs and less duplication.Thomas Martitz1-13/+10
2009-07-10Sansa AMS SD driver: fix error checking in µSD insertionRafaël Carré1-14/+28
2009-07-06Sansa AMS: display the virtual led icon on disk transfersRafaël Carré1-0/+3
2009-07-06sAMSa: Turn the backlight off before rebooting to avoid irritating lcd flash.Thomas Martitz1-0/+2
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é1-0/+286
2009-07-06Sansa AMS: Disable voltage scaling for now until we found a way to make it re...Thomas Martitz1-3/+4
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 Giacomelli1-0/+1
2009-07-01Move sd_get_info() into common sd codeRafaël Carré1-14/+0
2009-07-01 * Move some more stuff to the general SD driverMaurus Cuelenaere1-13/+0
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré1-53/+13
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré1-42/+39
2009-07-01AMSSansa: Corrects bug introduced with r21577 causing random lockups on AMSSa...Jack Halpin1-3/+4
2009-06-30FS#10344 - AMSSansa Dynamically adjust core voltage to extend playtime.Jack Halpin3-7/+30
2009-06-29Sansa AMS : use the aligned buffer in bss for all DMA transfersRafaël Carré1-16/+11
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré2-27/+1
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-29Move Sansa AMS timer code in the target treeRafaël Carré1-0/+68
2009-06-29Sansa AMS: correct sd_select_bank() in SD driverRafaël Carré1-8/+15
2009-06-24Fix some forgotten OR's in some button-target.h filesMaurus Cuelenaere1-1/+1
2009-06-23Sansa AMS debug: small fixesRafaël Carré1-10/+8
2009-06-22FS#10284 - "Sansa e200v2 & Fuze: Merge the button driver into 1 file" by Dust...Thomas Martitz2-283/+86
2009-06-20Fix delays in generic i2c driver, reduce delays in ams sansa fmradio i2c driv...Bertrik Sikken1-1/+1
2009-06-20Enable charging on the Sansa Fuze (charging/discharging curves are still unca...Bertrik Sikken2-0/+62
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-18Sansa c200v2 : support more hardwareRafaël Carré3-50/+25
2009-06-17Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driverRafaël Carré4-465/+65
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-12FS#10317 - Sansa AMS 32-bit timers. Configure the timers for 32-bit mode inst...Bertrik Sikken1-14/+6
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-09Sansa AMS: make the UNCACHED_ADDR macro work for any type of pointer, and onl...Rafaël Carré2-2/+2