summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525
AgeCommit message (Expand)AuthorFilesLines
2009-09-12AMS Sansa: Adjust View HW info page to display SD and uSD MCICLK freqs insteadJack Halpin1-36/+66
2009-09-07Higher the button delay on the fuze a bit more, the wrong hold button reads a...Thomas Martitz1-1/+1
2009-09-05Sansa c200v2: update DBOP button reading mechanism, this enables readout of t...Bertrik Sikken1-34/+25
2009-09-05Increase the button delays slightly to aid against sporadic missreads of the ...Thomas Martitz1-2/+2
2009-09-05Make the Fuze usable again by inserting a few delays in the lcd functions, co...Thomas Martitz1-17/+21
2009-09-01Move the FIFO emptying up, as having it after lcd_write_single_data16() cause...Thomas Martitz2-10/+10
2009-09-01Fuze/e200v2: Speed up the LCD further by letting the FIFO fill until it's ful...Thomas Martitz3-13/+19
2009-08-31Apply the lcd speed fix from fuze also to e200v2. Improves speed by a factor ~2.Dominik Wenger1-9/+30
2009-08-31Speed up the Fuze's LCD by a factor of ~2.1 (lcd_update()) by using 32bit tra...Thomas Martitz1-16/+42
2009-08-15Sansa Clip & m200v4 : calls backlight_hold_changed() when hold button is toggledRafaël Carré2-5/+38
2009-08-11Sansa AMS: identify interrupts with no source setRafaël Carré1-0/+4
2009-08-10Remove the comment also, Thanks to Rafaël Carré for spotting.Thomas Martitz1-2/+0
2009-08-10Fix FS#10486 - "fuze screen not drawn correctly on backlight turn-on if playl...Thomas Martitz1-2/+2
2009-08-08Apply FS#10447 - e200v2 lcd driver cleanup by Michael ChicoineBertrik Sikken1-15/+26
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