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