https://github.com/torvalds/linux
Revision 486bcc59f3083c54df7b67d1d69db81585632a8b authored by Andrew Victor on 02 April 2006, 16:15:49 UTC, committed by Russell King on 02 April 2006, 16:15:49 UTC
Patch from Andrew Victor

On the Atmel AT91RM9200-DK and -EK boards, a pin is used to control
whether the card socket is used for a DataFlash Card or an MMC/SD card.

We now default to MMC/SD in the configuration files.

(This version of the patch can be applied before Patch 3392/1)

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent cc2832a
Raw File
Tip revision: 486bcc59f3083c54df7b67d1d69db81585632a8b authored by Andrew Victor on 02 April 2006, 16:15:49 UTC
[ARM] 3395/2: AT91RM9200 Dataflash Card vs MMC selection
Tip revision: 486bcc5
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c

#
# Top-level generic files
#
tags
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h

# stgit generated dirs
patches-*
back to top