summaryrefslogtreecommitdiff
path: root/drivers/spi/mxc_spi.c
Commit message (Expand)AuthorAgeLines
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
* SPI: mxc_spi: delay initialisation until claim busMarkus Niebel2014-10-27-16/+21
* SPI: mxc_spi: remove second reset from ECSPI config handlerMarkus Niebel2014-10-27-3/+0
* ARM: i.MX: provide declaration for board_spi_cs_gpioEric Nelson2014-10-21-0/+1
* spi: mxc: fix sf probe when using mxc_spiNikita Kiryanov2014-09-24-23/+25
* spi, spi_mxc: do not hang in spi_xchg_singleHeiko Schocher2014-08-06-2/+15
* spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3Markus Niebel2014-02-18-2/+7
* spi: mxc_spi: Fix double incrementing read pointer for unaligned buffersTimo Herbrecher2013-10-16-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-15/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-07-12-17/+11
|\
| * spi: mxc_spi: Update pre and post divider algorithmDirk Behme2013-06-26-18/+12
| * spi: mxc_spi: Fix pre and post divider calculationDirk Behme2013-06-26-3/+3
* | spi: mxc_spi: Use DIV_ROUND_UP at appropriate placesAxel Lin2013-06-22-3/+3
|/
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-14-8/+9
|\
| * spi: mxc_spi: Set master mode for all channelsFabio Estevam2013-04-13-8/+9
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-04-4/+4
|\ \ | |/
| * spi: mxc_spi: Fix ECSPI reset handlingDirk Behme2013-04-04-4/+4
* | spi: Use spi_alloc_slave() in each SPI driverSimon Glass2013-03-19-3/+1
|/
* spi: mxc_spi: Fix spi clock glitch durant resetFabio Estevam2012-11-19-2/+2
* spi: mxc_spi: Fix handling of chip selectFabio Estevam2012-11-19-2/+3
* spi: fix mxc_spi_slave structure allocation to clear memoryMatt Sealey2012-09-01-1/+1
* mxc_spi: Round up clock dividerBenoît Thébaudeau2012-09-01-2/+2
* mxc_spi: move machine specifics into CPU headersEric Nelson2012-02-27-87/+6
* IMX: uniform GPIO interface using GPIO frameworkStefano Babic2011-09-04-4/+4
* MX31: Cleanup clock functionStefano Babic2011-07-18-2/+0
* mxc_spi.c: typo fixedHelmut Raiger2011-06-21-1/+1
* IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic2011-04-27-7/+2
* SPI: mxc_spi: replace fixed offsets with structuresStefano Babic2011-02-02-66/+28
* SPI: mxc_spi: add SPI clock calculation and setup to the driverAnatolij Gustschin2011-02-02-1/+22
* SPI: mxc_spi: fix swapping bug and add missing swapping in unaligned rx caseAnatolij Gustschin2011-02-02-5/+4
* SPI: mxc_spi: add support for i.MX35 processorStefano Babic2011-02-02-24/+72
* MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51Stefano Babic2010-09-30-38/+111
* MXC: Correct SPI_CPOL setting in SPI driverStefano Babic2010-09-30-2/+2
* Use common function to set GPIOs for MX3 and MX5Stefano Babic2010-09-29-8/+7
* SPI: added support for MX51 to mxc_spiStefano Babic2010-05-05-20/+211
* SPI: Fix 32 bit transfers in mxc_spi.cMagnus Lilja2010-02-12-0/+9
* i.MX31: support GPIO as a chip-select in the mxc_spi driverGuennadi Liakhovetski2009-02-24-8/+56
* i.MX31: fix SPI driver for shorter than 32 bitGuennadi Liakhovetski2009-02-24-11/+20
* SPI API improvementsHaavard Skinnemoen2008-06-03-31/+57
* Big white-space cleanup.Wolfgang Denk2008-05-21-1/+1
* New i.MX31 SPI driverGuennadi Liakhovetski2008-04-18-0/+166