summaryrefslogtreecommitdiff
path: root/drivers/spi/mxs_spi.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-04-22imx: Move some header files from arch-mxs to imx-commonStefan Roese1-1/+1
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass1-3/+1
2013-03-07mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLEMarek Vasut1-16/+0
2013-03-07mxs: spi: Fix the MXS SPI for mx23Marek Vasut1-2/+17
2013-03-07mxs: mmc: spi: dma: Better wrap the MXS differencesMarek Vasut1-2/+2
2013-01-21mxs: clock: Use 'mxs' prefix for methodsOtavio Salvador1-1/+1
2013-01-21mxs: ssp: Pull out the SSP bus to regs conversionMarek Vasut1-4/+1
2012-09-06MX28: SPI: Fix the DMA chainingMarek Vasut1-18/+25
2012-09-06MX28: SPI: Fix the DMA DCache race conditionMarek Vasut1-7/+8
2012-09-01MX28: SPI: Supercharge the SPI driverMarek Vasut1-31/+65
2012-09-01spi: fix mxs_spi_slave structure allocation to clear memoryMatt Sealey1-1/+1
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador1-4/+4
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador1-10/+9
2012-09-01MX28: SPI: Add DMA transfer supportMarek Vasut1-1/+116
2012-09-01MX28: SPI: Pull out the PIO transfer functionMarek Vasut1-33/+41
2012-09-01MX28: SPI: Refactor spi_xfer a bitMarek Vasut1-10/+22
2012-05-15spi: mxs: Allow other chip selects to workFabio Estevam1-0/+10
2012-05-15spi: mxs: Introduce spi_cs_is_valid()Fabio Estevam1-2/+11
2012-03-27mxs_spi: Return proper timeout errorFabio Estevam1-3/+3
2012-02-12mx28: fix i.MX28 spi driverMatthias Fuchs1-3/+9
2011-11-11iMX28: Add SPI driverMarek Vasut1-0/+186