]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: ST SPEAr: Add SMI driver for serial NOR flash
authorShiraz Hashim <shiraz.hashim@st.com>
Thu, 12 Jan 2012 13:38:57 +0000 (14:38 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 26 Mar 2012 23:14:16 +0000 (00:14 +0100)
commit58fb92fe0ff0b3474cc65ed05bc56bf40a86f094
tree03977f824b653bdaff5638429b6f6bd84577da4e
parent9d0c031e4cc3d134ed6b0f89de3366330f38db19
mtd: ST SPEAr: Add SMI driver for serial NOR flash

SPEAr platforms (spear3xx/spear6xx/spear13xx) provide SMI (Serial Memory
Interface) controller to access serial NOR flash. SMI provides a simple
interface for SPI/serial NOR flashes and has certain inbuilt commands
and features to support these flashes easily. It also makes it possible
to map an address range in order to directly access (read/write) the SNOR
over address bus. This patch intends to provide serial nor driver support
for spear platforms which are accessed through SMI.

Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/devices/Kconfig
drivers/mtd/devices/Makefile
drivers/mtd/devices/spear_smi.c [new file with mode: 0644]
include/linux/mtd/spear_smi.h [new file with mode: 0644]