History log of /drivers/mmc/card/Kconfig
Revision Date Author Comments
148c57a844082ece502f79ce7dc18f97aed20e54 30-Jul-2009 San Mehat <san@google.com> mmc: mmcblk: Add support for deferred SD bus resume

Signed-off-by: San Mehat <san@google.com>

mmc: card: Add MMC_BLOCK_DEFERRED_RESUME option to Kconfig

Signed-off-by: San Mehat <san@google.com>
50cec37c1ac24e9a02b845242a4712e2fb092b5c 10-Feb-2011 Will Newton <will.newton@gmail.com> mmc: Improve MMC_TEST config text.

The test file is created under debugfs, not sysfs. Also remove
the unnecessary default n.

Signed-off-by: Will Newton <will.newton@imgtec.com>
Reviewed-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
b37427b0a4e01ab5aaec1c9af7cef616ac4ce6d6 04-Jan-2011 Chris Ball <cjb@laptop.org> mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.

Signed-off-by: Chris Ball <cjb@laptop.org>
Tested-by: Chris Ball <cjb@laptop.org>
Acked-by: Olof Johansson <olof@lixom.net>
5e71b7a64cb4c6cff75ca42b535d8227526ec592 18-Sep-2010 Olof Johansson <olof@lixom.net> mmc: make number of mmcblk minors configurable

The old limit of number of minor numbers per mmcblk device was hardcoded
at 8. This isn't enough for some of the more elaborate partitioning
schemes, for example those used by Chrome OS.

Since there might be a bunch of systems out there with static /dev
contents that relies on the old numbering scheme, let's make it a
build-time option with the default set to the previous 8.

Also provide a boot/modprobe-time parameter to override the config
default: mmcblk.perdev_minors.

Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: Mandeep Baines <msb@chromium.org>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
57105737f6a0b39305a85ac176cc9fd4a236d8c2 07-Sep-2008 Pierre Ossman <drzeus@drzeus.cx> mmc: explicitly mention SDIO support in Kconfig

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
1ea4f444f3a9721babd5d22cbd15092f9da6b51a 07-Sep-2008 Pierre Ossman <drzeus@drzeus.cx> mmc: remove redundant "depends on"

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
88ae600d58a8d3160144af480133a988404b8d59 12-Aug-2007 Pierre Ossman <drzeus@drzeus.cx> mmc: mmc host test driver

A dummy driver that performs a series of requests that are often mis-
handled by host drivers.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
6e418a9d26ab4fd44b3e07dc1158027cbdf0a919 30-Jun-2007 Nicolas Pitre <nico@cam.org> sdio: UART/GPS driver

This currently only accepts the GPS class since that's all I have for
testing. Tested with a Matsushita GPS and gpsd version 2.34.

Signed-off-by: Nicolas Pitre <npitre@mvista.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
98ccf14909ba02a41c5925b0b2c92aeeef23d3b9 12-May-2007 Pierre Ossman <drzeus@drzeus.cx> mmc: bounce requests for simple hosts

Some hosts cannot do scatter/gather in hardware. Since not doing sg
is such a big performance hit, we (optionally) bounce the requests
to a simple linear buffer that we hand over to the driver.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
790864dcc2b3fe65355dd84ef8481e54b1bc61b6 08-May-2007 Jan Engelhardt <jengelh@gmx.de> mmc: Use menuconfig objects

Change Kconfig objects from "menu, config" into "menuconfig" so
that the user can disable the whole feature without having to
enter the menu first.

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
1c6a0718f0bfdab0d9b7da5f7b74f38a0058c03a 11-Feb-2007 Pierre Ossman <drzeus@drzeus.cx> mmc: Move host and card drivers to subdirs

Clean up the drivers/mmc directory by moving card and host drivers
into subdirectories.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>