aboutsummaryrefslogtreecommitdiff
path: root/drivers/memstick/host/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2024-07-08memstick: rtsx_pci_ms: Remove Realtek PCI memstick driverKai-Heng Feng1-10/+0
Commit c0e5f4e73a71 ("misc: rtsx: Add support for RTS5261") silently removed RTSX_MS_CARD from its MFD cell, so rtsx_pci_ms isn't used by any driver anymore. Since there doesn't seem to any complaint, hence drop the driver. Signed-off-by: Kai-Heng Feng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
2019-11-21memstick: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng1-2/+2
Because Realtek card reader drivers are pcie and usb drivers, and they bridge mmc subsystem and memstick subsystem, they are not mfd drivers. Greg and Lee Jones had a discussion about where to put the drivers, the result is that misc is a good place for them, so I move all files to misc. If I don't move them to a right place, I can't add any patch for this driver. Signed-off-by: Rui Feng <[email protected]> Reviewed-by: Daniel Bristot de Oliveira <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Ulf Hansson <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Tested-by: Perry Yuan <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2014-04-28memstick: Add realtek USB memstick host driverRoger Tseng1-0/+10
Realtek USB memstick host driver provides memstick host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng <[email protected]> Signed-off-by: Lee Jones <[email protected]>
2013-01-21drivers/memstick/host: remove depends on CONFIG_EXPERIMENTALKees Cook1-6/+6
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Cc: FUJITA Tomonori <[email protected]> Cc: Alex Dubov <[email protected]> Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-11-15drivers/memstick: Add realtek pcie memstick host driverWei WANG1-0/+10
Realtek PCI-E Memstick card host driver is used to access Memstick card, with the help of Realtek PCI-E card reader MFD driver. Signed-off-by: Wei WANG <[email protected]> Acked-by: Alex Dubov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-03-25memstick: add driver for Ricoh R5C592 card readerMaxim Levitsky1-0/+12
Signed-off-by: Maxim Levitsky <[email protected]> Acked-by: Alex Dubov <[email protected]> Cc: FUJITA Tomonori <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2008-03-10memstick: add support for JMicron jmb38x MemoryStick host controllerAlex Dubov1-0/+10
Signed-off-by: Alex Dubov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov1-0/+22
Sony MemoryStick cards are used in many products manufactured by Sony. They are available both as storage and as IO expansion cards. Currently, only MemoryStick Pro storage cards are supported via TI FlashMedia MemoryStick interface. [[email protected]: biuld fix] [[email protected]: build fix] Signed-off-by: Alex Dubov <[email protected]> Signed-off-by: Miguel Boton <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>