]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MTD] dataflash OTP support
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 30 Jul 2008 19:35:05 +0000 (12:35 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 1 Aug 2008 20:47:47 +0000 (21:47 +0100)
commit34a82443b79dcda4304b229d555586296da40c16
treee375cf274b6c2eb1f41c81db3a864facfb7cce46
parent623fa579e61f250c1913c70257ef3a753820bb68
[MTD] dataflash OTP support

Now that we can tell when we have one of the newer DataFlash chips,
optionally expose the 128 bytes of OTP memory they provide.  Tested
on at45db642 revision B and D chips.

Switch mtdchar over to a generic HAVE_MTD_OTP flag instead of adding
another #ifdef for each type of chip whose driver has OTP support.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Bryan Wu <cooloney@kernel.org>
Cc: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/Kconfig
drivers/mtd/chips/Kconfig
drivers/mtd/devices/Kconfig
drivers/mtd/devices/mtd_dataflash.c
drivers/mtd/mtdchar.c
drivers/mtd/onenand/Kconfig