summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spi/mxs-spi.txt
Commit message (Collapse)AuthorAgeFilesLines
* spi: mxs-spi: move to use generic DMA helperShawn Guo2013-04-041-4/+8
| | | | | | | | | | | | | With the generic DMA device tree helper supported by mxs-dma driver, client devices only need to call dma_request_slave_channel() for requesting a DMA channel from dmaengine. Since mxs is a DT only platform now, along with the changes, the non-DT case handling in probe function also gets removed. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
* spi/mxs: Make the SPI block clock speed configurable via DTMarek Vasut2012-09-061-0/+4
| | | | | | | | Add "clock-frequency" property, which allows configuring the SPI block's base speed. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* spi/mxs: Add SSP/SPI device tree documentationMarek Vasut2012-08-171-0/+18
Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Chris Ball <cjb@laptop.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
OpenPOWER on IntegriCloud