summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525v2.c
AgeCommit message (Expand)Author
2011-12-14Sansa AMSv2: don't panic if microsd init failedRafaël Carré
2011-12-14Sansa AMSv2: enable usb storage in bootloaderRafaël Carré
2011-12-12Deal with a complication when transferring recording method from PP5024: sinc...Michael Sevakis
2011-10-29Sansa clip zip: update mkamsboot and fix various drivers to make it boot to t...Bertrik Sikken
2011-09-24Sansa clipzip: make main build compile (plugins still disabled)Bertrik Sikken
2011-04-18AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead...Bertrik Sikken
2011-04-01AMSv2: fix dependency between button light and sd card control for fuze v2 va...Bertrik Sikken
2011-03-29AMSv2 sd: do not try to switch sd cards into high-speed mode.Bertrik Sikken
2011-03-28AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 vari...Bertrik Sikken
2011-03-28AMSv2 sd: do sd slot switching with GPIO B5 only for AMSv2 variant 1Bertrik Sikken
2011-03-26AMSv2 SD: use INTERNAL_AS3525 and SD_SLOT_AS3525 defines instead of a direct ...Bertrik Sikken
2011-03-26AMSv2 SD: wait for response to command SD_STOP_TRANSMISSION instead of ignori...Bertrik Sikken
2011-03-26AMSv2 SD: reorganise code to select 4-bit mode data transfer mode a bit and a...Bertrik Sikken
2011-03-26AMSv2 SD: sd card communication speed can be changed back to full speed after...Bertrik Sikken
2011-03-24fix warning, use unsigned variableRafaël Carré
2011-03-24SD AMSv2: fix r29625Rafaël Carré
2011-03-21AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state)Bertrik Sikken
2011-03-21AMSv2 SD: receive sd card command responses during initialisation instead of ...Bertrik Sikken
2011-03-21AMSv2 SD: wait for previous data transfer completion before sending a commandBertrik Sikken
2011-03-21AMSv2 SD: use a sleep instead of a udelay for 100 ms delayBertrik Sikken
2011-03-20SD AMSv2: fix r29169Rafaël Carré
2011-03-20SD amsv2: remove double assignementRafaël Carré
2011-03-20Add another delay in the AMSv2 sd controller driver as a work-around for SD i...Bertrik Sikken
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-01-29AMSv2 SD: Fix card insert lockups in USB mode. First, get rid of infinite loo...Michael Sevakis
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2010-12-26Apply FS#11798 (Files in MicroSD card aren't being shown in File Browser or D...Bertrik Sikken
2010-12-12AMSv2: handle sd card ACMDs similar to how it's done for AMSv1Bertrik Sikken
2010-12-12AMSv2: only switch sd cards to high speed mode for for v2 sd cards, just like...Bertrik Sikken
2010-09-08Change sd-as3525*.c to the new cache coherency function names.Thomas Martitz
2010-08-28AMSv2: remove a bunch of panicf() in SD driverRafaël Carré
2010-08-25typo in r27876Rafaël Carré
2010-08-25sd-as3525*: use AS3525_PHYSICAL_ADDRRafaël Carré
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz
2010-07-22Correction to previous commit: fix condition to include backlight-target.h (n...Bertrik Sikken
2010-07-22Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), t...Bertrik Sikken
2010-07-20Revert r26290Rafaël Carré
2010-07-19newer Fuzev2 doesn't seem to use B5 for button lightRafaël Carré
2010-07-19as3525*: use atomic bit manipulation for CCU_IORafaël Carré
2010-07-19Support new Fuzev2 revisions (fuzev2_variant == 1)Rafaël Carré
2010-07-19sd-as3525v2: remove unneeded prototypesRafaël Carré
2010-07-02AMS SoC's: Some register bit changes need interrupt protection: timer API and...Michael Sevakis
2010-06-23revert r27044 (which was a revert of r26953 & r26954)Rafaël Carré
2010-06-22revert r26953 + r26954Rafaël Carré
2010-06-19fix r26953: use physical address for DMA buffer, also for IRAMRafaël Carré
2010-06-19sd-as3525*: handle aligned transfers without memcpy()Rafaël Carré
2010-06-16FS#11402 by me : sd_enable for Sansa AMSv2Rafaël Carré
2010-06-06sd-as3525v2: check the (supposedly) card data line for business when writingRafaël Carré
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts