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>
This commit is contained in:
committed by
Pierre Ossman
parent
d1496c39e5
commit
6e418a9d26
@@ -32,3 +32,10 @@ config MMC_BLOCK_BOUNCE
|
|||||||
|
|
||||||
If unsure, say Y here.
|
If unsure, say Y here.
|
||||||
|
|
||||||
|
config SDIO_UART
|
||||||
|
tristate "SDIO UART/GPS class support"
|
||||||
|
depends on MMC
|
||||||
|
help
|
||||||
|
SDIO function driver for SDIO cards that implements the UART
|
||||||
|
class, as well as the GPS class which appears like a UART.
|
||||||
|
|
||||||
|
@@ -9,3 +9,5 @@ endif
|
|||||||
obj-$(CONFIG_MMC_BLOCK) += mmc_block.o
|
obj-$(CONFIG_MMC_BLOCK) += mmc_block.o
|
||||||
mmc_block-objs := block.o queue.o
|
mmc_block-objs := block.o queue.o
|
||||||
|
|
||||||
|
obj-$(CONFIG_SDIO_UART) += sdio_uart.o
|
||||||
|
|
||||||
|
1077
drivers/mmc/card/sdio_uart.c
Normal file
1077
drivers/mmc/card/sdio_uart.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user