index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arm
/
at91
/
at91_mci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the handling of the "PDC write transfer length" erratum for at91. The
ian
2016-01-14
1
-11
/
+10
*
Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of
ian
2015-12-14
1
-0
/
+1
*
Make note about reset vs RTOE actions...
imp
2014-08-18
1
-0
/
+1
*
Print the symbolic bit names for the status when we get a timeout.
imp
2014-08-14
1
-2
/
+2
*
Add FDT matching code.
imp
2014-02-09
1
-1
/
+17
*
Remove #include <machine/frame.h> from all the arm code that doesn't
ian
2013-10-27
1
-1
/
+0
*
Remove a really noisy printf left over from debugging hardware errata.
ian
2013-03-29
1
-2
/
+0
*
Make this work on the AT91SAM9G20:
imp
2012-08-29
1
-9
/
+22
*
When copying data, use memcpy instead of bcopy. It matches the
imp
2012-08-29
1
-7
/
+7
*
Make AT91_MCI_ALLOW_OVERCLOCK a real option. Rename old use 30MHz to
imp
2012-08-28
1
-86
/
+89
*
Clip the upper end to 31MHz for slow clock speeds. On faster
imp
2012-08-28
1
-5
/
+6
*
Move to using a flag instead of checking the CPU type each
imp
2012-08-28
1
-2
/
+9
*
Style: Move these routines to be before the forward declared functions
imp
2012-08-28
1
-12
/
+12
*
Bring in the multi-block patches for mci. These required extensive
imp
2012-08-28
1
-193
/
+664
*
Add hint and sysctl support for 4 wire mode.
imp
2012-08-27
1
-7
/
+13
*
Minor style(9) nit.
imp
2012-08-27
1
-1
/
+2
*
Don't puprosely overclock the SD bus to 30MHz, make the user
imp
2012-08-27
1
-11
/
+91
*
Use proper resource type when freeing.
imp
2012-08-23
1
-1
/
+1
*
Make the SoC stuff a little more modular, and start to move away from
imp
2012-07-11
1
-1
/
+1
*
Strip trailing whitespace before other changes.
imp
2012-06-13
1
-2
/
+2
*
Enhance the Atmel SoC chip identification routines to account for more
imp
2012-06-06
1
-15
/
+9
*
Revert debug and other immature code accidentally committed in r236372.
imp
2012-06-01
1
-50
/
+10
*
Initialize the clocks before we call cninit() so that the serial
imp
2012-06-01
1
-10
/
+50
*
- Add support for MCI1 revision 2xx controllers and a work-around for their
marius
2012-04-22
1
-7
/
+48
*
Remove pointless semicolons after label
kevlo
2011-09-30
1
-1
/
+1
*
if_ate.c:
cognet
2010-10-06
1
-25
/
+72
*
strict kobj signatures: number of fixes for arm architecture
avg
2009-06-11
1
-1
/
+1
*
Move to having a caps flag. Newer versions of the AT91 family don't
imp
2009-01-23
1
-13
/
+21
*
Don't over-commit the DMA. Use the passed in size of the transfer
imp
2009-01-22
1
-2
/
+1
*
Remove now-redundant declaration.
imp
2009-01-22
1
-1
/
+0
*
o The f_max is really at91_master_clock / 2, not 30MHz, so compute it as such.
imp
2009-01-21
1
-3
/
+6
*
Implement MMCBR_IVAR_CAPS. It should better be implemented, or results
mav
2009-01-20
1
-0
/
+4
*
Tweak the disclaimer section of the license to match COPYRIGHT, for
imp
2008-11-25
1
-10
/
+11
*
- Fix two minor errors in at91 code.
stas
2008-11-18
1
-1
/
+1
*
Allow card reader bridge driver to report maximum supported transfer size.
mav
2008-10-29
1
-0
/
+4
*
Use bus_get_dma_tag() instead of NULL here. Not really needed for atmel
imp
2008-10-07
1
-3
/
+3
*
Properly implement read only. Also, the caps implementation is wrong
imp
2008-09-30
1
-5
/
+1
*
Implement MMCBR_IVAR_CAPS for AT91 MCI device.
imp
2008-09-28
1
-0
/
+5
*
Turn some lame pseudo-code into a less lame comment.
imp
2008-09-05
1
-8
/
+1
*
Kill overly verbose messages about setting bus width.
imp
2007-09-16
1
-5
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
MFp4: Read access require PDC to be setup first otherwise we might get
ticso
2007-01-05
1
-3
/
+5
*
MMC/SD bridge driver (host adapter) for AT91RM9200's MCI interface.
imp
2006-10-20
1
-0
/
+725