summaryrefslogtreecommitdiff
path: root/drivers/spi/mxs_spi.c
AgeCommit message (Expand)Author
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2013-08-27spi: mxs_spi: Configure chipselect after block resetMarek Vasut
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-22imx: Move some header files from arch-mxs to imx-commonStefan Roese
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass
2013-03-07mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLEMarek Vasut
2013-03-07mxs: spi: Fix the MXS SPI for mx23Marek Vasut
2013-03-07mxs: mmc: spi: dma: Better wrap the MXS differencesMarek Vasut
2013-01-21mxs: clock: Use 'mxs' prefix for methodsOtavio Salvador
2013-01-21mxs: ssp: Pull out the SSP bus to regs conversionMarek Vasut
2012-09-06MX28: SPI: Fix the DMA chainingMarek Vasut
2012-09-06MX28: SPI: Fix the DMA DCache race conditionMarek Vasut
2012-09-01MX28: SPI: Supercharge the SPI driverMarek Vasut
2012-09-01spi: fix mxs_spi_slave structure allocation to clear memoryMatt Sealey
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador
2012-09-01MX28: SPI: Add DMA transfer supportMarek Vasut
2012-09-01MX28: SPI: Pull out the PIO transfer functionMarek Vasut
2012-09-01MX28: SPI: Refactor spi_xfer a bitMarek Vasut
2012-05-15spi: mxs: Allow other chip selects to workFabio Estevam
2012-05-15spi: mxs: Introduce spi_cs_is_valid()Fabio Estevam
2012-03-27mxs_spi: Return proper timeout errorFabio Estevam
2012-02-12mx28: fix i.MX28 spi driverMatthias Fuchs
2011-11-11iMX28: Add SPI driverMarek Vasut