Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195903
b: refs/heads/master
c: 67e054e
h: refs/heads/master
i:
  195901: d1b435f
  195899: 5537bb1
  195895: c50369f
  195887: 9a4427e
  195871: d1b65b3
  195839: bf32a9c
v: v3
  • Loading branch information
Maxim Levitsky authored and David Woodhouse committed Feb 26, 2010
1 parent 62b15aa commit b7d89f3
Show file tree
Hide file tree
Showing 6 changed files with 1,299 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d17c02a01a111f40986859f044c8c4cce8a4aa6
refs/heads/master: 67e054e919248fa1db93de727fb9ad49eb700642
6 changes: 6 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -4567,6 +4567,12 @@ S: Maintained
F: Documentation/rfkill.txt
F: net/rfkill/

RICOH SMARTMEDIA/XD DRIVER
M: Maxim Levitsky <maximlevitsky@gmail.com>
S: Maintained
F: drivers/mtd/nand/r822.c
F: drivers/mtd/nand/r822.h

RISCOM8 DRIVER
S: Orphan
F: Documentation/serial/riscom8.txt
Expand Down
11 changes: 11 additions & 0 deletions trunk/drivers/mtd/nand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ config MTD_NAND_OMAP_PREFETCH_DMA
config MTD_NAND_IDS
tristate

config MTD_NAND_RICOH
tristate "Ricoh xD card reader"
default n
select MTD_SM_COMMON
help
Enable support for Ricoh R5C852 xD card reader
You also need to enable ether
NAND SSFDC (SmartMedia) read only translation layer' or new
expermental, readwrite
'SmartMedia/xD new translation layer'

config MTD_NAND_AU1550
tristate "Au1550/1200 NAND support"
depends on SOC_AU1200 || SOC_AU1550
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/nand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ obj-$(CONFIG_MTD_NAND_NUC900) += nuc900_nand.o
obj-$(CONFIG_MTD_NAND_NOMADIK) += nomadik_nand.o
obj-$(CONFIG_MTD_NAND_BCM_UMI) += bcm_umi_nand.o nand_bcm_umi.o
obj-$(CONFIG_MTD_NAND_MPC5121_NFC) += mpc5121_nfc.o
obj-$(CONFIG_MTD_NAND_RICOH) += r852.o

nand-objs := nand_base.o nand_bbt.o
Loading

0 comments on commit b7d89f3

Please sign in to comment.