spi/tegra114: add spi driver
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 22 Feb 2013 12:37:39 +0000 (18:07 +0530)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 7 Apr 2013 09:08:00 +0000 (10:08 +0100)
Add SPI driver for NVIDIA's Tegra114 SPI controller. This controller
is different than the older SoCs SPI controller in internal design as
well as register interface.

This driver supports the:
- non DMA based transfer for smaller transfer i.e. less than FIFO depth.
- APB DMA based transfer for larger transfer i.e. more than FIFO depth.
- Clock gating through runtime PM callbacks.
- registration through DT only.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found