summaryrefslogtreecommitdiff
path: root/drivers/spi/mxs_spi.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-29drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano1-8/+2
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+2
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-5/+1
2020-06-11spi: mxs: Code cleanupJagan Teki1-19/+18
2020-06-11spi: mxs: Drop nondm codeJagan Teki1-123/+0
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-08spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driverLukasz Majewski1-2/+32
2019-10-08spi: fix: Call mxs_reset_block() during DM/DTS probeLukasz Majewski1-0/+2
2019-10-08spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spiLukasz Majewski1-1/+1
2019-07-19spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)Lukasz Majewski1-83/+317
2018-11-27spi: Remove unused spi_initJagan Teki1-4/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2013-08-27spi: mxs_spi: Configure chipselect after block resetMarek Vasut1-9/+3
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