]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: spi: Add Intel ICH driver
authorSimon Glass <sjg@chromium.org>
Tue, 19 Mar 2013 04:58:56 +0000 (04:58 +0000)
committerSimon Glass <sjg@chromium.org>
Tue, 19 Mar 2013 15:45:36 +0000 (08:45 -0700)
commit1853030e2164c849c09f1ba051d243265e2591ec
tree6dce664e159a4bd3025c5350e4b4b07cc0ef503b
parentc0f87dd4ffa0c012d1dc8f737412c58200a93c93
x86: spi: Add Intel ICH driver

This supports Intel ICH7/9. The Intel controller is a little unusual in
that it is mostly intended for use with SPI flash, and has some
optimisations and features specifically for that application. In
particular it is not possible to support ongoing transactions that
continue over many calls with SPI_XFER_BEGIN and SPI_XFER_END.

This driver supports writes of up to 64 bytes at a time, the limit
for the controller. Future work will improve this.

Signed-off-by: Bernie Thompson <bhthompson@chromium.org>
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/spi/Makefile
drivers/spi/ich.c [new file with mode: 0644]
drivers/spi/ich.h [new file with mode: 0644]