summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525.c (follow)
Commit message (Expand)AuthorAge
* Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis2017-03-12
* Get rid of stupid _backlight_* function namesMarcin Bukat2015-01-12
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* AS3525v1/2: Enable nested handling of interruptsMichael Sevakis2012-01-08
* Deal with a complication when transferring recording method from PP5024: sinc...Michael Sevakis2011-12-12
* Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wr...Frank Gevaerts2011-09-18
* AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead...Bertrik Sikken2011-04-18
* AMSv1 sd: work-around for detection problem with some sd cards (delay after s...Bertrik Sikken2011-04-18
* AMS sd: use defines instead of direct values for drive numberBertrik Sikken2011-04-09
* Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2011-03-02
* Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis2011-01-18
* revert r28834 because it causes problems with uSDFred Bauer2010-12-29
* FS#11765: Improve AMSv1 Battery Life by Lowering CPU and Peripheral clocks. U...Fred Bauer2010-12-14
* Change sd-as3525*.c to the new cache coherency function names.Thomas Martitz2010-09-08
* sd-as3525*: use AS3525_PHYSICAL_ADDRRafaël Carré2010-08-25
* Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2010-08-12
* sd-as3525.c: disable widebus again, it causes read corruptionsRafaël Carré2010-07-19
* as3525*: use atomic bit manipulation for CCU_IORafaël Carré2010-07-19
* AMS SoC's: Some register bit changes need interrupt protection: timer API and...Michael Sevakis2010-07-02
* sd-as3525.c: handle acmd retries correctlyTobias Diedrich2010-06-29
* mutex_lock/unlock must be moved up a level to make the verify code in sd-as35...Tobias Diedrich2010-06-29
* Fix sd-as3525.c build for non-multidrive targetsTobias Diedrich2010-06-24
* Fix the pesky write corruption bug in 4bit mode.Tobias Diedrich2010-06-24
* sd-as3525.c: get rid of MCI_ARGRafaël Carré2010-06-23
* sd-as3525.c: disable wide bus, it corrupts writesRafaël Carré2010-06-23
* revert r27044 (which was a revert of r26953 & r26954)Rafaël Carré2010-06-23
* The mci_delay()s should be unnecessary if we properly tell the controller to ...Tobias Diedrich2010-06-22
* Give 4-bit mode another chance on AMSv1 since other bugs were fixed.Tobias Diedrich2010-06-22
* revert r26953 + r26954Rafaël Carré2010-06-22
* fix r26953: use physical address for DMA buffer, also for IRAMRafaël Carré2010-06-19
* sd-as3525*: handle aligned transfers without memcpy()Rafaël Carré2010-06-19
* as3525*: enable MMU in bootloaderRafaël Carré2010-06-18
* sd-as3525: enable writing, sd_enable() and card_get_info_target() in bootloaderRafaël Carré2010-06-18
* sd-as3525 was calling dma_release() without calling dma_retain() first, ifTobias Diedrich2010-06-17
* Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts2010-06-06
* remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts2010-06-05
* sd-as3525v1: do not disable peripheral clocks in sd_enable()Rafaël Carré2010-06-03
* sd-as3525v1: set up bank selection data outside of the loopRafaël Carré2010-06-01
* sd-as3525.c: Do not wait for TRAN state after transfer is over.Jack Halpin2010-05-28
* as3525v1: relax a bit requirements in the SD driverRafaël Carré2010-05-25
* as3525*: sd_wait_for_state() is only used for waiting to SD_TRAN stateRafaël Carré2010-05-24
* as3525: hide our UNCACHED_ADDR from usb_storage.cRafaël Carré2010-05-19
* sd-as3525: wait 100µs before disabling SD clocksRafaël Carré2010-05-19
* sd-as3525: avoid division when calculating current bank, we only deal with 1 ...Rafaël Carré2010-05-19
* sd-as3525: give timeout in HZ units, not in ticksRafaël Carré2010-05-19
* as3525: make sure we don't use a negative number of sectorsRafaël Carré2010-05-16
* as3525: fix capacity sanity checkRafaël Carré2010-05-15
* as3525v1: detect correctly internal storage capacityRafaël Carré2010-05-14
* FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQThomas Martitz2010-04-27