]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
ARM: Xilinx: QSPI: New driver for the QSPI controller
authorSadanand M <sadanan@xilinx.com>
Thu, 14 Oct 2010 11:25:23 +0000 (16:55 +0530)
committerJohn Linn <john.linn@xilinx.com>
Thu, 14 Oct 2010 13:28:25 +0000 (07:28 -0600)
commit306f05f5e2d11ac9dc2fd31010bb109b98706dcb
tree8a744109e1127d2bc22432fb49bca5fbea5561c5
parent40d4d68f141db029b87f47004f7c8a6f85fc786b
ARM: Xilinx: QSPI: New driver for the QSPI controller

This driver supports the QSPI flash on PEEP. It supports most
of the generic flash commands. New commands supported by a
specific flash can be easily added to the driver

Signed-off-by: Sadanand M <sadanan@xilinx.com>
arch/arm/mach-xilinx/devices.c
arch/arm/mach-xilinx/include/mach/hardware.h
drivers/spi/xqspipss.c [new file with mode: 0755]