summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_mci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a really noisy printf left over from debugging hardware errata.ian2013-03-291-2/+0
* Make this work on the AT91SAM9G20:imp2012-08-291-9/+22
* When copying data, use memcpy instead of bcopy. It matches theimp2012-08-291-7/+7
* Make AT91_MCI_ALLOW_OVERCLOCK a real option. Rename old use 30MHz toimp2012-08-281-86/+89
* Clip the upper end to 31MHz for slow clock speeds. On fasterimp2012-08-281-5/+6
* Move to using a flag instead of checking the CPU type eachimp2012-08-281-2/+9
* Style: Move these routines to be before the forward declared functionsimp2012-08-281-12/+12
* Bring in the multi-block patches for mci. These required extensiveimp2012-08-281-193/+664
* Add hint and sysctl support for 4 wire mode.imp2012-08-271-7/+13
* Minor style(9) nit.imp2012-08-271-1/+2
* Don't puprosely overclock the SD bus to 30MHz, make the userimp2012-08-271-11/+91
* Use proper resource type when freeing.imp2012-08-231-1/+1
* Make the SoC stuff a little more modular, and start to move away fromimp2012-07-111-1/+1
* Strip trailing whitespace before other changes.imp2012-06-131-2/+2
* Enhance the Atmel SoC chip identification routines to account for moreimp2012-06-061-15/+9
* Revert debug and other immature code accidentally committed in r236372.imp2012-06-011-50/+10
* Initialize the clocks before we call cninit() so that the serialimp2012-06-011-10/+50
* - Add support for MCI1 revision 2xx controllers and a work-around for theirmarius2012-04-221-7/+48
* Remove pointless semicolons after labelkevlo2011-09-301-1/+1
* if_ate.c:cognet2010-10-061-25/+72
* strict kobj signatures: number of fixes for arm architectureavg2009-06-111-1/+1
* Move to having a caps flag. Newer versions of the AT91 family don'timp2009-01-231-13/+21
* Don't over-commit the DMA. Use the passed in size of the transferimp2009-01-221-2/+1
* Remove now-redundant declaration.imp2009-01-221-1/+0
* o The f_max is really at91_master_clock / 2, not 30MHz, so compute it as such.imp2009-01-211-3/+6
* Implement MMCBR_IVAR_CAPS. It should better be implemented, or resultsmav2009-01-201-0/+4
* Tweak the disclaimer section of the license to match COPYRIGHT, forimp2008-11-251-10/+11
* - Fix two minor errors in at91 code.stas2008-11-181-1/+1
* Allow card reader bridge driver to report maximum supported transfer size.mav2008-10-291-0/+4
* Use bus_get_dma_tag() instead of NULL here. Not really needed for atmelimp2008-10-071-3/+3
* Properly implement read only. Also, the caps implementation is wrongimp2008-09-301-5/+1
* Implement MMCBR_IVAR_CAPS for AT91 MCI device.imp2008-09-281-0/+5
* Turn some lame pseudo-code into a less lame comment.imp2008-09-051-8/+1
* Kill overly verbose messages about setting bus width.imp2007-09-161-5/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* MFp4: Read access require PDC to be setup first otherwise we might getticso2007-01-051-3/+5
* MMC/SD bridge driver (host adapter) for AT91RM9200's MCI interface.imp2006-10-201-0/+725
OpenPOWER on IntegriCloud